Skip to content

Commit 254482c

Browse files
authored
[SYCL][Graph] Disable E2E tests on MTL (#19498)
Mark SYCL-Graph E2E tests as unsupported on MTL. We have built up several bug reports on this architecture that need investigated and fixed, see the code comment. Rather than tracking lots of individual bugs, disable MTL until we can give the architecture a thorough investigation and re-enable once we have fixed the bugs and are confident in its support. Note that unlike the other architectures in the lit file, these also manifest on Ubuntu as well as Windows.
1 parent 2ece592 commit 254482c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# MTL - CMPLRLLVM-68693, CMPLRTST-25611, CMPLRLLVM-68457
2+
config.unsupported_features += ['arch-intel_gpu_mtl_h', 'arch-intel_gpu_mtl_u']
13
if 'windows' in config.available_features:
24
# https://github.com/intel/llvm/issues/17165
35
config.unsupported_features += ['arch-intel_gpu_bmg_g21', 'arch-intel_gpu_bmg_g31']

0 commit comments

Comments
 (0)