cudaEventDestroy Interface

interface


Called by

interface~~cudaeventdestroy~~CalledByGraph interface~cudaeventdestroy cudaEventDestroy proc~destroy~10 abstract_backend%destroy proc~destroy~10->interface~cudaeventdestroy proc~get_kernel get_kernel proc~get_kernel->interface~cudaeventdestroy proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->interface~cudaeventdestroy proc~autotune_grid~2 autotune_grid proc~autotune_grid~2->proc~run_autotune_backend proc~create_cuda transpose_plan_cuda%create_cuda proc~create_cuda->proc~run_autotune_backend proc~autotune_grid_decomposition~2 autotune_grid_decomposition proc~create_cuda->proc~autotune_grid_decomposition~2 proc~create~4 nvrtc_kernel%create proc~create~4->proc~get_kernel proc~autotune_grid_decomposition~2->proc~autotune_grid~2 proc~create~9 transpose_handle_cuda%create proc~create~9->proc~create~4

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

Arguments

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

Event identifier

Return Value integer(kind=c_int)

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

Description

Destroys an event.