Skip to content

Commit a8f2cb8

Browse files
author
Martin Wehking
committed
Enable devicelib tests for HIP
1 parent 075cf2e commit a8f2cb8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sycl/test-e2e/DeviceLib/assert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: (cpu || cuda ) && linux
1+
// REQUIRES: (cpu || cuda || hip ) && linux
22
// RUN: %{build} -DSYCL_FALLBACK_ASSERT=1 -o %t.out
33
// (see the other RUN lines below; it is a bit complicated)
44
//

sycl/test-e2e/DeviceLib/string_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: hip
21
// RUN: %{build} -Wno-error=deprecated-declarations -Wno-error=pointer-to-int-cast -fno-builtin -o %t.out
32
// RUN: %{run} %t.out
43
//

0 commit comments

Comments
 (0)