ImplicitGlobalGrid.jl icon indicating copy to clipboard operation
ImplicitGlobalGrid.jl copied to clipboard

async d2h and h2d copy issue in HIP

Open luraess opened this issue 2 years ago • 2 comments

In IGG v0.13, write_d2h_async! and write_h2d_async! for ROCArrays (AMDGPU) need a fix.

Currently fixing the error when pos!=(0,0,0) results in an offset by one in the copied results (see https://github.com/ROCm-Developer-Tools/HIP/issues/3289).

luraess avatar Jul 22 '23 14:07 luraess

@luraess : do you have a fix for this meanwhile?

omlins avatar Dec 01 '23 19:12 omlins

No, I pinged the ROCm issue https://github.com/ROCm-Developer-Tools/HIP/issues/3289 but meanwhile we can't have the async copy.

luraess avatar Dec 01 '23 20:12 luraess