Skip to content

Commit a7c468c

Browse files
Registered checks for native_vector_width family of device descriptors
1 parent ce6062a commit a7c468c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dpctl/tests/_device_attributes_checks.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,13 @@ def check_global_mem_cache_line_size(device):
667667
check_preferred_vector_width_float,
668668
check_preferred_vector_width_double,
669669
check_preferred_vector_width_half,
670+
check_native_vector_width_char,
671+
check_native_vector_width_short,
672+
check_native_vector_width_int,
673+
check_native_vector_width_long,
674+
check_native_vector_width_float,
675+
check_native_vector_width_double,
676+
check_native_vector_width_half,
670677
check_has_aspect_cpu,
671678
check_has_aspect_gpu,
672679
check_has_aspect_accelerator,

0 commit comments

Comments
 (0)