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

Commit 8f9c61d

Browse files
author
Artem Gindinson
committed
Mark new tests unsupported on CUDA
Signed-off-by: Artem Gindinson <[email protected]>
1 parent dd09c3c commit 8f9c61d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

SYCL/DeviceLib/ITTAnnotations/atomic.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: cuda
2+
13
// RUN: %clangxx -fsycl -fsycl-instrument-device-code %s -o %t.out
24
// RUN: %HOST_RUN_PLACEHOLDER %t.out
35
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/DeviceLib/ITTAnnotations/barrier.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: cuda
2+
13
// RUN: %clangxx -fsycl -fsycl-instrument-device-code %s -o %t.out
24
// RUN: %HOST_RUN_PLACEHOLDER %t.out
35
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)