cudaEventRecord Interface

interface


Called by

interface~~cudaeventrecord~~CalledByGraph interface~cudaeventrecord cudaEventRecord proc~execute_autotune execute_autotune proc~execute_autotune->interface~cudaeventrecord proc~execute_self_copy abstract_backend%execute_self_copy proc~execute_self_copy->interface~cudaeventrecord proc~get_kernel get_kernel proc~get_kernel->interface~cudaeventrecord proc~post_sync compressor_zfp%post_sync proc~post_sync->interface~cudaeventrecord proc~pre_sync compressor_zfp%pre_sync proc~pre_sync->interface~cudaeventrecord proc~wait abstract_backend%wait proc~wait->interface~cudaeventrecord proc~autotune_adaptive autotune_adaptive proc~autotune_adaptive->proc~execute_autotune proc~autotune_reshape_plan autotune_reshape_plan proc~autotune_reshape_plan->proc~execute_autotune proc~autotune_reshape_plan->proc~autotune_adaptive proc~create~5 kernel_device%create proc~create~5->proc~get_kernel proc~execute_fused backend_mpi%execute_fused proc~execute_fused->proc~execute_self_copy proc~execute_many execute_many proc~execute_many->proc~execute_autotune proc~execute_single execute_single proc~execute_many->proc~execute_single proc~execute_mpi backend_mpi%execute_mpi proc~execute_mpi->proc~execute_self_copy proc~execute_mpi->proc~execute_fused proc~execute_p2p_scheduled backend_mpi%execute_p2p_scheduled proc~execute_mpi->proc~execute_p2p_scheduled proc~execute_nccl backend_nccl%execute_nccl proc~execute_nccl->proc~execute_self_copy proc~execute_p2p_scheduled->proc~execute_self_copy proc~execute~2 abstract_backend%execute proc~execute~2->proc~execute_self_copy proc~run_execute_single run_execute_single proc~run_execute_single->proc~execute_autotune proc~create reshape_plan%create proc~create->proc~autotune_reshape_plan proc~execute_single_transpose_modes execute_single_transpose_modes proc~execute_single_transpose_modes->proc~run_execute_single proc~execute~4 reshape_handle_generic%execute proc~execute~4->proc~execute~2 proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->proc~execute_many proc~run_autotune_backend->proc~execute_single proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~create~15 transpose_plan%create proc~create~15->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create~15->proc~autotune_grid_decomposition proc~execute_single->proc~execute_single_transpose_modes proc~autotune_grid_decomposition->proc~autotune_grid

public function cudaEventRecord(event, stream) result(cudaError_t) bind(C, name="cudaEventRecord")

Arguments

Type IntentOptional Attributes Name
type(cudaEvent), value :: event

Event identifier

type(dtfft_stream_t), value :: stream

Stream identifier

Return Value integer(kind=c_int)

Returns cudaSuccess if the event was recorded successfully, or an error code if there was an issue.

Description

Records an event in a stream.