|
kokkos-execution 0.0.1
|
#include <parallel_for.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_tag |
| using | closure_t = ParallelForClosure<Label, Functor, ExecPolicy> |
Public Member Functions | |
| template<stdexec::receiver Rcvr> | |
| constexpr auto | connect (Rcvr rcvr) &&noexcept(noexcept(make_opstate_t< Sndr, Rcvr, closure_t >{}(std::declval< Sndr >(), std::declval< Rcvr >(), std::declval< closure_t >()))) -> opstate_t< Sndr, Rcvr, closure_t > |
| constexpr auto | get_env () const noexcept -> Kokkos::Execution::Impl::ForwardingAttributes< Sndr > |
Static Public Member Functions | |
| template<::stdexec::__decays_to< ParallelForSender > Self, typename... Env> | |
| static consteval auto | get_completion_signatures () |
Public Attributes | |
| closure_t | clsr |
| Sndr | sndr |
Definition at line 41 of file parallel_for.hpp.
| using Kokkos::Execution::GraphImpl::ParallelForSender< Sndr, Label, Functor, ExecPolicy >::closure_t = ParallelForClosure<Label, Functor, ExecPolicy> |
Definition at line 44 of file parallel_for.hpp.
| using Kokkos::Execution::GraphImpl::ParallelForSender< Sndr, Label, Functor, ExecPolicy >::sender_concept = stdexec::sender_tag |
Definition at line 42 of file parallel_for.hpp.
|
inlineconstexprnoexcept |
Definition at line 48 of file parallel_for.hpp.
|
inlinestaticconsteval |
Definition at line 46 of file parallel_for.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 50 of file parallel_for.hpp.
| closure_t Kokkos::Execution::GraphImpl::ParallelForSender< Sndr, Label, Functor, ExecPolicy >::clsr |
Definition at line 52 of file parallel_for.hpp.
| Sndr Kokkos::Execution::GraphImpl::ParallelForSender< Sndr, Label, Functor, ExecPolicy >::sndr |
Definition at line 53 of file parallel_for.hpp.