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

Commit edcb434

Browse files
[SYCL] Reenable enqueue-arg-order tests on CUDA (#519)
The tests were disabled due to intel/llvm#4171, which has been resolved.
1 parent 14e781e commit edcb434

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Temporarily disabled due to CUDA context related failures.
2-
// UNSUPPORTED: cuda || hip_nvidia
1+
// UNSUPPORTED: hip_nvidia
32
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
43
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
54
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

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

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

0 commit comments

Comments
 (0)