[offload][CUDA] Fix DLWRAP for memory routines (#190500)
This commit is contained in:
parent
17ed1e6c4b
commit
00d5f660f4
@ -100,8 +100,6 @@ DLWRAP(cuEventSynchronize, 1)
|
||||
DLWRAP(cuEventElapsedTime, 3)
|
||||
DLWRAP(cuEventDestroy, 1)
|
||||
|
||||
DLWRAP_FINALIZE()
|
||||
|
||||
DLWRAP(cuMemUnmap, 2)
|
||||
DLWRAP(cuMemRelease, 1)
|
||||
DLWRAP(cuMemAddressFree, 2)
|
||||
@ -112,6 +110,8 @@ DLWRAP(cuMemCreate, 4)
|
||||
DLWRAP(cuMemSetAccess, 4)
|
||||
DLWRAP(cuMemGetAllocationGranularity, 3)
|
||||
|
||||
DLWRAP_FINALIZE()
|
||||
|
||||
#ifndef DYNAMIC_CUDA_PATH
|
||||
#define DYNAMIC_CUDA_PATH "libcuda.so"
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user