We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6062a commit a7c468cCopy full SHA for a7c468c
dpctl/tests/_device_attributes_checks.py
@@ -667,6 +667,13 @@ def check_global_mem_cache_line_size(device):
667
check_preferred_vector_width_float,
668
check_preferred_vector_width_double,
669
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,
677
check_has_aspect_cpu,
678
check_has_aspect_gpu,
679
check_has_aspect_accelerator,
0 commit comments