ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ttg_parsec::detail::device_state_t< true > Struct Reference

#include <task.h>

Collaboration diagram for ttg_parsec::detail::device_state_t< true >:
[legend]

Public Member Functions

device_ptr_tdev_ptr ()
 

Public Attributes

parsec_flow_t m_flows [num_flows]
 
device_ptr_t m_dev_ptr = {nullptr, &m_flows[0], nullptr, nullptr}
 

Static Public Attributes

static constexpr bool support_device = false
 
static constexpr size_t num_flows = MAX_PARAM_COUNT
 

Detailed Description

Definition at line 35 of file task.h.

Member Function Documentation

◆ dev_ptr()

device_ptr_t * ttg_parsec::detail::device_state_t< true >::dev_ptr ( )
inline

Definition at line 40 of file task.h.

Member Data Documentation

◆ m_dev_ptr

device_ptr_t ttg_parsec::detail::device_state_t< true >::m_dev_ptr = {nullptr, &m_flows[0], nullptr, nullptr}

Definition at line 39 of file task.h.

◆ m_flows

parsec_flow_t ttg_parsec::detail::device_state_t< true >::m_flows[num_flows]

Definition at line 38 of file task.h.

◆ num_flows

constexpr size_t ttg_parsec::detail::device_state_t< true >::num_flows = MAX_PARAM_COUNT
staticconstexpr

Definition at line 37 of file task.h.

◆ support_device

constexpr bool ttg_parsec::detail::device_state_t< true >::support_device = false
staticconstexpr

Definition at line 36 of file task.h.


The documentation for this struct was generated from the following file: