#include <TTL_simplex_scheme.h>
Data Fields | ||
struct { | ||
int index | ||
__local ulong * int_base [3] | ||
TTL_ext_ulong_tensor_t ext_tensor_in | ||
TTL_ext_ulong_tensor_t ext_tensor_out | ||
} | common | |
The information that is common to all pipeline schemes. | ||
TTL_event_t * | event_in | |
TTL_event_t * | event_out | |
TTL_tile_t | next_exported_tile | |
TTL_int_ulong_sub_tensor_t | int_prev_imported | |
Definition at line 1870 of file TTL_simplex_scheme.h.
struct { ... } TTL_simplex_const_ulong_tensor_buffering_t::common |
The information that is common to all pipeline schemes.
TTL_event_t* TTL_simplex_const_ulong_tensor_buffering_t::event_in |
Definition at line 1879 of file TTL_simplex_scheme.h.
TTL_event_t* TTL_simplex_const_ulong_tensor_buffering_t::event_out |
Definition at line 1880 of file TTL_simplex_scheme.h.
TTL_ext_ulong_tensor_t TTL_simplex_const_ulong_tensor_buffering_t::ext_tensor_in |
The external tensor being input
Definition at line 1875 of file TTL_simplex_scheme.h.
TTL_ext_ulong_tensor_t TTL_simplex_const_ulong_tensor_buffering_t::ext_tensor_out |
The external tensor being output
Definition at line 1876 of file TTL_simplex_scheme.h.
int TTL_simplex_const_ulong_tensor_buffering_t::index |
Describes the current buffer index when pipelining. For single 0->1->0, for double 0->1->0->1... etc
Definition at line 1872 of file TTL_simplex_scheme.h.
The internal base addresses of the pipelined tiles.
Definition at line 1874 of file TTL_simplex_scheme.h.
TTL_int_ulong_sub_tensor_t TTL_simplex_const_ulong_tensor_buffering_t::int_prev_imported |
Definition at line 1883 of file TTL_simplex_scheme.h.
TTL_tile_t TTL_simplex_const_ulong_tensor_buffering_t::next_exported_tile |
Definition at line 1882 of file TTL_simplex_scheme.h.