Skip to content

Commit b25cf93

Browse files
[UR][L0] added UNSUPPORTED-INTENDED for e2e tests
Signed-off-by: Zhang, Winston <[email protected]>
1 parent a52376e commit b25cf93

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
32
// UNSUPPORTED: target-amd
3+
// UNSUPPORTED-INTENDED: currently not supporting amd for bindless image d2d copy
4+
45
// RUN: %{build} -o %t.out
56
// RUN: %{run} %t.out
67

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

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

45
// RUN: %{build} -o %t.out
56
// RUN: %{run} %t.out

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
32
// UNSUPPORTED: target-amd
3+
// UNSUPPORTED-INTENDED: currently not supporting amd for bindless image d2d copy
4+
45
// RUN: %{build} -o %t.out
56
// RUN: %{run} %t.out
67

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: aspect-ext_oneapi_bindless_images_2d_usm
3-
43
// UNSUPPORTED: target-amd
4+
// UNSUPPORTED-INTENDED: currently not supporting amd for bindless image d2d copy
5+
56
// RUN: %{build} -o %t.out
67
// RUN: %{run} %t.out
78

0 commit comments

Comments
 (0)