|
kokkos-execution 0.0.1
|
#include <execution_space.hpp>
Classes | |
| struct | Attributes |
| See https://github.com/NVIDIA/stdexec/blob/5076be2b35de2e78330201b888d82c81b8cb428b/include/nvexec/stream_context.cuh#L110. More... | |
Public Types | |
| using | sender_concept = stdexec::sender_t |
| using | completion_signatures = stdexec::completion_signatures<stdexec::set_value_t()> |
Public Member Functions | |
| template<stdexec::receiver_of< completion_signatures > Rcvr> | |
| OpState< Rcvr > | connect (Rcvr rcvr) &&noexcept(std::is_nothrow_move_constructible_v< Rcvr >) |
| template<stdexec::receiver_of< completion_signatures > Rcvr> | |
| OpState< Rcvr > | connect (Rcvr rcvr) const &noexcept(std::is_nothrow_move_constructible_v< Rcvr >) |
| constexpr auto | get_env () const noexcept -> const Attributes & |
Public Attributes | |
| Attributes | env |
Definition at line 52 of file execution_space.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::Scheduler< Exec >::Sender::completion_signatures = stdexec::completion_signatures<stdexec::set_value_t()> |
Definition at line 55 of file execution_space.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::Scheduler< Exec >::Sender::sender_concept = stdexec::sender_t |
Definition at line 53 of file execution_space.hpp.
|
inlinenodiscardnoexcept |
Definition at line 78 of file execution_space.hpp.
|
inlinenodiscardnoexcept |
Definition at line 84 of file execution_space.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 89 of file execution_space.hpp.
References env.
| Attributes Kokkos::Execution::ExecutionSpaceImpl::Scheduler< Exec >::Sender::env |
Definition at line 93 of file execution_space.hpp.