File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,13 @@ def check_has_aspect_host_debuggable(device):
245
245
pytest .fail ("has_aspect_host_debuggable call failed" )
246
246
247
247
248
+ def check_has_aspect_emulated (device ):
249
+ try :
250
+ device .has_aspect_emulated
251
+ except Exception :
252
+ pytest .fail ("has_aspect_emulated call failed" )
253
+
254
+
248
255
def check_is_accelerator (device ):
249
256
try :
250
257
device .is_accelerator
@@ -698,6 +705,7 @@ def check_global_mem_cache_line_size(device):
698
705
check_has_aspect_usm_atomic_host_allocations ,
699
706
check_has_aspect_usm_atomic_shared_allocations ,
700
707
check_has_aspect_host_debuggable ,
708
+ check_has_aspect_emulated ,
701
709
check_max_read_image_args ,
702
710
check_max_write_image_args ,
703
711
check_image_2d_max_width ,
You can’t perform that action at this time.
0 commit comments