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

Commit c837a1e

Browse files
[SYCL] Temporarily disable tests failiing on CUDA (#356)
1 parent e15ad21 commit c837a1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Temporarily disabled due to CUDA context related failures.
2+
// UNSUPPORTED: cuda
13
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
24
// Native images are created with host pointers only with host unified memory
35
// support, enforce it for this test.

0 commit comments

Comments
 (0)