cuMemcpy           81 opal/mca/common/cuda/common_cuda.c     int (*cuMemcpy)(CUdeviceptr, CUdeviceptr, size_t);
cuMemcpy          462 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuMemcpy);
cuMemcpy         1899 opal/mca/common/cuda/common_cuda.c          result = cuFunc.cuMemcpy((CUdeviceptr)dest, (CUdeviceptr)src, size);
cuMemcpy         1948 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpy(tmp, (CUdeviceptr)src, size);
cuMemcpy         1954 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpy((CUdeviceptr)dest, tmp, size);