|
kokkos-execution 0.0.1
|
#include <parallel_for.hpp>
Public Types | |
| using | sender_concept = stdexec::sender_t |
| using | base_t = stdexec::__tuple<parallel_for_t, ParallelForData<Label, Functor, ExecPolicy>, Sndr> |
Public Member Functions | |
| ParallelForSender (ParallelForData< Label, Functor, ExecPolicy > data, Sndr &&sndr) | |
| template<stdexec::receiver Rcvr> | |
| constexpr auto | connect (Rcvr) &&=delete |
| template<stdexec::receiver Rcvr> | |
| constexpr auto | connect (Rcvr) const &=delete |
| 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 () |
Static Public Attributes | |
| static constexpr size_t | idx_sndr = 2 |
Definition at line 65 of file parallel_for.hpp.
| using Kokkos::Execution::Impl::ParallelForSender< Sndr, Label, Functor, ExecPolicy >::base_t = stdexec::__tuple<parallel_for_t, ParallelForData<Label, Functor, ExecPolicy>, Sndr> |
Definition at line 68 of file parallel_for.hpp.
| using Kokkos::Execution::Impl::ParallelForSender< Sndr, Label, Functor, ExecPolicy >::sender_concept = stdexec::sender_t |
Definition at line 66 of file parallel_for.hpp.
|
inline |
Definition at line 70 of file parallel_for.hpp.
|
constexprdelete |
|
constexprdelete |
|
inlinestaticconsteval |
Definition at line 76 of file parallel_for.hpp.
References ParallelForSender().
|
inlinenodiscardconstexprnoexcept |
Definition at line 87 of file parallel_for.hpp.
|
staticconstexpr |
Definition at line 84 of file parallel_for.hpp.