Skip to content

Commit d80c90c

Browse files
committed
Disable tests on AMD
Neither form of OpGenericCastToPtr is implemented for AMD. Signed-off-by: John Pennycook <[email protected]>
1 parent a541742 commit d80c90c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sycl/test-e2e/AddressCast/dynamic_address_cast.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
//===----------------------------------------------------------------------===//
88

99
// Issue with OpenCL CPU runtime implementation of OpGenericCastToPtrExplicit
10-
// UNSUPPORTED: cpu
10+
// OpGenericCastToPtr* intrinsics not implemented on AMD
11+
// UNSUPPORTED: cpu, hip
1112
// RUN: %{build} -o %t.out
1213
// RUN: %{run} %t.out
1314
#include <sycl/sycl.hpp>

sycl/test-e2e/AddressCast/static_address_cast.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// OpGenericCastToPtr* intrinsics not implemented on AMD
10+
// UNSUPPORTED: hip
911
// RUN: %{build} -o %t.out
1012
// RUN: %{run} %t.out
1113
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)