Skip to content

Commit a52376e

Browse files
[UR][L0] Enable copy test in sycl/test-e2e/bindless_images/copies
Signed-off-by: Zhang, Winston <[email protected]>
1 parent 833460d commit a52376e

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
// REQUIRES: cuda
32

3+
// UNSUPPORTED: target-amd
44
// RUN: %{build} -o %t.out
55
// RUN: %{run} %t.out
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
// REQUIRES: cuda
2+
// UNSUPPORTED: target-amd
33

44
// RUN: %{build} -o %t.out
55
// RUN: %{run} %t.out

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
// REQUIRES: cuda
32

3+
// UNSUPPORTED: target-amd
44
// RUN: %{build} -o %t.out
55
// RUN: %{run} %t.out
66

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: aspect-ext_oneapi_bindless_images_2d_usm
3-
// REQUIRES: cuda
43
//
5-
// UNSUPPORTED: cuda
4+
// UNSUPPORTED: target-amd
65
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17231
76

87
// RUN: %{build} -o %t.out

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: aspect-ext_oneapi_bindless_images_2d_usm
3-
// REQUIRES: cuda
43

4+
// UNSUPPORTED: target-amd
55
// RUN: %{build} -o %t.out
66
// RUN: %{run} %t.out
77

0 commit comments

Comments
 (0)