dpctl.SyclDevice.native_vector_width_short

SyclDevice.native_vector_width_short

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 short.

Return type:

int

Example:
import dpctl

dev = dpctl.select_cpu_device()
nvw_s = dev.native_vector_width_short