File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 39
39
#define cudaDeviceCanAccessPeer hipDeviceCanAccessPeer
40
40
#define cudaDeviceDisablePeerAccess hipDeviceDisablePeerAccess
41
41
#define cudaDeviceEnablePeerAccess hipDeviceEnablePeerAccess
42
+ #define cudaDeviceGetMemPool hipDeviceGetMemPool
43
+ #define cudaMemPoolAttrReleaseThreshold hipMemPoolAttrReleaseThreshold
44
+ #define cudaMemPoolSetAttribute hipMemPoolSetAttribute
45
+ #define cudaMemPool_t hipMemPool_t
42
46
#define cudaDeviceProp hipDeviceProp_t
43
47
#define cudaDeviceSynchronize hipDeviceSynchronize
44
48
#define cudaError_t hipError_t
48
52
#define cudaEvent_t hipEvent_t
49
53
#define cudaEventDestroy hipEventDestroy
50
54
#define cudaFree hipFree
55
+ #define cudaFreeAsync hipFreeAsync
51
56
#define cudaFreeHost hipHostFree
52
57
#define cudaGetDevice hipGetDevice
53
58
#define cudaGetDeviceCount hipGetDeviceCount
54
59
#define cudaGetDeviceProperties hipGetDeviceProperties
55
60
#define cudaGetErrorString hipGetErrorString
56
61
#define cudaGetLastError hipGetLastError
57
62
#define cudaMalloc hipMalloc
63
+ #define cudaMallocFromPoolAsync hipMallocFromPoolAsync
58
64
#define cudaMallocHost (ptr, size ) hipHostMalloc(ptr, size, hipHostMallocDefault)
59
65
#define cudaMemcpy hipMemcpy
60
66
#define cudaMemcpy2DAsync hipMemcpy2DAsync
You can’t perform that action at this time.
0 commit comments