diff --git a/sycl/test-e2e/DeviceGlobal/device_global_static.cpp b/sycl/test-e2e/DeviceGlobal/device_global_static.cpp index 68c0fc1ede7cb..d5ce36beca0aa 100644 --- a/sycl/test-e2e/DeviceGlobal/device_global_static.cpp +++ b/sycl/test-e2e/DeviceGlobal/device_global_static.cpp @@ -3,7 +3,10 @@ // // The OpenCL GPU backends do not currently support device_global backend // calls. -// UNSUPPORTED: opencl && gpu +// +// UNSUPPORTED: hip_amd, opencl && gpu +// +// For HIP see https://github.com/intel/llvm/issues/15329 // // Tests static device_global access through device kernels.