|
kokkos-execution 0.0.1
|
#include "kokkos-execution/stdexec.hpp"#include "kokkos-execution/impl/completion_signal.hpp"#include "kokkos-execution/impl/dispatch_label.hpp"#include "kokkos-execution/impl/event.hpp"#include "kokkos-execution/impl/sender_introspection.hpp"#include "kokkos-execution/impl/state.hpp"Go to the source code of this file.
Classes | |
| struct | Kokkos::Execution::Impl::SyncWait::env |
| Inspired by https://github.com/NVIDIA/stdexec/blob/16076a81efa4477513e6ede9c2741fd034ecef99/include/stdexec/__detail/__sync_wait.hpp#L45-L65. More... | |
| struct | Kokkos::Execution::Impl::SyncWait::State< std::true_type > |
| struct | Kokkos::Execution::Impl::SyncWait::State< std::false_type > |
| struct | Kokkos::Execution::Impl::SyncWait::Receiver< Exec, HasErrorPtr, ResultType > |
Receiver for stdexec::sync_wait. More... | |
| struct | Kokkos::Execution::Impl::SyncWait::SyncWait |
| struct | Kokkos::Execution::Impl::SyncWait::ApplySenderFor< SndrTrait > |
Customize stdexec::sync_wait. More... | |
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::Impl |
| namespace | Kokkos::Execution::Impl::SyncWait |