execute_args Derived Type

type, public :: execute_args

Arguments for executing transpose handle


Inherits

type~~execute_args~~InheritsGraph type~execute_args execute_args type~async_exec_t async_exec_t type~execute_args->type~async_exec_t exec_type type~dtfft_stream_t dtfft_stream_t type~execute_args->type~dtfft_stream_t stream c_ptr c_ptr type~dtfft_stream_t->c_ptr stream

Components

Type Visibility Attributes Name Initial
type(dtfft_stream_t), public :: stream

Stream to execute on

type(async_exec_t), public :: exec_type

Async execution type

real(kind=real32), public, pointer :: p1(:)

aux pointer for pipelined operations, in pointer for execute_end

real(kind=real32), public, pointer :: p2(:)

out pointer for execute_end