Skip to content

Commit fe46057

Browse files
Added tests
Signed-off-by: Zhang, Winston <[email protected]>
1 parent 4e5e095 commit fe46057

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

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

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

3+
// UNSUPPORTED: target-amd
4+
// UNSUPPORTED-INTENDED: currently not supporting amd for bindless image d2d
5+
// copy
46
// RUN: %{build} -o %t.out
57
// RUN: %{run} %t.out
68

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
// REQUIRES: cuda
2+
// UNSUPPORTED: target-amd
3+
// UNSUPPORTED-INTENDED: currently not supporting amd for bindless image d2d
4+
// copy
35

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

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

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

3+
// UNSUPPORTED: target-amd
4+
// UNSUPPORTED-INTENDED: currently not supporting amd for bindless image d2d
5+
// copy
46
// RUN: %{build} -o %t.out
57
// RUN: %{run} %t.out
68

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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: aspect-ext_oneapi_bindless_images_2d_usm
3-
// REQUIRES: cuda
43

4+
// UNSUPPORTED: target-amd
5+
// UNSUPPORTED-INTENDED: currently not supporting amd for bindless image d2d
6+
// copy
57
// RUN: %{build} -o %t.out
68
// RUN: %{run} %t.out
79

0 commit comments

Comments
 (0)