|
kokkos-execution 0.0.1
|
#include <scoped_region.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_t |
| template<typename Rcvr> | |
| using | schd_t = stdexec::__completion_scheduler_of_t<stdexec::set_value_t, Sndr, stdexec::env_of_t<Rcvr>> |
| template<typename Rcvr> | |
| using | rcvr_t = RegionReceiver<kind, schd_t<Rcvr>, Rcvr> |
Public Member Functions | |
| template<stdexec::receiver Rcvr> | |
| stdexec::operation_state auto | connect (Rcvr rcvr) &&noexcept(std::is_nothrow_constructible_v< rcvr_t< Rcvr >, std::string &&, schd_t< Rcvr > &&, Rcvr && > &&stdexec::__nothrow_connectable< Sndr &&, rcvr_t< Rcvr > >) |
| constexpr auto | get_env () const noexcept -> Kokkos::Execution::Impl::ForwardingAttributes< Sndr > |
Static Public Member Functions | |
| template<::stdexec::__decays_to< RegionSender > Self, typename... Env> | |
| static consteval auto | get_completion_signatures () |
Public Attributes | |
| std::string | name {} |
| Sndr | sndr |
Definition at line 71 of file scoped_region.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::rcvr_t = RegionReceiver<kind, schd_t<Rcvr>, Rcvr> |
Definition at line 80 of file scoped_region.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::schd_t = stdexec::__completion_scheduler_of_t<stdexec::set_value_t, Sndr, stdexec::env_of_t<Rcvr>> |
Definition at line 77 of file scoped_region.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::sender_concept = stdexec::sender_t |
Definition at line 72 of file scoped_region.hpp.
|
inlinenoexcept |
Definition at line 83 of file scoped_region.hpp.
|
inlinestaticconsteval |
Definition at line 74 of file scoped_region.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 97 of file scoped_region.hpp.
References sndr.
| std::string Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::name {} |
Definition at line 94 of file scoped_region.hpp.
| Sndr Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::sndr |
Definition at line 95 of file scoped_region.hpp.