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

Commit c39c662

Browse files
author
Artem Gindinson
committed
Mark HIP as an unsupported target
Signed-off-by: Artem Gindinson <[email protected]>
1 parent 3dbc866 commit c39c662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/DeviceLib/ITTAnnotations/atomic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: cuda || hip
22

33
// RUN: %clangxx -fsycl -fsycl-instrument-device-code %s -o %t.out
44
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/DeviceLib/ITTAnnotations/barrier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: cuda || hip
22

33
// RUN: %clangxx -fsycl -fsycl-instrument-device-code %s -o %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)