#include <flecsi-config.h>
#include "flecsi/exec/launch.hh"
#include "flecsi/exec/leg/future.hh"
#include "flecsi/exec/leg/reduction_wrapper.hh"
#include "flecsi/exec/leg/task_prologue.hh"
#include "flecsi/exec/leg/task_wrapper.hh"
#include "flecsi/run/backend.hh"
#include "flecsi/util/demangle.hh"
#include "flecsi/util/function_traits.hh"
#include <flecsi/flog.hh>
#include <functional>
#include <memory>
#include <type_traits>
#include <legion.h>
Go to the source code of this file.
Classes | |
struct | flecsi::exec::detail::nonconst_ref< T > |
struct | flecsi::exec::detail::nonconst_ref< const T & > |
Namespaces | |
flecsi | |
Typedefs | |
template<class T > | |
using | flecsi::exec::detail::nonconst_ref_t = typename nonconst_ref< T >::type |
Functions | |
template<class... PP, class... AA> | |
auto | flecsi::exec::detail::serial_arguments (std::tuple< PP... > *, AA &&... aa) |
template<auto & F, const exec::launch_domain & LAUNCH_DOMAIN, class REDUCTION , size_t ATTRIBUTES, typename... ARGS> | |
decltype(auto) | flecsi::reduce (ARGS &&... args) |
Variables | |
log::devel_tag | flecsi::execution_tag ("execution") |