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 a36d83a commit f321c0fCopy full SHA for f321c0f
sycl/test/kernel-and-program/kernel-and-program.cpp
@@ -1,8 +1,8 @@
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
-// RUNx: %GPU_RUN_PLACEHOLDER %t.out
5
-// RUNx: %ACC_RUN_PLACEHOLDER %t.out
+// RUN: %GPU_RUN_PLACEHOLDER %t.out
+// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
//==--- kernel-and-program.cpp - SYCL kernel/program test ------------------==//
7
//
8
// The LLVM Compiler Infrastructure
0 commit comments