try hipHostMalloc
This commit is contained in:
parent
0790bf7f8f
commit
8e703f3a5a
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user