From 598fee6a47fe12003fcddb0f1ff54da5f2600c16 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 28 Aug 2025 08:23:09 -0700 Subject: [PATCH] [SYCL][E2E] Fix XPASSing bindless image fetch 1D USM test Signed-off-by: Sarnie, Nick --- .../bindless_images/sampled_fetch/fetch_1D_USM_host.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_USM_host.cpp b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_USM_host.cpp index 274c01a2f372f..2b8723580d612 100644 --- a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_USM_host.cpp +++ b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_USM_host.cpp @@ -1,10 +1,10 @@ // REQUIRES: aspect-ext_oneapi_bindless_images // REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_1d_usm -// XFAIL: run-mode && linux && arch-intel_gpu_bmg_g21 && !spirv-backend -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19586 // UNSUPPORTED: target-amd // UNSUPPORTED-INTENDED: Sampled fetch not currently supported on AMD - +// XPASSing in the nightly +// UNSUPPORTED: run-mode && linux && arch-intel_gpu_bmg_g21 && !spirv-backend +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19586 // RUN: %{build} -o %t.out // RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out