Skip to content

Commit 18fc2f6

Browse files
authored
[SYCL][E2E] Fix XPASSing bindless image fetch 1D USM test (#19923)
https://github.com/intel/llvm/actions/runs/17284749683 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 2ae009e commit 18fc2f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_USM_host.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_1d_usm
3-
// XFAIL: run-mode && linux && arch-intel_gpu_bmg_g21 && !spirv-backend
4-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19586
53
// UNSUPPORTED: target-amd
64
// UNSUPPORTED-INTENDED: Sampled fetch not currently supported on AMD
7-
5+
// XPASSing in the nightly
6+
// UNSUPPORTED: run-mode && linux && arch-intel_gpu_bmg_g21 && !spirv-backend
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19586
88
// RUN: %{build} -o %t.out
99
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
1010

0 commit comments

Comments
 (0)