cuFunc 70 opal/mca/common/cuda/common_cuda.c *(void **)(&cuFunc.funcName) = ptr; \ cuFunc 114 opal/mca/common/cuda/common_cuda.c static cudaFunctionTable_t cuFunc; cuFunc 554 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuCtxGetCurrent(&cuContext); cuFunc 610 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuEventCreate(&cuda_event_ipc_array[i], CU_EVENT_DISABLE_TIMING); cuFunc 648 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuEventCreate(&cuda_event_dtoh_array[i], CU_EVENT_DISABLE_TIMING); cuFunc 684 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuEventCreate(&cuda_event_htod_array[i], CU_EVENT_DISABLE_TIMING); cuFunc 710 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuMemHostRegister(mem_reg->ptr, mem_reg->amount, 0); cuFunc 729 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuStreamCreate(&ipcStream, 0); cuFunc 738 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuStreamCreate(&dtohStream, 0); cuFunc 747 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuStreamCreate(&htodStream, 0); cuFunc 757 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuStreamCreate(&memcpyStream, 0); cuFunc 766 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuMemHostRegister(&checkmem, sizeof(int), 0); cuFunc 836 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuMemHostUnregister(&checkmem); cuFunc 848 opal/mca/common/cuda/common_cuda.c cuFunc.cuEventDestroy(cuda_event_ipc_array[i]); cuFunc 858 opal/mca/common/cuda/common_cuda.c cuFunc.cuEventDestroy(cuda_event_htod_array[i]); cuFunc 869 opal/mca/common/cuda/common_cuda.c cuFunc.cuEventDestroy(cuda_event_dtoh_array[i]); cuFunc 886 opal/mca/common/cuda/common_cuda.c cuFunc.cuStreamDestroy(ipcStream); cuFunc 889 opal/mca/common/cuda/common_cuda.c cuFunc.cuStreamDestroy(dtohStream); cuFunc 892 opal/mca/common/cuda/common_cuda.c cuFunc.cuStreamDestroy(htodStream); cuFunc 895 opal/mca/common/cuda/common_cuda.c cuFunc.cuStreamDestroy(memcpyStream); cuFunc 947 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuMemHostRegister(ptr, amount, 0); cuFunc 986 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuMemHostUnregister(ptr); cuFunc 1022 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuPointerGetAttribute(&memType, cuFunc 1028 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuIpcGetMemHandle(memHandle, (CUdeviceptr)base); cuFunc 1043 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemGetAddressRange(&pbase, &psize, (CUdeviceptr)base); cuFunc 1067 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuPointerSetAttribute(&memType, CU_POINTER_ATTRIBUTE_SYNC_MEMOPS, cuFunc 1082 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventRecord((CUevent)cuda_reg->data.event, 0); cuFunc 1124 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuIpcOpenMemHandle((CUdeviceptr *)&newreg->alloc_base, *memHandle, cuFunc 1162 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuIpcCloseMemHandle((CUdeviceptr)cuda_reg->base.alloc_base); cuFunc 1184 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventCreate((CUevent *)event, CU_EVENT_INTERPROCESS | CU_EVENT_DISABLE_TIMING); cuFunc 1190 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuIpcGetEventHandle((CUipcEventHandle *)handle, (CUevent)*event); cuFunc 1207 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventDestroy((CUevent)event); cuFunc 1233 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuIpcOpenEventHandle(&event, evtHandle); cuFunc 1244 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventRecord(event, 0); cuFunc 1251 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuStreamWaitEvent(0, event, 0); cuFunc 1258 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventDestroy(event); cuFunc 1299 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemcpyAsync((CUdeviceptr)dst, (CUdeviceptr)src, amount, ipcStream); cuFunc 1310 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventRecord(cuda_event_ipc_array[cuda_event_ipc_first_avail], ipcStream); cuFunc 1329 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemcpyAsync((CUdeviceptr)dst, (CUdeviceptr)src, amount, ipcStream); cuFunc 1342 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventRecord(cuda_event_ipc_array[cuda_event_ipc_first_avail], ipcStream); cuFunc 1359 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventQuery(cuda_event_ipc_array[cuda_event_ipc_first_used]); cuFunc 1372 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventQuery(cuda_event_ipc_array[cuda_event_ipc_first_used]); cuFunc 1420 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventRecord(cuda_event_dtoh_array[cuda_event_dtoh_first_avail], dtohStream); cuFunc 1468 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventRecord(cuda_event_htod_array[cuda_event_htod_first_avail], htodStream); cuFunc 1516 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventQuery(cuda_event_ipc_array[cuda_event_ipc_first_used]); cuFunc 1563 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventQuery(cuda_event_dtoh_array[cuda_event_dtoh_first_used]); cuFunc 1610 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventQuery(cuda_event_htod_array[cuda_event_htod_first_used]); cuFunc 1750 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuPointerGetAttributes(3, attributes, attrdata, dbuf); cuFunc 1777 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuPointerGetAttribute(&memType, cuFunc 1799 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuCtxGetCurrent(&ctx); cuFunc 1803 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuPointerGetAttribute(&memCtx, cuFunc 1811 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuCtxSetCurrent(memCtx); cuFunc 1837 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuMemGetAddressRange(&pbase, &psize, dbuf); cuFunc 1862 opal/mca/common/cuda/common_cuda.c return cuFunc.cuMemcpyAsync((CUdeviceptr)dest, (CUdeviceptr)src, size, cuFunc 1878 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuPointerGetAttribute(&memTypeDst, cuFunc 1880 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuPointerGetAttribute(&memTypeSrc, cuFunc 1886 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemcpyAsync((CUdeviceptr)dest, (CUdeviceptr)src, size, memcpyStream); cuFunc 1892 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuStreamSynchronize(memcpyStream); cuFunc 1899 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemcpy((CUdeviceptr)dest, (CUdeviceptr)src, size); cuFunc 1927 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemAlloc(&tmp,size); cuFunc 1929 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemcpyAsync(tmp, (CUdeviceptr)src, size, memcpyStream); cuFunc 1935 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemcpyAsync((CUdeviceptr)dest, tmp, size, memcpyStream); cuFunc 1941 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuStreamSynchronize(memcpyStream); cuFunc 1948 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemcpy(tmp, (CUdeviceptr)src, size); cuFunc 1954 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemcpy((CUdeviceptr)dest, tmp, size); cuFunc 1961 opal/mca/common/cuda/common_cuda.c cuFunc.cuMemFree(tmp); cuFunc 1970 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuCtxGetDevice(&cuDev); cuFunc 1983 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuDeviceCanAccessPeer(access, (CUdevice)dev1, (CUdevice)dev2); cuFunc 1995 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuMemGetAddressRange((CUdeviceptr *)pbase, psize, (CUdeviceptr)base); cuFunc 2021 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuPointerGetAttribute(&bufID, CU_POINTER_ATTRIBUTE_BUFFER_ID, cuFunc 2054 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuPointerGetAttribute(&bufID, CU_POINTER_ATTRIBUTE_BUFFER_ID, cuFunc 2062 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuPointerSetAttribute(&enable, CU_POINTER_ATTRIBUTE_SYNC_MEMOPS,