Home | History | Annotate | Download | only in plugin

Lines Matching refs:CUdeviceptr

327       CUdeviceptr ptr;
555 CUDA_CALL (cuMemFree, (CUdeviceptr) b->ptr);
739 CUdeviceptr dp, CUstream stream)
1046 CUdeviceptr d;
1094 CUdeviceptr pb;
1098 (CUdeviceptr) p);
1119 if ((CUdeviceptr) p != pb)
1125 CUDA_CALL (cuMemFree, (CUdeviceptr) p);
1249 CUdeviceptr dptr;
1346 CUdeviceptr var;
1356 CUdeviceptr device_num_varptr;
1466 CUdeviceptr dp = 0;
1554 CUdeviceptr dp = 0;
1759 CUdeviceptr
1768 CUDA_CALL (cuMemGetAddressRange, &pb, &ps, (CUdeviceptr) d);
1798 CUDA_CALL (cuMemcpyHtoD, (CUdeviceptr) dst, src, n);
1808 CUDA_CALL (cuMemcpyDtoH, dst, (CUdeviceptr) src, n);
1815 CUDA_CALL (cuMemcpyDtoDAsync, (CUdeviceptr) dst, (CUdeviceptr) src, n, NULL);
1826 CUDA_CALL (cuMemcpyHtoDAsync, (CUdeviceptr) dst, src, n, aq->cuda_stream);
1837 CUDA_CALL (cuMemcpyDtoHAsync, dst, (CUdeviceptr) src, n, aq->cuda_stream);