try hipHostMalloc

This commit is contained in:
Hendrik Groove 2024-10-20 01:13:44 +02:00
parent 0790bf7f8f
commit 8e703f3a5a

View File

@ -39,8 +39,8 @@
#define cudaMallocHost hipMallocHost
#define cudaFreeHost hipFreeHost
#define cudaMalloc hipMalloc
#define cudaFree hipFree
#define cudaMalloc hipMallocHost
#define cudaFree hipFreeHost
#define cudaMemcpy hipMemcpy
#define cudaMemcpyAsync hipMemcpyAsync