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

Commit 89ddd6d

Browse files
[SYCL-MLIR] Set hip and cuda as unsupported targets for single_task.cpp (#1336)
Signed-off-by: Tsang, Whitney <[email protected]>
1 parent e9157de commit 89ddd6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SYCL/Basic/single_task.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55
// REQUIRES: linux
6+
// UNSUPPORTED: hip || cuda
67

78
#include <sycl/sycl.hpp>
89
using namespace sycl;

0 commit comments

Comments
 (0)