Skip to content

Commit b318148

Browse files
committed
[SYCL] Temporary disable vector_integer tests on GPU.
Signed-off-by: Vladimir Lazarev <vladimir.lazarev@intel.com>
1 parent 27b929e commit b318148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test/built-ins/vector_integer.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %clang -std=c++11 -fsycl %s -o %t.out -lstdc++ -lOpenCL -lsycl
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4-
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4+
// RUNx: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
#include <CL/sycl.hpp>
@@ -179,4 +179,4 @@ int main() {
179179
}
180180

181181
return 0;
182-
}
182+
}

0 commit comments

Comments
 (0)