|
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/sender_concepts.hpp"#include "kokkos-execution/impl/sender_introspection.hpp"Go to the source code of this file.
Classes | |
| struct | Kokkos::Execution::GraphImpl::ThenClosure< Exec, Functor > |
| struct | Kokkos::Execution::GraphImpl::ThenSender< Exec, Sndr, Functor > |
Sender for stdexec::then. More... | |
| struct | Kokkos::Execution::GraphImpl::TransformSenderFor< stdexec::then_t > |
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::GraphImpl |
| namespace | stdexec |
| namespace | stdexec::__detail |
Variables | |
| template<typename Exec, typename Sndr, typename Functor> | |
| __mtype< Kokkos::Execution::GraphImpl::ThenSender< Exec, __demangle_t< Sndr >, Functor > > | stdexec::__detail::__demangle_v< Kokkos::Execution::GraphImpl::ThenSender< Exec, Sndr, Functor > > |