We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba353c commit d0a6846Copy full SHA for d0a6846
sycl/test/spec_const/spec_const_redefine.cpp
@@ -1,9 +1,10 @@
1
// RUN: %clangxx -fsycl %s -o %t.out
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
3
-// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
+// TODO re-enable CPU device test once CI CPU OCL RT is updated:
4
+// RUNx: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
5
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
6
// RUN: env SYCL_PI_TRACE=2 %ACC_RUN_PLACEHOLDER %t.out 2>&1 %ACC_CHECK_PLACEHOLDER
-// TODO the test currently fails on devices these devices:
7
+// TODO the test currently fails on these devices:
8
// XFAIL: acc,cuda
9
//
10
//==----------- spec_const_redefine.cpp ------------------------------------==//
0 commit comments