Skip to content

Commit 562d375

Browse files
againullbader
authored andcommitted
[SYCL] Enable stream lit test on CPU
Signed-off-by: Artur Gainullin <[email protected]>
1 parent e4a6402 commit 562d375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/basic_tests/stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clang -std=c++11 -fsycl -lstdc++ %s -o %t.out -lOpenCL -lsycl
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
3-
// TEMPORARY_DISABLED_RUNx: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
3+
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
66
//==------------------ stream.cpp - SYCL stream basic test -----------------==//

0 commit comments

Comments
 (0)