Skip to content

Commit

Permalink
[HIP] Don't run failing device global test on AMD (#15327)
Browse files Browse the repository at this point in the history
TODO: investigate why.
  • Loading branch information
hdelan authored Sep 9, 2024
1 parent 9723157 commit c49ef6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sycl/test-e2e/DeviceGlobal/device_global_static.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c49ef6b

Please sign in to comment.