dpctl.SyclDevice.has_aspect_fp64¶
- SyclDevice.has_aspect_fp64¶
Returns
True
if the device supports 64-bit precision floating point operations,False
otherwise.- Example:
>>> import dpctl >>> dev = dpctl.select_cpu_device() >>> dev.has_aspect_fp64 True
- Returns:
Indicates that the device supports 64-bit precision floating point operations.
- Return type: