@@ -28,26 +28,26 @@ DLWRAP(cuFuncGetAttribute, 3);
28
28
DLWRAP (cuGetErrorString, 2 );
29
29
DLWRAP (cuLaunchKernel, 11 );
30
30
31
- DLWRAP (cuMemAlloc , 2 );
32
- DLWRAP (cuMemcpyDtoDAsync , 4 );
31
+ DLWRAP (cuMemAlloc_v2 , 2 );
32
+ DLWRAP (cuMemcpyDtoDAsync_v2 , 4 );
33
33
34
- DLWRAP (cuMemcpyDtoH , 3 );
35
- DLWRAP (cuMemcpyDtoHAsync , 4 );
36
- DLWRAP (cuMemcpyHtoD , 3 );
37
- DLWRAP (cuMemcpyHtoDAsync , 4 );
34
+ DLWRAP (cuMemcpyDtoH_v2 , 3 );
35
+ DLWRAP (cuMemcpyDtoHAsync_v2 , 4 );
36
+ DLWRAP (cuMemcpyHtoD_v2 , 3 );
37
+ DLWRAP (cuMemcpyHtoDAsync_v2 , 4 );
38
38
39
- DLWRAP (cuMemFree , 1 );
39
+ DLWRAP (cuMemFree_v2 , 1 );
40
40
DLWRAP (cuModuleGetFunction, 3 );
41
- DLWRAP (cuModuleGetGlobal , 4 );
41
+ DLWRAP (cuModuleGetGlobal_v2 , 4 );
42
42
43
43
DLWRAP (cuModuleUnload, 1 );
44
44
DLWRAP (cuStreamCreate, 2 );
45
- DLWRAP (cuStreamDestroy , 1 );
45
+ DLWRAP (cuStreamDestroy_v2 , 1 );
46
46
DLWRAP (cuStreamSynchronize, 1 );
47
47
DLWRAP (cuCtxSetCurrent, 1 );
48
- DLWRAP (cuDevicePrimaryCtxRelease , 1 );
48
+ DLWRAP (cuDevicePrimaryCtxRelease_v2 , 1 );
49
49
DLWRAP (cuDevicePrimaryCtxGetState, 3 );
50
- DLWRAP (cuDevicePrimaryCtxSetFlags , 2 );
50
+ DLWRAP (cuDevicePrimaryCtxSetFlags_v2 , 2 );
51
51
DLWRAP (cuDevicePrimaryCtxRetain, 2 );
52
52
DLWRAP (cuModuleLoadDataEx, 5 );
53
53
0 commit comments