cufftSetStream Interface

interface

Associates a CUDA stream with a cuFFT plan.


Called by

interface~~cufftsetstream~~CalledByGraph interface~cufftsetstream cufftSetStream proc~create cufft_executor%create proc~create->interface~cufftsetstream

public function cufftSetStream(plan, stream) result(cufftResult) bind(C, name="cufftSetStream")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: plan

Object to associate with the stream.

type(dtfft_stream_t), value :: stream

A valid CUDA stream.

Return Value integer(kind=c_int)

The enumerated type cufftResult defines API call result codes.