File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
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
46
42
#define cudaDeviceProp hipDeviceProp_t
47
43
#define cudaDeviceSynchronize hipDeviceSynchronize
48
44
#define cudaError_t hipError_t
52
48
#define cudaEvent_t hipEvent_t
53
49
#define cudaEventDestroy hipEventDestroy
54
50
#define cudaFree hipFree
55
- #define cudaFreeAsync hipFreeAsync
56
51
#define cudaFreeHost hipHostFree
57
52
#define cudaGetDevice hipGetDevice
58
53
#define cudaGetDeviceCount hipGetDeviceCount
59
54
#define cudaGetDeviceProperties hipGetDeviceProperties
60
55
#define cudaGetErrorString hipGetErrorString
61
56
#define cudaGetLastError hipGetLastError
62
57
#define cudaMalloc hipMalloc
63
- #define cudaMallocFromPoolAsync hipMallocFromPoolAsync
64
58
#define cudaMallocHost (ptr, size ) hipHostMalloc(ptr, size, hipHostMallocDefault)
65
59
#define cudaMemcpy hipMemcpy
66
60
#define cudaMemcpy2DAsync hipMemcpy2DAsync
You can’t perform that action at this time.
0 commit comments