Skip to content

Commit c49ef6b

Browse files
authored
[HIP] Don't run failing device global test on AMD (#15327)
TODO: investigate why.
1 parent 9723157 commit c49ef6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sycl/test-e2e/DeviceGlobal/device_global_static.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
//
44
// The OpenCL GPU backends do not currently support device_global backend
55
// calls.
6-
// UNSUPPORTED: opencl && gpu
6+
//
7+
// UNSUPPORTED: hip_amd, opencl && gpu
8+
//
9+
// For HIP see https://github.com/intel/llvm/issues/15329
710
//
811
// Tests static device_global access through device kernels.
912

0 commit comments

Comments
 (0)