We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f321c0f commit d7439d1Copy full SHA for d7439d1
sycl/test/kernel-and-program/kernel-and-program.cpp
@@ -1,7 +1,7 @@
1
// RUN: %clang -std=c++11 -fsycl %s -o %t.out -lstdc++ -lOpenCL -lsycl
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
-// RUN: %GPU_RUN_PLACEHOLDER %t.out
+// RUNx: %GPU_RUN_PLACEHOLDER %t.out
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
//==--- kernel-and-program.cpp - SYCL kernel/program test ------------------==//
7
//
0 commit comments