cudaStreamDestroy Interface

interface

Destroys an asynchronous stream.


Called by

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

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.