cudaEventRecord Interface

interface

Records an event in a stream.


Called by

interface~~cudaeventrecord~~CalledByGraph interface~cudaeventrecord cudaEventRecord proc~execute~7 abstract_backend%execute proc~execute~7->interface~cudaeventrecord proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->interface~cudaeventrecord proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~create_cuda transpose_plan_cuda%create_cuda proc~create_cuda->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create_cuda->proc~autotune_grid_decomposition 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.