#include "flecsi/util/debruijn.hh"
#include <bitset>
Go to the source code of this file.
|
using | flecsi::exec::task_attributes_bitset_t = std::bitset< task_attributes_bits > |
|
|
task_type_t | flecsi::exec::mask_to_task_type (size_t mask) |
|
constexpr task_processor_type_t | flecsi::exec::mask_to_processor_type (size_t mask) |
|
constexpr bool | flecsi::exec::leaf_task (task_attributes_bitset_t const &bs) |
|
constexpr bool | flecsi::exec::inner_task (task_attributes_bitset_t const &bs) |
|
constexpr bool | flecsi::exec::idempotent_task (task_attributes_bitset_t const &bs) |
|
|
constexpr size_t | flecsi::exec::task_attributes_bits = 8 |
|
constexpr size_t | flecsi::exec::task_type_bits = 3 |
|
◆ task_processor_type_t
Enumeration of processor types.
◆ task_type_t
Enumeration of task types.