From 728afecaa78391c32993b5baee6925b850af8c58 Mon Sep 17 00:00:00 2001 From: Pablo Reble Date: Wed, 27 Aug 2025 13:21:55 -0500 Subject: [PATCH 1/2] Update lit.local.cfg --- sycl/test-e2e/Graph/lit.local.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/sycl/test-e2e/Graph/lit.local.cfg b/sycl/test-e2e/Graph/lit.local.cfg index 0e00b7fff2cb5..add8722e982f5 100644 --- a/sycl/test-e2e/Graph/lit.local.cfg +++ b/sycl/test-e2e/Graph/lit.local.cfg @@ -1,8 +1,6 @@ # 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'] # LNL - CMPLRTST-27275 config.unsupported_features += ['arch-intel_gpu_lnl_m'] # PTL - CMPLRTST-27275 From d591b8a978d53891c96564d0cc79de167f643732 Mon Sep 17 00:00:00 2001 From: Pablo Reble Date: Wed, 27 Aug 2025 16:39:03 -0500 Subject: [PATCH 2/2] Update buffer_copy_target2host_offset.cpp --- sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp b/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp index edf5c67263a74..13c1c483589a3 100644 --- a/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp +++ b/sycl/test-e2e/Graph/Explicit/buffer_copy_target2host_offset.cpp @@ -5,6 +5,7 @@ // // Intended - Device to host copy command not supported for OpenCL // UNSUPPORTED: opencl +// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 #define GRAPH_E2E_EXPLICIT