|
kokkos-execution 0.0.1
|
#include <graph.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 |
| using Kokkos::Execution::GraphImpl::Scheduler< Exec >::Sender::completion_signatures = stdexec::completion_signatures<stdexec::set_value_t()> |
| using Kokkos::Execution::GraphImpl::Scheduler< Exec >::Sender::sender_concept = stdexec::sender_t |
|
inlinenodiscardnoexcept |
|
inlinenodiscardnoexcept |
|
inlinenodiscardconstexprnoexcept |
| Attributes Kokkos::Execution::GraphImpl::Scheduler< Exec >::Sender::env |