|
kokkos-execution 0.0.1
|
#include <scoped_region.hpp>
Public Types | |
| using | receiver_concept = stdexec::receiver_t |
Public Member Functions | |
| template<typename Tag, typename... Args> | |
| void | complete (Tag tag, Args &&... args) &&noexcept |
| void | set_value () &&noexcept |
| template<typename Error> | |
| void | set_error (Error &&err) &&noexcept |
| constexpr auto | get_env () const noexcept -> ::stdexec::__fwd_env_t<::stdexec::env_of_t< Rcvr > > |
Public Attributes | |
| std::string | name |
| Schd | schd |
| Rcvr | rcvr |
Definition at line 34 of file scoped_region.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::RegionReceiver< kind, Schd, Rcvr >::receiver_concept = stdexec::receiver_t |
Definition at line 35 of file scoped_region.hpp.
|
inlinenoexcept |
Definition at line 42 of file scoped_region.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 67 of file scoped_region.hpp.
|
inlinenoexcept |
Definition at line 63 of file scoped_region.hpp.
|
inlinenoexcept |
Definition at line 58 of file scoped_region.hpp.
| std::string Kokkos::Execution::ExecutionSpaceImpl::RegionReceiver< kind, Schd, Rcvr >::name |
Definition at line 37 of file scoped_region.hpp.
| Rcvr Kokkos::Execution::ExecutionSpaceImpl::RegionReceiver< kind, Schd, Rcvr >::rcvr |
Definition at line 39 of file scoped_region.hpp.
| Schd Kokkos::Execution::ExecutionSpaceImpl::RegionReceiver< kind, Schd, Rcvr >::schd |
Definition at line 38 of file scoped_region.hpp.