dtfft_stream_t Interface

public interface dtfft_stream_t

Creates dtfft_stream_t from integer(cuda_stream_kind)

Calls

interface~~dtfft_stream_t~~CallsGraph interface~dtfft_stream_t dtfft_stream_t proc~stream_from_int64 stream_from_int64 interface~dtfft_stream_t->proc~stream_from_int64

Module Procedures

private function stream_from_int64(cuda_stream) result(stream)

Creates dtfft_stream_t from integer(cuda_stream_kind)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(in) :: cuda_stream

CUDA stream

Return Value type(dtfft_stream_t)

dtfft Stream