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~3 nvrtc_kernel%execute proc~execute_mpi->proc~execute~3 proc~execute~12 backend_cufftmp%execute proc~execute~12->interface~cudastreamsynchronize proc~execute~3->interface~cudastreamsynchronize proc~execute~9 abstract_backend%execute proc~execute~9->interface~cudastreamsynchronize proc~execute~9->proc~execute~3 proc~get_kernel get_kernel proc~get_kernel->interface~cudastreamsynchronize proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->interface~cudastreamsynchronize proc~execute~8 transpose_handle_cuda%execute proc~run_autotune_backend->proc~execute~8 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~execute_nccl backend_nccl%execute_nccl proc~execute_nccl->proc~execute~3 proc~execute~8->proc~execute~3 proc~autotune_grid_decomposition~2->proc~autotune_grid~2 proc~create~9 transpose_handle_cuda%create proc~create~9->proc~create~4 proc~execute_cuda transpose_plan_cuda%execute_cuda proc~execute_cuda->proc~execute~8

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.