|
kokkos-execution 0.0.1
|
#include "kokkos-execution/stdexec.hpp"#include "kokkos-execution/execution_space/domain.hpp"#include "kokkos-execution/impl/completion_signal.hpp"#include "kokkos-execution/impl/env.hpp"#include "kokkos-execution/impl/get_exec.hpp"#include "kokkos-execution/impl/immovable.hpp"#include "kokkos-execution/impl/make_opstate.hpp"#include "kokkos-execution/impl/receiver.hpp"#include "kokkos-execution/impl/sender_concepts.hpp"#include "kokkos-execution/impl/sync_wait.hpp"Go to the source code of this file.
Classes | |
| struct | Kokkos::Execution::ExecutionSpaceImpl::OpStateBase< Rcvr, Clsr, Clsrs > |
| struct | Kokkos::Execution::ExecutionSpaceImpl::OpState< Sndr, Rcvr, Clsrs > |
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::ExecutionSpaceImpl |
Concepts | |
| concept | Kokkos::Execution::ExecutionSpaceImpl::Closure |
Typedefs | |
| template<typename Exec, typename Rcvr> | |
| using | Kokkos::Execution::ExecutionSpaceImpl::select_sync_policy_t = decltype(select_sync_policy<Exec, Rcvr>()) |
| template<typename Sndr, typename Rcvr, typename... Clsrs> | |
| using | Kokkos::Execution::ExecutionSpaceImpl::make_opstate_t = Impl::MakeOpState<Domain, OpState>::Huddle<Sndr, Rcvr, Clsrs...> |
| template<typename Sndr, typename Rcvr, typename... Clsrs> | |
| using | Kokkos::Execution::ExecutionSpaceImpl::opstate_t = typename make_opstate_t<Sndr, Rcvr, Clsrs...>::type |
Functions | |
| template<typename Exec, typename Rcvr> | |
| consteval auto | Kokkos::Execution::ExecutionSpaceImpl::select_sync_policy () |