cudaStreamDestroy Interface

interface


Called by

interface~~cudastreamdestroy~~CalledByGraph interface~cudastreamdestroy cudaStreamDestroy proc~destroy_stream destroy_stream proc~destroy_stream->interface~cudastreamdestroy proc~destroy~14 abstract_backend%destroy proc~destroy~14->interface~cudastreamdestroy proc~destroy~13 dtfft_plan_t%destroy proc~destroy~13->proc~destroy_stream proc~dtfft_destroy_c dtfft_destroy_c proc~dtfft_destroy_c->proc~destroy~13

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

Arguments

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

Stream identifier

Return Value integer(kind=c_int)

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

Description

Destroys an asynchronous stream.