Skip to content

Commit fb888b8

Browse files
authored
[SYCL][E2E][Bindless] 3d sampler unsupported for gfx1030 (#16971)
This fixes the gfx1030 3D sampling failure mentioned here: #16933 by marking this device unsupported in the test --------- Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
1 parent 0e44bb4 commit fb888b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test-e2e/bindless_images/sampling_3D.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22

33
// UNSUPPORTED: arch-amd_gpu_gfx90a
4+
// UNSUPPORTED: arch-amd_gpu_gfx1030
45
// UNSUPPORTED-INTENDED: AMD gfx90a devices don't support 3D linear filter mode
6+
// UNSUPPORTED-INTENDED: AMD gfx1030 devices don't support this 3D sampler
57

68
// RUN: %{build} -o %t.out
79
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out

0 commit comments

Comments
 (0)