We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a541742 commit d80c90cCopy full SHA for d80c90c
sycl/test-e2e/AddressCast/dynamic_address_cast.cpp
@@ -7,7 +7,8 @@
7
//===----------------------------------------------------------------------===//
8
9
// Issue with OpenCL CPU runtime implementation of OpGenericCastToPtrExplicit
10
-// UNSUPPORTED: cpu
+// OpGenericCastToPtr* intrinsics not implemented on AMD
11
+// UNSUPPORTED: cpu, hip
12
// RUN: %{build} -o %t.out
13
// RUN: %{run} %t.out
14
#include <sycl/sycl.hpp>
sycl/test-e2e/AddressCast/static_address_cast.cpp
@@ -6,6 +6,8 @@
6
//
+// UNSUPPORTED: hip
0 commit comments