Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 9aa0180

Browse files
authored
[SYCL] Re-enable tests (#374)
1 parent 1226e5c commit 9aa0180

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

SYCL/KernelAndProgram/basic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: TEMPORARILY_DISABLED
21
// No JITing for host devices.
32
// REQUIRES: opencl || level_zero
43
// RUN: rm -rf %t/cache_dir

SYCL/KernelAndProgram/cache_env_vars.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: TEMPORARILY_DISABLED
21
// No JITing for host devices.
32
// REQUIRES: opencl || level_zero
43
// RUN: rm -rf %t/cache_dir

SYCL/Plugin/enqueue-arg-order-buffer.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Temporarily disabled due to both sporadic hangs and CUDA context related
2-
// failures.
3-
// UNSUPPORTED: TEMPORARILY_DISABLED, cuda
1+
// Temporarily disabled due to CUDA context related failures.
2+
// UNSUPPORTED: cuda
43
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
54
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
65
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

SYCL/Tracing/buffer_printers.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: TEMPORARILY_DISABLED
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
43
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

0 commit comments

Comments
 (0)