libcuda_handle    194 opal/mca/common/cuda/common_cuda.c opal_dl_handle_t *libcuda_handle = NULL;
libcuda_handle    404 opal/mca/common/cuda/common_cuda.c                                   &libcuda_handle, &str);
libcuda_handle    405 opal/mca/common/cuda/common_cuda.c             if (OPAL_SUCCESS != retval || NULL == libcuda_handle) {
libcuda_handle    451 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuStreamCreate);
libcuda_handle    452 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuCtxGetCurrent);
libcuda_handle    453 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuEventCreate);
libcuda_handle    454 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuEventRecord);
libcuda_handle    455 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuMemHostRegister);
libcuda_handle    456 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuMemHostUnregister);
libcuda_handle    457 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuPointerGetAttribute);
libcuda_handle    458 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuEventQuery);
libcuda_handle    459 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuEventDestroy);
libcuda_handle    460 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuStreamWaitEvent);
libcuda_handle    461 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuMemcpyAsync);
libcuda_handle    462 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuMemcpy);
libcuda_handle    463 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuMemFree);
libcuda_handle    464 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuMemAlloc);
libcuda_handle    465 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuMemGetAddressRange);
libcuda_handle    466 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuIpcGetEventHandle);
libcuda_handle    467 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuIpcOpenEventHandle);
libcuda_handle    468 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuIpcOpenMemHandle);
libcuda_handle    469 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuIpcCloseMemHandle);
libcuda_handle    470 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuIpcGetMemHandle);
libcuda_handle    471 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuCtxGetDevice);
libcuda_handle    472 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuDeviceCanAccessPeer);
libcuda_handle    473 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuDeviceGet);
libcuda_handle    475 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuPointerSetAttribute);
libcuda_handle    477 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuCtxSetCurrent);
libcuda_handle    478 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuEventSynchronize);
libcuda_handle    479 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuStreamSynchronize);
libcuda_handle    480 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuStreamDestroy);
libcuda_handle    482 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuPointerGetAttributes);
libcuda_handle    901 opal/mca/common/cuda/common_cuda.c         if (NULL != libcuda_handle) {
libcuda_handle    902 opal/mca/common/cuda/common_cuda.c             opal_dl_close(libcuda_handle);