try hipHostMalloc
This commit is contained in:
@@ -39,8 +39,8 @@
|
|||||||
|
|
||||||
#define cudaMallocHost hipMallocHost
|
#define cudaMallocHost hipMallocHost
|
||||||
#define cudaFreeHost hipFreeHost
|
#define cudaFreeHost hipFreeHost
|
||||||
#define cudaMalloc hipMalloc
|
#define cudaMalloc hipMallocHost
|
||||||
#define cudaFree hipFree
|
#define cudaFree hipFreeHost
|
||||||
|
|
||||||
#define cudaMemcpy hipMemcpy
|
#define cudaMemcpy hipMemcpy
|
||||||
#define cudaMemcpyAsync hipMemcpyAsync
|
#define cudaMemcpyAsync hipMemcpyAsync
|
||||||
|
|||||||
Reference in New Issue
Block a user