From ace5129fd6aa7eb665b4d5de83c5ed91a9de5a25 Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Thu, 17 Jul 2025 10:46:46 +0100 Subject: [PATCH] [SYCL][Graph] Disable E2E tests on MTL 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. --- sycl/test-e2e/Graph/lit.local.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sycl/test-e2e/Graph/lit.local.cfg b/sycl/test-e2e/Graph/lit.local.cfg index c8aceb0c61384..0e00b7fff2cb5 100644 --- a/sycl/test-e2e/Graph/lit.local.cfg +++ b/sycl/test-e2e/Graph/lit.local.cfg @@ -1,3 +1,5 @@ +# MTL - CMPLRLLVM-68693, CMPLRTST-25611, CMPLRLLVM-68457 +config.unsupported_features += ['arch-intel_gpu_mtl_h', 'arch-intel_gpu_mtl_u'] if 'windows' in config.available_features: # https://github.com/intel/llvm/issues/17165 config.unsupported_features += ['arch-intel_gpu_bmg_g21', 'arch-intel_gpu_bmg_g31']