cudaEventDestroy Interface

interface


Called by

interface~~cudaeventdestroy~~CalledByGraph interface~cudaeventdestroy cudaEventDestroy proc~destroy~12 compressor_zfp%destroy proc~destroy~12->interface~cudaeventdestroy proc~destroy~3 abstract_backend%destroy proc~destroy~3->interface~cudaeventdestroy proc~execute_autotune execute_autotune proc~execute_autotune->interface~cudaeventdestroy proc~get_kernel get_kernel proc~get_kernel->interface~cudaeventdestroy 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_many execute_many proc~execute_many->proc~execute_autotune proc~execute_single execute_single proc~execute_many->proc~execute_single proc~run_execute_single run_execute_single proc~run_execute_single->proc~execute_autotune proc~test_pack_unpack test_pack_unpack proc~test_pack_unpack->proc~destroy~12 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~run_autotune_backend run_autotune_backend proc~run_autotune_backend->proc~execute_many proc~run_autotune_backend->proc~execute_single program~test_compression test_compression program~test_compression->proc~test_pack_unpack 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 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.