kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr > Struct Template Reference

#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

Detailed Description

template<Kind kind, stdexec::sender Sndr>
struct Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >

Definition at line 71 of file scoped_region.hpp.

Member Typedef Documentation

◆ rcvr_t

template<Kind kind, stdexec::sender Sndr>
template<typename Rcvr>
using Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::rcvr_t = RegionReceiver<kind, schd_t<Rcvr>, Rcvr>

Definition at line 80 of file scoped_region.hpp.

◆ schd_t

template<Kind kind, stdexec::sender Sndr>
template<typename Rcvr>
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.

◆ sender_concept

template<Kind kind, stdexec::sender Sndr>
using Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::sender_concept = stdexec::sender_t

Definition at line 72 of file scoped_region.hpp.

Member Function Documentation

◆ connect()

template<Kind kind, stdexec::sender Sndr>
template<stdexec::receiver Rcvr>
stdexec::operation_state auto Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::connect ( Rcvr rcvr) &&
inlinenoexcept

Definition at line 83 of file scoped_region.hpp.

References name, and sndr.

◆ get_completion_signatures()

template<Kind kind, stdexec::sender Sndr>
template<::stdexec::__decays_to< RegionSender > Self, typename... Env>
consteval auto Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::get_completion_signatures ( )
inlinestaticconsteval

Definition at line 74 of file scoped_region.hpp.

◆ get_env()

template<Kind kind, stdexec::sender Sndr>
auto Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::get_env ( ) const->Kokkos::Execution::Impl::ForwardingAttributes< Sndr >
inlinenodiscardconstexprnoexcept

Definition at line 97 of file scoped_region.hpp.

References sndr.

Member Data Documentation

◆ name

template<Kind kind, stdexec::sender Sndr>
std::string Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::name {}

Definition at line 94 of file scoped_region.hpp.

◆ sndr

template<Kind kind, stdexec::sender Sndr>
Sndr Kokkos::Execution::ExecutionSpaceImpl::RegionSender< kind, Sndr >::sndr

Definition at line 95 of file scoped_region.hpp.


The documentation for this struct was generated from the following file:
  • /__w/kokkos-execution/kokkos-execution/kokkos-execution/execution_space/scoped_region.hpp