dpctl.SyclDevice.native_vector_width_double¶
- SyclDevice.native_vector_width_double¶
Returns the native ISA vector width size for built-in scalar types that can be put into vectors.
- Returns:
Native ISA vector width size for C type
double
.- Return type:
- Example:
import dpctl dev = dpctl.select_cpu_device() nvw_d = dev.native_vector_width_double