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~execute~9 abstract_backend%execute proc~execute~9->interface~cudaeventrecord proc~execute~9->proc~execute_self_copy proc~get_kernel get_kernel proc~get_kernel->interface~cudaeventrecord proc~autotune_reshape_plan autotune_reshape_plan proc~autotune_reshape_plan->proc~execute_autotune proc~create~7 kernel_device%create proc~create~7->proc~get_kernel proc~execute_mpi backend_mpi%execute_mpi proc~execute_mpi->proc~execute_self_copy proc~execute_p2p_scheduled backend_mpi%execute_p2p_scheduled proc~execute_mpi->proc~execute_p2p_scheduled proc~execute_p2p_scheduled->proc~execute_self_copy proc~execute~12 reshape_handle_generic%execute proc~execute~12->proc~execute~9 proc~get_plan_execution_time get_plan_execution_time proc~get_plan_execution_time->proc~execute_autotune proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->proc~execute_autotune proc~run_autotune_datatypes run_autotune_datatypes proc~run_autotune_backend->proc~run_autotune_datatypes proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~autotune_transpose_id autotune_transpose_id proc~autotune_transpose_id->proc~get_plan_execution_time proc~create~16 transpose_plan%create proc~create~16->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create~16->proc~autotune_grid_decomposition proc~create~9 reshape_plan%create proc~create~9->proc~autotune_reshape_plan proc~autotune_grid_decomposition->proc~autotune_grid proc~run_autotune_datatypes->proc~autotune_transpose_id

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.