We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9723157 commit c49ef6bCopy full SHA for c49ef6b
sycl/test-e2e/DeviceGlobal/device_global_static.cpp
@@ -3,7 +3,10 @@
3
//
4
// The OpenCL GPU backends do not currently support device_global backend
5
// calls.
6
-// UNSUPPORTED: opencl && gpu
+//
7
+// UNSUPPORTED: hip_amd, opencl && gpu
8
9
+// For HIP see https://github.com/intel/llvm/issues/15329
10
11
// Tests static device_global access through device kernels.
12
0 commit comments