File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ config.unsupported_features += ['spirv-backend']
2020
2121# https://github.com/intel/llvm/issues/16920
2222config.unsupported_features += [' arch-intel_gpu_bmg_g21' ]
23+ config.unsupported_features += [' arch-intel_gpu_mtl_u' ]
24+
2325
2426# https://github.com/intel/llvm/issues/20142
2527config.unsupported_features += [' target-native_cpu' ]
Original file line number Diff line number Diff line change @@ -353,11 +353,7 @@ def get_extra_env(sycl_devices):
353353 "linux" ,
354354 "windows" ,
355355 "preview-breaking-changes-supported" ,
356- # the following entries are used by architecture-based filtering
357- # (:arch- device, not :gpu or :cpu)
358- "cpu" ,
359356 "gpu" ,
360- "accelerator" ,
361357 ]:
362358 if cond_features in test .config .available_features :
363359 conditions [cond_features ] = True
You can’t perform that action at this time.
0 commit comments