Skip to content

Commit dbf40c7

Browse files
committed
apply comments
1 parent b20e3d3 commit dbf40c7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sycl/test-e2e/AddressSanitizer/lit.local.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ config.unsupported_features += ['spirv-backend']
2020

2121
# https://github.com/intel/llvm/issues/16920
2222
config.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
2527
config.unsupported_features += ['target-native_cpu']

sycl/test-e2e/format.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)