From 593b237c3c362dc19148201ba5791e441e9e226f Mon Sep 17 00:00:00 2001 From: Hugh Delaney Date: Mon, 9 Sep 2024 10:19:16 +0100 Subject: [PATCH 1/2] Test failing on AMD TODO: investigate why. --- sycl/test-e2e/DeviceGlobal/device_global_static.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sycl/test-e2e/DeviceGlobal/device_global_static.cpp b/sycl/test-e2e/DeviceGlobal/device_global_static.cpp index 68c0fc1ede7cb..35ba8ed3a93b3 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 +// +// FIXME: make this work for HIP +// +// UNSUPPORTED: hip_amd, opencl && gpu // // Tests static device_global access through device kernels. From 50b6b8ac84e377519a3350aa15471519d9686632 Mon Sep 17 00:00:00 2001 From: Hugh Delaney Date: Mon, 9 Sep 2024 10:57:47 +0100 Subject: [PATCH 2/2] Add gh issue link --- sycl/test-e2e/DeviceGlobal/device_global_static.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/DeviceGlobal/device_global_static.cpp b/sycl/test-e2e/DeviceGlobal/device_global_static.cpp index 35ba8ed3a93b3..d5ce36beca0aa 100644 --- a/sycl/test-e2e/DeviceGlobal/device_global_static.cpp +++ b/sycl/test-e2e/DeviceGlobal/device_global_static.cpp @@ -4,10 +4,10 @@ // The OpenCL GPU backends do not currently support device_global backend // calls. // -// FIXME: make this work for HIP -// // UNSUPPORTED: hip_amd, opencl && gpu // +// For HIP see https://github.com/intel/llvm/issues/15329 +// // Tests static device_global access through device kernels. #include "common.hpp"