Skip to content

Commit 8ceccb2

Browse files
[SYCL][E2E] XFAIL bindless image tests which that fail on HIP (#19969)
1 parent e7a74d5 commit 8ceccb2

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

sycl/test-e2e/bindless_images/copies/copy_subregion_1D.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: cuda
3+
// XFAIL: hip
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19957
35

46
// RUN: %{build} -o %t.out
57
// RUN: %{run} %t.out

sycl/test-e2e/bindless_images/copies/copy_subregion_2D.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: cuda
3+
// XFAIL: hip
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19957
35

46
// RUN: %{build} -o %t.out
57
// RUN: %{run} %t.out

sycl/test-e2e/bindless_images/copies/device_to_device_copy.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: cuda
3+
// XFAIL: hip
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19957
35

46
// RUN: %{build} -o %t.out
57
// RUN: %{run} %t.out

sycl/test-e2e/bindless_images/copies/device_to_device_pitched.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: aspect-ext_oneapi_bindless_images_2d_usm
33
// REQUIRES: cuda
4+
// XFAIL: hip
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19957
46
//
57
// UNSUPPORTED: cuda
68
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17231

0 commit comments

Comments
 (0)