You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In our application our data blocks allocated on the main RAM (host) are pinned when using GPUs, and we use the functions cudaHostAlloc/cudaFreeHost (nvidia gpus) or hipHostMalloc/hipHostFree (amd gpus).
Can malt track these functions ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
In our application our data blocks allocated on the main RAM (host) are pinned when using GPUs, and we use the functions
cudaHostAlloc
/cudaFreeHost
(nvidia gpus) orhipHostMalloc
/hipHostFree
(amd gpus).Can malt track these functions ?
Thanks
The text was updated successfully, but these errors were encountered: