use new func
This commit is contained in:
@@ -37,10 +37,10 @@
|
||||
#define cudaGetDeviceProperties hipGetDeviceProperties
|
||||
#define cudaDeviceGetAttribute hipDeviceGetAttribute
|
||||
|
||||
#define cudaMallocHost hipMallocHost
|
||||
#define cudaFreeHost hipFreeHost
|
||||
#define cudaMalloc hipMallocHost
|
||||
#define cudaFree hipFreeHost
|
||||
#define cudaMallocHost hipHostMalloc
|
||||
#define cudaFreeHost hipHostFree
|
||||
#define cudaMalloc hipMalloc
|
||||
#define cudaFree hipFree
|
||||
|
||||
#define cudaMemcpy hipMemcpy
|
||||
#define cudaMemcpyAsync hipMemcpyAsync
|
||||
|
||||
Reference in New Issue
Block a user