execute_args Derived Type

type, public :: execute_args

Arguments for executing transpose handle


Inherits

type~~execute_args~~InheritsGraph type~execute_args execute_args c_ptr c_ptr type~execute_args->c_ptr p1, p2, p3 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 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

type(c_ptr), public :: p1

aux pointer for pipelined operations, in pointer for execute_end

type(c_ptr), public :: p2

out pointer for execute_end

type(c_ptr), public :: p3

in pointer for unpack-free generic reshape