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

[SYCL] Reenable enqueue-arg-order tests on CUDA #519

Merged
merged 1 commit into from
Oct 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions SYCL/Plugin/enqueue-arg-order-buffer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Temporarily disabled due to CUDA context related failures.
// UNSUPPORTED: cuda || hip_nvidia
// UNSUPPORTED: hip_nvidia
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
Expand Down
3 changes: 1 addition & 2 deletions SYCL/Plugin/enqueue-arg-order-image.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Temporarily disabled due to CUDA context related failures.
// UNSUPPORTED: cuda || hip
// UNSUPPORTED: hip
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// Native images are created with host pointers only with host unified memory
// support, enforce it for this test.
Expand Down