Skip to content

Commit 004cc8a

Browse files
authored
Merge pull request intel#1228 from travisle2/scsel-cfl-10-testrootLLVM-device_global
[CMPLRLLVM-40432] Cherry-pick branch to Disable device_global test compilation without device_image_scope
2 parents a52132c + 2d7e014 commit 004cc8a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SYCL/DeviceGlobal/device_global_arrow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// TODO: device_global without the device_image_scope property is not currently
22
// initialized on device. Enable the following test cases when it is
33
// supported.
4-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
4+
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
55
// RUNx: %CPU_RUN_PLACEHOLDER %t.out
66
// RUNx: %GPU_RUN_PLACEHOLDER %t.out
77
// RUNx: %ACC_RUN_PLACEHOLDER %t.out

SYCL/DeviceGlobal/device_global_device_only.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// TODO: device_global without the device_image_scope property is not currently
22
// initialized on device. Enable the following test cases when it is
33
// supported.
4-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
4+
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
55
// RUNx: %CPU_RUN_PLACEHOLDER %t.out
66
// RUNx: %GPU_RUN_PLACEHOLDER %t.out
77
// RUNx: %ACC_RUN_PLACEHOLDER %t.out

SYCL/DeviceGlobal/device_global_operator_passthrough.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// TODO: device_global without the device_image_scope property is not currently
22
// initialized on device. Enable the following test cases when it is
33
// supported.
4-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
4+
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
55
// RUNx: %CPU_RUN_PLACEHOLDER %t.out
66
// RUNx: %GPU_RUN_PLACEHOLDER %t.out
77
// RUNx: %ACC_RUN_PLACEHOLDER %t.out

SYCL/DeviceGlobal/device_global_subscript.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// TODO: device_global without the device_image_scope property is not currently
22
// initialized on device. Enable the following test cases when it is
33
// supported.
4-
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
4+
// RUNx: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
55
// RUNx: %CPU_RUN_PLACEHOLDER %t.out
66
// RUNx: %GPU_RUN_PLACEHOLDER %t.out
77
// RUNx: %ACC_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)