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 27b929e commit b318148Copy full SHA for b318148
sycl/test/built-ins/vector_integer.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
7
#include <CL/sycl.hpp>
@@ -179,4 +179,4 @@ int main() {
179
}
180
181
return 0;
182
-}
+}
0 commit comments