cudaEventSynchronize Interface

interface


Called by

interface~~cudaeventsynchronize~~CalledByGraph interface~cudaeventsynchronize cudaEventSynchronize proc~get_kernel get_kernel proc~get_kernel->interface~cudaeventsynchronize proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->interface~cudaeventsynchronize proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~create transpose_plan%create proc~create->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create->proc~autotune_grid_decomposition proc~create~8 kernel_device%create proc~create~8->proc~get_kernel proc~autotune_grid_decomposition->proc~autotune_grid

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

Arguments

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

Event identifier

Return Value integer(kind=c_int)

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

Description

Waits for an event to complete.