cuda_event_dtoh_array 169 opal/mca/common/cuda/common_cuda.c CUevent *cuda_event_dtoh_array = NULL; cuda_event_dtoh_array 638 opal/mca/common/cuda/common_cuda.c cuda_event_dtoh_array = (CUevent *) calloc(cuda_event_max, sizeof(CUevent *)); cuda_event_dtoh_array 639 opal/mca/common/cuda/common_cuda.c if (NULL == cuda_event_dtoh_array) { cuda_event_dtoh_array 648 opal/mca/common/cuda/common_cuda.c res = cuFunc.cuEventCreate(&cuda_event_dtoh_array[i], CU_EVENT_DISABLE_TIMING); cuda_event_dtoh_array 865 opal/mca/common/cuda/common_cuda.c if (NULL != cuda_event_dtoh_array) { cuda_event_dtoh_array 868 opal/mca/common/cuda/common_cuda.c if (NULL != cuda_event_dtoh_array[i]) { cuda_event_dtoh_array 869 opal/mca/common/cuda/common_cuda.c cuFunc.cuEventDestroy(cuda_event_dtoh_array[i]); cuda_event_dtoh_array 873 opal/mca/common/cuda/common_cuda.c free(cuda_event_dtoh_array); cuda_event_dtoh_array 1420 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventRecord(cuda_event_dtoh_array[cuda_event_dtoh_first_avail], dtohStream); cuda_event_dtoh_array 1563 opal/mca/common/cuda/common_cuda.c result = cuFunc.cuEventQuery(cuda_event_dtoh_array[cuda_event_dtoh_first_used]);