|
kokkos-execution 0.0.1
|
Operation state that adds all closures as a sequence of nodes. More...
#include <operation_state.hpp>
Public Types | |
| using | operation_state_concept = Impl::SubmittedOperationStateTag |
| using | execution_space = typename FirstClosure::execution_space |
| using | device_handle_t = typename FirstClosure::device_handle_t |
| using | rcvr_t = Impl::Receiver<OpState, stdexec::env_of_t<Rcvr>> |
| Ensure that all closures are on the same execution space type. | |
| using | inner_opstate_t = stdexec::connect_result_t<Sndr, rcvr_t> |
| using | graph_composition_policy_t = GraphComposition::policy_t<inner_opstate_t, Rcvr> |
| using | state_t = State<graph_composition_policy_t, execution_space> |
| using | predecessor_t = GraphComposition::node_t<execution_space, inner_opstate_t, Rcvr> |
| using | node_t |
| Public Types inherited from Kokkos::Execution::GraphImpl::OpStateBase< FirstClosure::execution_space, Rcvr > | |
| using | completion_signal_policy_t |
| using | completion_signal_t |
Public Member Functions | |
| constexpr | OpState (Sndr &&sndr, Rcvr rcvr, FirstClosure clsr, RestOfClosures... clsrs) noexcept(false) |
| const predecessor_t & | get_predecessor () const noexcept |
| void | complete (stdexec::set_value_t) noexcept |
| template<typename Error> | |
| void | complete (stdexec::set_error_t, Error &&error) noexcept |
| void | complete (stdexec::set_stopped_t) noexcept |
| void | submit () noexcept |
| constexpr auto | query (get_node_t) const &noexcept -> const node_t & |
| constexpr auto | query (get_graph_t) const &noexcept -> const typename state_t::graph_t & |
| constexpr auto | query (Impl::get_exec_t) const noexcept -> Impl::ExecutionSpaceRef< execution_space > |
| constexpr auto | query (Impl::get_exec_t) const noexcept -> decltype(auto) requires(!is_graph_create) |
| void | start () &noexcept |
| constexpr auto | get_env () const noexcept -> stdexec::env_of_t< Rcvr > |
| Public Member Functions inherited from Kokkos::Execution::Impl::Immovable | |
| Immovable ()=default | |
| Immovable (Immovable &&)=delete | |
| Immovable & | operator= (Immovable &&)=delete |
| Immovable (const Immovable &)=delete | |
| Immovable & | operator= (const Immovable &)=delete |
| ~Immovable ()=default | |
| Public Member Functions inherited from Kokkos::Execution::GraphImpl::OpStateBase< FirstClosure::execution_space, Rcvr > | |
| constexpr | OpStateBase (Rcvr rcvr) noexcept(std::is_nothrow_constructible_v< completion_signal_t, Rcvr && >) |
| void | complete (stdexec::set_error_t, Error &&error) noexcept |
Public Attributes | |
| inner_opstate_t | inner_opstate |
| state_t | state |
| node_t | node |
| Public Attributes inherited from Kokkos::Execution::GraphImpl::OpStateBase< FirstClosure::execution_space, Rcvr > | |
| completion_signal_t | completion_signal |
Static Public Attributes | |
| static constexpr bool | is_graph_create = std::same_as<graph_composition_policy_t, GraphComposition::Create> |
Additional Inherited Members | |
| Static Public Member Functions inherited from Kokkos::Execution::GraphImpl::OpStateBase< FirstClosure::execution_space, Rcvr > | |
| static consteval auto | select_completion_signal_policy () noexcept |
Operation state that adds all closures as a sequence of nodes.
Definition at line 158 of file operation_state.hpp.
| using Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::device_handle_t = typename FirstClosure::device_handle_t |
Definition at line 164 of file operation_state.hpp.
| using Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::execution_space = typename FirstClosure::execution_space |
Definition at line 163 of file operation_state.hpp.
| using Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::graph_composition_policy_t = GraphComposition::policy_t<inner_opstate_t, Rcvr> |
Definition at line 171 of file operation_state.hpp.
| using Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::inner_opstate_t = stdexec::connect_result_t<Sndr, rcvr_t> |
Definition at line 170 of file operation_state.hpp.
| using Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::node_t |
Definition at line 177 of file operation_state.hpp.
| using Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::operation_state_concept = Impl::SubmittedOperationStateTag |
Definition at line 161 of file operation_state.hpp.
| using Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::predecessor_t = GraphComposition::node_t<execution_space, inner_opstate_t, Rcvr> |
Definition at line 173 of file operation_state.hpp.
| using Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::rcvr_t = Impl::Receiver<OpState, stdexec::env_of_t<Rcvr>> |
Ensure that all closures are on the same execution space type.
Definition at line 169 of file operation_state.hpp.
| using Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::state_t = State<graph_composition_policy_t, execution_space> |
Definition at line 172 of file operation_state.hpp.
|
inlineconstexpr |
noexcept because both graph and node construction may throw. Definition at line 187 of file operation_state.hpp.
References Kokkos::Execution::GraphImpl::add_nodes(), get_predecessor(), inner_opstate, node, Kokkos::Execution::GraphImpl::OpStateBase< FirstClosure::execution_space, Rcvr >::OpStateBase(), and state.
|
inlinenoexcept |
Definition at line 229 of file operation_state.hpp.
References Kokkos::Execution::GraphImpl::OpStateBase< FirstClosure::execution_space, Rcvr >::completion_signal.
|
inlinenoexcept |
Definition at line 233 of file operation_state.hpp.
References Kokkos::Execution::GraphImpl::OpStateBase< FirstClosure::execution_space, Rcvr >::completion_signal.
|
inlinenoexcept |
Definition at line 224 of file operation_state.hpp.
References submit().
|
inlinenodiscardconstexprnoexcept |
Definition at line 284 of file operation_state.hpp.
References Kokkos::Execution::GraphImpl::OpStateBase< FirstClosure::execution_space, Rcvr >::completion_signal.
|
inlinenoexcept |
If the graph composition policy is GraphComposition::Create, return the root node of state graph. Otherwise, return the result of querying inner_opstate for get_node_t.
Definition at line 208 of file operation_state.hpp.
References Kokkos::Execution::GraphImpl::OpStateBase< FirstClosure::execution_space, Rcvr >::completion_signal, Kokkos::Execution::GraphImpl::get_graph_impl_ptr(), Kokkos::Execution::GraphImpl::get_node, inner_opstate, is_graph_create, and state.
|
inlinenodiscardconstexprnoexcept |
Definition at line 259 of file operation_state.hpp.
References Kokkos::Execution::GraphImpl::get_graph, inner_opstate, is_graph_create, and state.
|
inlinenodiscardconstexprnoexcept |
Definition at line 254 of file operation_state.hpp.
References node.
|
inlinenodiscardconstexprnoexcept |
Definition at line 275 of file operation_state.hpp.
References Kokkos::Execution::Impl::get_exec, inner_opstate, and is_graph_create.
|
inlinenodiscardconstexprnoexcept |
Definition at line 269 of file operation_state.hpp.
References is_graph_create, and state.
|
inlinenoexcept |
Definition at line 280 of file operation_state.hpp.
References inner_opstate.
|
inlinenoexcept |
Definition at line 237 of file operation_state.hpp.
References complete(), Kokkos::Execution::GraphImpl::OpStateBase< FirstClosure::execution_space, Rcvr >::completion_signal, Kokkos::Execution::Impl::get_exec, Kokkos::Execution::GraphImpl::get_graph_impl_ptr(), is_graph_create, state, and Kokkos::Execution::GraphImpl::submit_graph().
| inner_opstate_t Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::inner_opstate |
Definition at line 182 of file operation_state.hpp.
|
staticconstexpr |
Definition at line 175 of file operation_state.hpp.
| node_t Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::node |
Definition at line 184 of file operation_state.hpp.
| state_t Kokkos::Execution::GraphImpl::OpState< Sndr, Rcvr, FirstClosure, RestOfClosures >::state |
Definition at line 183 of file operation_state.hpp.