From 3bca45aee16fbc95c2bab9faebf59377c4ce7a60 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Fri, 6 Feb 2026 13:45:50 -0800 Subject: [PATCH] [SYCL][Graph][E2E] Disable regression_accessor_spv.cpp on PVC Signed-off-by: Nick Sarnie --- sycl/test-e2e/Graph/Explicit/regression_accessor_spv.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/test-e2e/Graph/Explicit/regression_accessor_spv.cpp b/sycl/test-e2e/Graph/Explicit/regression_accessor_spv.cpp index c9c2c9171cabd..56f19fe71e63a 100644 --- a/sycl/test-e2e/Graph/Explicit/regression_accessor_spv.cpp +++ b/sycl/test-e2e/Graph/Explicit/regression_accessor_spv.cpp @@ -5,6 +5,9 @@ // REQUIRES: level_zero +// UNSUPPORTED: arch-intel_gpu_pvc +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21235 + // Modified version of Update/update_with_indices_accessor_spv.cpp that does // not require the full graph aspect, test was hanging after some changes to // kernel bundles so adding this test for the CI which doesn't support update