cudaStreamCreate Interface

interface


Called by

interface~~cudastreamcreate~~CalledByGraph interface~cudastreamcreate cudaStreamCreate proc~create~10 abstract_backend%create proc~create~10->interface~cudastreamcreate proc~get_conf_stream get_conf_stream proc~get_conf_stream->interface~cudastreamcreate proc~create_cuda transpose_plan_cuda%create_cuda proc~create_cuda->proc~get_conf_stream proc~create_private~2 dtfft_plan_t%create_private proc~create_private~2->proc~get_conf_stream proc~create~11 cufft_executor%create proc~create~11->proc~get_conf_stream proc~create~5 vkfft_executor%create proc~create~5->proc~get_conf_stream proc~get_kernel get_kernel proc~get_kernel->proc~get_conf_stream proc~create_c2c_core dtfft_core_c2c%create_c2c_core proc~create_c2c_core->proc~create_private~2 proc~create_r2r_internal dtfft_plan_r2r_t%create_r2r_internal proc~create_r2r_internal->proc~create_private~2 proc~create~4 nvrtc_kernel%create proc~create~4->proc~get_kernel proc~create_c2c_internal dtfft_plan_c2c_t%create_c2c_internal proc~create_c2c_internal->proc~create_c2c_core proc~create_r2c_internal dtfft_plan_r2c_t%create_r2c_internal proc~create_r2c_internal->proc~create_c2c_core proc~create_r2r dtfft_plan_r2r_t%create_r2r proc~create_r2r->proc~create_r2r_internal proc~create_r2r_pencil dtfft_plan_r2r_t%create_r2r_pencil proc~create_r2r_pencil->proc~create_r2r_internal proc~create~9 transpose_handle_cuda%create proc~create~9->proc~create~4 proc~create_c2c dtfft_plan_c2c_t%create_c2c proc~create_c2c->proc~create_c2c_internal proc~create_c2c_pencil dtfft_plan_c2c_t%create_c2c_pencil proc~create_c2c_pencil->proc~create_c2c_internal proc~create_r2c dtfft_plan_r2c_t%create_r2c proc~create_r2c->proc~create_r2c_internal proc~create_r2c_pencil dtfft_plan_r2c_t%create_r2c_pencil proc~create_r2c_pencil->proc~create_r2c_internal

public function cudaStreamCreate(stream) result(cudaError_t) bind(C, name="cudaStreamCreate")

Arguments

Type IntentOptional Attributes Name
type(dtfft_stream_t) :: stream

Pointer to the created stream

Return Value integer(kind=c_int)

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

Description

Creates an asynchronous stream.