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 e4a6402 commit 562d375Copy full SHA for 562d375
sycl/test/basic_tests/stream.cpp
@@ -1,6 +1,6 @@
1
// RUN: %clang -std=c++11 -fsycl -lstdc++ %s -o %t.out -lOpenCL -lsycl
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
3
-// TEMPORARY_DISABLED_RUNx: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
+// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
6
//==------------------ stream.cpp - SYCL stream basic test -----------------==//
0 commit comments