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

Feature request: allow `hsa_amd_memory_copy_async` to pick a queue

Open luraess opened this issue 3 years ago • 1 comments

This would expose similar API as CUDA.jl's CUDA.Mem.unsafe_copy3d!.

Suggestion from @jpsamaroo: write a memcopy kernel and put it directly in AMDGPU.jl exposing an argument to specify which queue to use.

luraess avatar Mar 03 '22 09:03 luraess

@jpsamaroo #220 may close this?

luraess avatar Apr 13 '22 08:04 luraess

We now support this with HIP version.

pxl-th avatar Sep 02 '23 20:09 pxl-th