|
kokkos-execution 0.0.1
|
#include "kokkos-execution/stdexec.hpp"#include "Kokkos_Graph.hpp"#include "kokkos-execution/graph/graph_fwd.hpp"#include "kokkos-execution/graph/events.hpp"#include "kokkos-execution/graph/operation_state.hpp"#include "kokkos-execution/graph/sender_concepts.hpp"#include "kokkos-execution/impl/attributes.hpp"#include "kokkos-execution/impl/completion_signatures.hpp"#include "kokkos-execution/impl/dispatch_label.hpp"#include "kokkos-execution/impl/env.hpp"#include "kokkos-execution/impl/queryable.hpp"#include "kokkos-execution/impl/sender_concepts.hpp"#include "kokkos-execution/impl/sender_introspection.hpp"Go to the source code of this file.
Classes | |
| struct | Kokkos::Execution::GraphImpl::WhenAllOpState< Exec, Rcvr, Sndrs > |
Operation state for stdexec::when_all. More... | |
| struct | Kokkos::Execution::GraphImpl::WhenAllOpState< Exec, Rcvr, Sndrs >::WhenAllChildReceiver |
Receiver for a child of stdexec::when_all. More... | |
| struct | Kokkos::Execution::GraphImpl::GraphOperationStateFor< OpState, Exec > |
| Specialization for Kokkos::Execution::GraphImpl::ContinuesOnOpState. More... | |
| struct | Kokkos::Execution::GraphImpl::RemainsOnGraphFor< OpState, Exec > |
| Specialization for Kokkos::Execution::GraphImpl::Scheduler::OpState. More... | |
| struct | Kokkos::Execution::GraphImpl::WhenAllSender< Exec, Sndrs > |
Sender for stdexec::when_all. More... | |
| struct | Kokkos::Execution::GraphImpl::WhenAllSender< Exec, Sndrs >::attrs |
| struct | Kokkos::Execution::GraphImpl::WITH_SENDER_AT_INDEX< Index, Sndr > |
| struct | Kokkos::Execution::GraphImpl::TransformSenderFor< stdexec::when_all_t > |
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::GraphImpl |
| namespace | stdexec |
| namespace | stdexec::__detail |
Typedefs | |
| template<size_t Index, typename Sndr> | |
| using | Kokkos::Execution::GraphImpl::WITH_PRETTY_SENDER_AT_INDEX = WITH_SENDER_AT_INDEX<Index, stdexec::__demangle_t<Sndr>> |
Variables | |
| template<typename... Sndrs> | |
| __mtype< Kokkos::Execution::GraphImpl::WhenAllSender< __demangle_t< Sndrs >... > > | stdexec::__detail::__demangle_v< Kokkos::Execution::GraphImpl::WhenAllSender< Sndrs... > > |