Skip to content

Commit 0da11e5

Browse files
Disabled irrelevant tests
Signed-off-by: Zhang, Winston <[email protected]>
1 parent 2994199 commit 0da11e5

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
// UNSUPPORTED: target-amd
3-
// UNSUPPORTED-INTENDED: currently not supporting amd for bindless image d2d copy
2+
// REQUIRES: cuda
43

54
// RUN: %{build} -o %t.out
65
// RUN: %{run} %t.out

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
// UNSUPPORTED: target-amd
3-
// UNSUPPORTED-INTENDED: currently not supporting amd for bindless image d2d copy
2+
// REQUIRES: cuda
43

54
// RUN: %{build} -o %t.out
65
// RUN: %{run} %t.out

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
// UNSUPPORTED: target-amd
3-
// UNSUPPORTED-INTENDED: currently not supporting amd for bindless image d2d copy
2+
// REQUIRES: cuda
43

54
// RUN: %{build} -o %t.out
65
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)