|
kokkos-execution 0.0.1
|
Operation state whose sole purpose is to propagate the completion signal. More...
#include <operation_state.hpp>
Public Types | |
| using | sync_policy_t = Impl::SyncPolicy::PassThrough |
| using | completion_signal_t = Impl::CompletionSignal<sync_policy_t, Exec, Rcvr> |
Public Member Functions | |
| constexpr | OpStateBase (Rcvr rcvr) noexcept(std::is_nothrow_constructible_v< completion_signal_t, Rcvr && >) |
| 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 |
Public Attributes | |
| completion_signal_t | completion_signal |
Operation state whose sole purpose is to propagate the completion signal.
Definition at line 69 of file operation_state.hpp.
| using Kokkos::Execution::GraphImpl::OpStateBase< Exec, Rcvr >::completion_signal_t = Impl::CompletionSignal<sync_policy_t, Exec, Rcvr> |
Definition at line 71 of file operation_state.hpp.
| using Kokkos::Execution::GraphImpl::OpStateBase< Exec, Rcvr >::sync_policy_t = Impl::SyncPolicy::PassThrough |
Definition at line 70 of file operation_state.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 75 of file operation_state.hpp.
References completion_signal.
|
inlinenoexcept |
Definition at line 84 of file operation_state.hpp.
References completion_signal.
|
inlinenoexcept |
Definition at line 88 of file operation_state.hpp.
References completion_signal.
|
inlinenoexcept |
Definition at line 79 of file operation_state.hpp.
References completion_signal.
| completion_signal_t Kokkos::Execution::GraphImpl::OpStateBase< Exec, Rcvr >::completion_signal |
Definition at line 73 of file operation_state.hpp.