cudaEventCreate Interface

interface

Creates an event.


Called by

interface~~cudaeventcreate~~CalledByGraph interface~cudaeventcreate cudaEventCreate proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->interface~cudaeventcreate 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 cudaEventCreate(event) result(cudaError_t) bind(C, name="cudaEventCreate")

Arguments

Type IntentOptional Attributes Name
type(cudaEvent) :: event

Event identifier

Return Value integer(kind=c_int)

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