|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
#include <ttg.h>
Public Member Functions | |
| msg_t ()=default | |
| msg_t (uint64_t tt_id, uint32_t taskpool_id, msg_header_t::fn_id_t fn_id, int32_t param_id, int sender, int num_keys=1) | |
Public Attributes | |
| msg_header_t | tt_id |
| unsigned char | bytes [max_payload_size] |
Static Public Attributes | |
| static constexpr std::size_t | max_payload_size = PARSEC_TTG_MAX_AM_SIZE - sizeof(msg_header_t) |
|
default |
|
inline |
| unsigned char ttg_parsec::detail::msg_t::bytes[max_payload_size] |
|
staticconstexpr |
| msg_header_t ttg_parsec::detail::msg_t::tt_id |
1.9.8