Skip to content

Commit c28f4ba

Browse files
[SYCL][E2E] Add UNSUPPORTED trackers to device_global tests (#15909)
This commit adds the UNSUPPORTED-TRACKER line to device_global E2E tests. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 73adce2 commit c28f4ba

10 files changed

+13
-31
lines changed

sycl/test-e2e/DeviceGlobal/device_global_arrow.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
// The OpenCL GPU backends do not currently support device_global backend
5-
// calls.
64
// UNSUPPORTED: opencl && gpu
5+
// UNSUPPORTED-TRACKER: GSD-4287
76
//
87
// Tests operator-> on device_global.
98

sycl/test-e2e/DeviceGlobal/device_global_arrow_dis.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// RUN: %{build} -fsycl-device-code-split=per_source -DUSE_DEVICE_IMAGE_SCOPE -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
// The OpenCL GPU backends do not currently support device_global backend
5-
// calls.
64
// UNSUPPORTED: opencl && gpu
5+
// UNSUPPORTED-TRACKER: GSD-4287
76
//
87
// Tests operator-> on device_global with device_image_scope.
98
// NOTE: USE_DEVICE_IMAGE_SCOPE needs both kernels to be in the same image so

sycl/test-e2e/DeviceGlobal/device_global_device_only.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
// The OpenCL GPU backends do not currently support device_global backend
5-
// calls.
64
// UNSUPPORTED: opencl && gpu
5+
// UNSUPPORTED-TRACKER: GSD-4287
76
//
87
// Tests basic device_global access through device kernels.
98

sycl/test-e2e/DeviceGlobal/device_global_device_only_dis.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// RUN: %{build} -fsycl-device-code-split=per_source -DUSE_DEVICE_IMAGE_SCOPE -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
// The OpenCL GPU backends do not currently support device_global backend
5-
// calls.
64
// UNSUPPORTED: opencl && gpu
5+
// UNSUPPORTED-TRACKER: GSD-4287
76
//
87
// Tests basic device_global with device_image_scope access through device
98
// kernels.

sycl/test-e2e/DeviceGlobal/device_global_operator_passthrough.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
// The OpenCL GPU backends do not currently support device_global backend
5-
// calls.
64
// UNSUPPORTED: opencl && gpu
5+
// UNSUPPORTED-TRACKER: GSD-4287
76
//
87
// Tests the passthrough of operators on device_global.
98

sycl/test-e2e/DeviceGlobal/device_global_operator_passthrough_dis.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// RUN: %{build} -fsycl-device-code-split=per_source -DUSE_DEVICE_IMAGE_SCOPE -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
// The OpenCL GPU backends do not currently support device_global backend
5-
// calls.
64
// UNSUPPORTED: opencl && gpu
5+
// UNSUPPORTED-TRACKER: GSD-4287
76
//
87
// Tests the passthrough of operators on device_global with device_image_scope.
98
// NOTE: USE_DEVICE_IMAGE_SCOPE needs both kernels to be in the same image so

sycl/test-e2e/DeviceGlobal/device_global_static.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
// The OpenCL GPU backends do not currently support device_global backend
5-
// calls.
4+
// UNSUPPORTED: opencl && gpu
5+
// UNSUPPORTED-TRACKER: GSD-4287
66
//
7-
// UNSUPPORTED: hip_amd, opencl && gpu
8-
//
9-
// For HIP see https://github.com/intel/llvm/issues/15329
7+
// UNSUPPORTED: hip_amd
8+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15329
109
//
1110
// Tests static device_global access through device kernels.
1211

sycl/test-e2e/DeviceGlobal/device_global_subscript.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
// The OpenCL GPU backends do not currently support device_global backend
5-
// calls.
64
// UNSUPPORTED: opencl && gpu
5+
// UNSUPPORTED-TRACKER: GSD-4287
76
//
87
// Tests operator[] on device_global.
98

sycl/test-e2e/DeviceGlobal/device_global_subscript_dis.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// RUN: %{build} -fsycl-device-code-split=per_source -DUSE_DEVICE_IMAGE_SCOPE -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
// The OpenCL GPU backends do not currently support device_global backend
5-
// calls.
64
// UNSUPPORTED: opencl && gpu
5+
// UNSUPPORTED-TRACKER: GSD-4287
76
//
87
// Tests operator[] on device_global with device_image_scope.
98
// NOTE: USE_DEVICE_IMAGE_SCOPE needs both kernels to be in the same image so

sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// tests to match the required format and in that case you should just update
5555
// (i.e. reduce) the number and the list below.
5656
//
57-
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 487
57+
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 478
5858
//
5959
// List of improperly UNSUPPORTED tests.
6060
// Remove the CHECK once the test has been properly UNSUPPORTED.
@@ -104,15 +104,6 @@
104104
// CHECK-NEXT: Config/kernel_from_file.cpp
105105
// CHECK-NEXT: DeviceArchitecture/device_architecture_comparison_on_host.cpp
106106
// CHECK-NEXT: DeviceCodeSplit/aot-gpu.cpp
107-
// CHECK-NEXT: DeviceGlobal/device_global_arrow.cpp
108-
// CHECK-NEXT: DeviceGlobal/device_global_arrow_dis.cpp
109-
// CHECK-NEXT: DeviceGlobal/device_global_device_only.cpp
110-
// CHECK-NEXT: DeviceGlobal/device_global_device_only_dis.cpp
111-
// CHECK-NEXT: DeviceGlobal/device_global_operator_passthrough.cpp
112-
// CHECK-NEXT: DeviceGlobal/device_global_operator_passthrough_dis.cpp
113-
// CHECK-NEXT: DeviceGlobal/device_global_static.cpp
114-
// CHECK-NEXT: DeviceGlobal/device_global_subscript.cpp
115-
// CHECK-NEXT: DeviceGlobal/device_global_subscript_dis.cpp
116107
// CHECK-NEXT: DeviceImageDependencies/dynamic.cpp
117108
// CHECK-NEXT: DeviceImageDependencies/free_function_kernels.cpp
118109
// CHECK-NEXT: DeviceImageDependencies/math_device_lib.cpp

0 commit comments

Comments
 (0)