cudaStreamSynchronize Interface

interface


Called by

interface~~cudastreamsynchronize~~CalledByGraph interface~cudastreamsynchronize cudaStreamSynchronize proc~execute_mpi backend_mpi%execute_mpi proc~execute_mpi->interface~cudastreamsynchronize proc~execute~12 abstract_backend%execute proc~execute~12->interface~cudastreamsynchronize proc~execute~4 backend_cufftmp%execute proc~execute~4->interface~cudastreamsynchronize proc~execute~7 kernel_device%execute proc~execute~7->interface~cudastreamsynchronize proc~get_kernel get_kernel proc~get_kernel->interface~cudastreamsynchronize proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->interface~cudastreamsynchronize 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 cudaStreamSynchronize(stream) result(cudaError_t) bind(C, name="cudaStreamSynchronize")

Arguments

Type IntentOptional Attributes Name
type(dtfft_stream_t), value :: stream

Stream identifier

Return Value integer(kind=c_int)

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

Description

Waits for stream tasks to complete.