|
| struct | State |
| struct | Scheduler |
| | Scheduler for a Kokkos execution space. More...
|
| struct | TransformSenderFor< stdexec::bulk_t > |
| struct | FwdWithExec |
| struct | FwdWithoutExec |
| struct | ContinuesOnReceiver |
| | Receiver for continues_on. More...
|
| struct | ContinuesOnSender |
| | Sender for continues_on. More...
|
| struct | TransformSenderFor< stdexec::continues_on_t > |
| struct | Domain |
| struct | ApplySenderFor |
| struct | TransformSenderFor |
| struct | ScheduleFromReceiver |
| | Receiver for schedule_from. More...
|
| struct | SyncWaitReceiver |
| | Receiver for sync_wait. More...
|
| struct | get_exec_t |
| struct | ExecutionSpaceRef |
| | Wrap a Kokkos execution space to make it cheap to copy/move in new environments. More...
|
| struct | RequiresSynchronization |
| | Synchronization at the boundary of the work enqueued on an execution space. More...
|
| struct | MayDelegateCompletionWithEvent |
| struct | WaitEventReceiver |
| struct | MayDelegateCompletionWithEvent< Rcvr, Exec, false > |
| struct | MayDelegateCompletionWithEvent< Rcvr, Exec, true > |
| struct | OpStateBase |
| struct | OpStateReceiver |
| struct | OpState |
| struct | MakeOpStateFn |
| struct | MakeOpStateFn< Sndr, Rcvr, Clsrs... > |
| struct | ParallelForClosure |
| struct | ParallelForSender |
| struct | TransformSenderFor< Kokkos::Execution::parallel_for_t > |
| struct | ScheduleFromSender |
| | Sender for schedule_from. More...
|
| struct | TransformSenderFor< stdexec::schedule_from_t > |
| struct | RegionReceiver |
| struct | RegionSender |
| struct | Push |
| struct | Pop |
| struct | ScopedRegion |
| | Helper for Kokkos::Profiling::scoped_region. More...
|
| struct | SyncWait |
| struct | ApplySenderFor< stdexec::sync_wait_t > |
| | Customize sync_wait. More...
|
| struct | ThenWrapper |
| | Inspired by https://github.com/kokkos/kokkos/blob/69273c3a4e7b6adeb95066341ca201d62fe1e698/core/src/impl/Kokkos_GraphNodeThenImpl.hpp#L28. More...
|
| struct | TransformSenderFor< stdexec::then_t > |
| struct | has_at_least_one_child_completing_on |
| | Determine if at least one of the children of the sender completes on the given domain. More...
|
| struct | has_when_all_child_with_at_least_one_child_completing_on |
| | Determine if the sender has a single stdexec::when_all child, that has at least one branch completing on the given domain. More...
|
| struct | has_when_all_child_with_at_least_one_child_completing_on< ChannelTag, DomainType, Sndr, Env > |
| struct | has_fork_join_child_with_at_least_one_child_completing_on |
| | Determine if the sender has a single exec::fork_join child, that has at least one branch completing on the given domain. More...
|
| struct | has_fork_join_child_with_at_least_one_child_completing_on< ChannelTag, DomainType, Sndr, Env > |