cancel
Showing results for 
Search instead for 
Did you mean: 

Drivers & Software

ldx
Journeyman III

HSA pinned buffer and async memcpy

Hi,

I am struggling finding resources that would exemplify how to handle pinned memory buffers (creation/destruction) and async memcpy (with queue selection) using HSA for AMD multi-GPU program. Resources exist for HIP and OpenCL ways of doing it, but couldn't find any docs on how to proceed using HSA.

The HIP functions I'd like to implement using HSA would be

hipHostMalloc

hipHostFree

hipMemcpyAsync

Thanks for help!

0 Likes
2 Replies

You can ask at AMD Forum's Developers and see if anyone there can help you: https://community.amd.com/t5/newcomers-start-here/bd-p/newcomer-forum

@dipak 

0 Likes

Thanks @elstaci for your suggestion!