| NKokkos | |
| NExecution | |
| NExecutionSpaceImpl | |
| CScheduler | Scheduler for a Kokkos execution space |
| COpState | |
| CSender | |
| CAttributes | See https://github.com/NVIDIA/stdexec/blob/5076be2b35de2e78330201b888d82c81b8cb428b/include/nvexec/stream_context.cuh#L110 |
| CTransformSenderFor< stdexec::bulk_t > | |
| CContinuesOnReceiver | Receiver for continues_on |
| CContinuesOnSender | Sender for continues_on |
| CTransformSenderFor< stdexec::continues_on_t > | |
| CDomain | |
| CWithExecEnvPolicy | |
| CWithoutExecEnvPolicy | |
| CApplySenderFor | |
| CTransformSenderFor | |
| CScheduleFromReceiver | |
| COpStateBase | |
| COpState | |
| CParallelForClosure | |
| CParallelForSender | |
| CTransformSenderFor< Kokkos::Execution::parallel_for_t > | |
| CWithDelegatedSyncPolicy | |
| CWithoutDelegatedSyncPolicy | |
| CScheduleFromReceiver< WithDelegatedSyncPolicy, WithoutExecEnvPolicy, Schd, Rcvr > | Receiver for schedule_from |
| CScheduleFromReceiver< WithoutDelegatedSyncPolicy, ExecEnvPolicy, Rcvr > | |
| CScheduleFromSender | |
| CScheduleFromSender< WithDelegatedSyncPolicy, Schd, Sndr > | Sender for schedule_from |
| CScheduleFromSender< WithoutDelegatedSyncPolicy, Sndr > | |
| CTransformSenderFor< stdexec::schedule_from_t > | |
| CRegionReceiver | |
| CRegionSender | |
| CPush | |
| CPop | |
| CScopedRegion | Helper for Kokkos::Profiling::scoped_region |
| CExecutionSpaceCompletingSender | |
| CApplySenderFor< stdexec::sync_wait_t > | |
| CThenWrapper | Inspired by https://github.com/kokkos/kokkos/blob/69273c3a4e7b6adeb95066341ca201d62fe1e698/core/src/impl/Kokkos_GraphNodeThenImpl.hpp#L28 |
| CTransformSenderFor< stdexec::then_t > | |
| Cwhen_all_t | |
| CTransformSenderFor< stdexec::when_all_t > | |
| NGraphImpl | |
| CScheduler | Scheduler for a Kokkos::Experimental::Graph |
| COpState | |
| CSender | |
| CAttributes | See https://github.com/NVIDIA/stdexec/blob/5076be2b35de2e78330201b888d82c81b8cb428b/include/nvexec/stream_context.cuh#L110 |
| CTransformSenderFor< stdexec::bulk_t > | |
| CDomain | |
| CGraphCreateEvent | Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is created |
| CGraphAddNodeEvent | Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph node is added |
| CGraphInstantiateEvent | Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is instantiated |
| CGraphSubmitEvent | Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is submitted |
| Cget_graph_t | |
| CGraphComposition | Inspired by https://github.com/NVIDIA/stdexec/blob/8c5eedd0fcf9a8ebcdb75d988f72f88efcf64a37/include/stdexec/__detail/__completion_behavior.hpp#L33 |
| CAttach | Attach to the existing graph of the predecessor |
| CCreate | Create a new graph and attach after the root node |
| Cnode_helper_t | |
| Cnode_helper_t< Exec, Queryable > | |
| Cget_node_t | |
| CApplySenderFor | |
| CTransformSenderFor | |
| CState | |
| CState< GraphComposition::Attach, Exec > | If the graph composition policy is GraphComposition::Attach, nothing needs to be stored |
| CState< GraphComposition::Create, Exec > | If the graph composition policy is GraphComposition::Create, the device handle is already stored by the graph itself |
| COpStateBase | Operation state whose sole purpose is to propagate the completion signal |
| COpState | Operation state that adds all closures as a sequence of nodes |
| CParallelForClosure | |
| CParallelForSender | |
| CTransformSenderFor< Kokkos::Execution::parallel_for_t > | |
| CGraphCompletingSender | |
| CApplySenderFor< stdexec::sync_wait_t > | |
| CThenClosure | |
| CThenSender | Sender for stdexec::then |
| CTransformSenderFor< stdexec::then_t > | |
| NImpl | |
| NSyncWait | |
| Cenv | Inspired by https://github.com/NVIDIA/stdexec/blob/16076a81efa4477513e6ede9c2741fd034ecef99/include/stdexec/__detail/__sync_wait.hpp#L45-L65 |
| CState | Inspired by https://github.com/NVIDIA/stdexec/blob/16076a81efa4477513e6ede9c2741fd034ecef99/include/stdexec/__detail/__sync_wait.hpp#L83-L86 |
| CState< std::true_type > | |
| CState< std::false_type > | |
| CReceiver | Receiver for stdexec::sync_wait |
| CSyncWait | |
| CApplySenderFor | Customize stdexec::sync_wait |
| CForwardingAttributes | Filter queries on a sender to allow forwarding queries only |
| CBulkTraits | Extract the policy, shape and functor type of bulk data |
| CBulkTraits< stdexec::__bulk::__data< Policy, Shape, Functor > > | |
| CRequiresSync | |
| CDeferredCompletionReceiverTag | |
| CSyncPolicy | |
| CInlineFenceExec | |
| CScheduleWaitEvent | |
| CPassThrough | |
| CDeferWaitEvent | |
| CCompletionSignal | |
| CCompletionSignal< SyncPolicy::InlineFenceExec, Exec, Rcvr > | Fence the execution space instance to complete the operation and call set_value on the receiver |
| CScheduleWaitEventReceiver | |
| CCompletionSignal< SyncPolicy::ScheduleWaitEvent, Exec, Rcvr > | Create an event in the execution space instance, and schedule on the delegation scheduler a task that waits on this event and then calls set_value on the receiver |
| CCompletionSignal< SyncPolicy::PassThrough, Exec, Rcvr > | |
| CCompletionSignal< SyncPolicy::DeferWaitEvent, Exec, Rcvr > | Create an event in the execution space instance, and pass a handle to the event to the receiver, thus deferring to the successor the responsibility to wait on the event |
| CHasNonBlockingDispatch< Kokkos::Cuda > | |
| CEvent< Kokkos::Cuda > | |
| CFixedString | |
| CApplySender | |
| CTransformSender | |
| CEvent | An event that can be recorded on an execution space instance |
| CHasNonBlockingDispatch | Determine if the Kokkos backend has non-blocking dispatch |
| CRecordEvent | Event to be sent to Kokkos::utils::callbacks::dispatch when calling record |
| CWaitEvent | Event to be sent to Kokkos::utils::callbacks::dispatch when calling wait |
| Cget_exec_t | |
| CExecutionSpaceRef | Wrap a Kokkos execution space to make it cheap to copy/move in new environments |
| CHasNonBlockingDispatch< Kokkos::HIP > | |
| CEvent< Kokkos::HIP > | |
| CHasNonBlockingDispatch< Kokkos::Experimental::HPX > | |
| CEvent< Kokkos::Experimental::HPX > | |
| CImmovable | Immovable type |
| CMakeOpState | |
| CHuddle | |
| CHuddle< Sndr, Rcvr, Clsrs... > | |
| COptionalStorage | Data structure that has an interface similar to std::optional but stores the value with stdexec::__manual_lifetime |
| CReceiver | Receiver for an object parent_op that implements complete |
| CState | |
| CHasNonBlockingDispatch< Kokkos::SYCL > | |
| CEvent< Kokkos::SYCL > | |
| CParallelForSender | |
| CParallelForData | |
| CExecutionSpaceContext | Execution context using a Kokkos execution space under the hood |
| CGraphContext | Execution context using Kokkos::Experimental::Graph under the hood |
| Cparallel_for_t | Custom algorithm for the Kokkos::parallel_for construct |
| Nstdexec | |
| C__sexpr_impl< Kokkos::Execution::ExecutionSpaceImpl::when_all_t > | |
| NTests | |
| NExecutionSpaceImpl | |
| CAnySenderTest | |
| CAnySenderTest_then_Test | |
| CBulkTest | |
| CBulkTest_bulk_Test | |
| CBulkTest_no_spurious_copy_on_connect_Test | |
| CBulkTest_forwarding_env_Test | |
| CContinuesOnTest | |
| CContinuesOnTest_queryable_get_exec_Test | |
| CContinuesOnTest_then_sync_wait_Test | |
| CContinuesOnTest_transition_to_same_execution_space_instance_Test | |
| CContinuesOnTest_transition_to_another_execution_space_instance_and_back_same_type_Test | |
| CContinuesOnTest_transition_to_another_execution_space_instance_and_back_different_type_Test | |
| CDomainTest | |
| CDomainTest_not_default_domain_like_then_Test | |
| CDomainTest_not_default_domain_like_bulk_Test | |
| CDomainTest_has_apply_sender_for_sync_wait_Test | |
| CDomainTest_has_transform_sender_for_then_Test | |
| CDomainTest_has_transform_sender_for_bulk_Test | |
| CEnsureStartedTest | |
| CEnsureStartedTest_then_Test | |
| CForkJoinTest | |
| CForkJoinTest_diamond_Test | |
| CForkJoinTest_continues_on_Test | |
| CForkJoinTest_continues_on_bulk_Test | |
| CInterOpTest | |
| CInterOpTest_transition_to_inline_scheduler_Test | |
| CInterOpTest_transition_from_inline_scheduler_Test | |
| CInterOpTest_transition_from_inline_scheduler_and_back_Test | |
| CInterOpTest_transition_to_static_thread_pool_Test | |
| CInterOpTest_transition_from_static_thread_pool_Test | |
| CInterOpTest_transition_from_static_thread_pool_and_back_Test | |
| CInterOpTest_transition_to_static_thread_pool_and_back_Test | |
| CLetValueTest | |
| CLetValueTest_scoped_allocation_Test | |
| COnTest | |
| COnTest_on_same_execution_space_instance_Test | |
| COnTest_on_another_execution_space_instance_same_type_Test | |
| COnTest_many_execution_space_instances_of_different_type_Test | |
| COpStateTest | |
| COpStateTest_construct_query_and_start_Test | |
| CParallelForTest | |
| CParallelForTest_team_policy_Test | |
| CParallelForTest_closure_object_creation_overloads_Test | |
| CParallelForTest_two_parallel_regions_Test | |
| CParallelForTest_starts_on_parallel_region_Test | |
| CParallelForTest_forwarding_env_Test | |
| CRepeatEffectUntilTest | |
| CRepeatEffectUntilTest_works_Test | |
| CScheduler_round_trip_property_Test | |
| CScopedRegionTest | |
| CScopedRegionTest_many_Test | |
| CSplitTest | |
| CSplitTest_split_and_sync_wait_Test | |
| CSplitTest_within_Test | |
| CSyncWaitTest | |
| CSyncWaitTest_sync_wait_Test | |
| CSyncWaitTest_rethrows_Test | |
| CThenTest | |
| CThenTest_then_schedule_Test | |
| CThenTest_then_starts_on_Test | |
| CThenTest_error_propagates_Test | |
| CThenTest_then_lifetime_Test | |
| CThenTest_forwarding_env_Test | |
| CTransferWhenAllTest | |
| CTransferWhenAllTest_Y_Test | |
| CWhenAllTest | |
| CWhenAllTest_single_branch_Test | |
| CWhenAllTest_single_branch_followed_by_self_Test | |
| CWhenAllTest_single_mixed_branch_followed_by_self_Test | |
| CWhenAllTest_single_branch_followed_by_other_and_finish_on_self_Test | |
| CWhenAllTest_two_mixed_branches_followed_by_self_Test | |
| CWhenAllTest_two_branches_followed_by_self_Test | |
| CWhenAllTest_two_branches_host_device_followed_by_device_Test | |
| CWhenAllTest_two_mixed_branches_followed_by_other_and_finish_on_self_Test | |
| CWhenAllTest_nested_with_inner_followed_by_other_Test | |
| CWhenAllTest_nested_when_all_with_independent_branch_Test | |
| NGraphImpl | |
| CGraphEventDiscardMatcher | Similar to EventDiscardMatcher, for graph-related events |
| CBulkTest | |
| CBulkTest_bulk_schedule_Test | |
| CBulkTest_bulk_starts_on_Test | |
| CDomainTest | |
| CDomainTest_not_default_domain_like_then_Test | |
| CDomainTest_not_default_domain_like_bulk_Test | |
| CDomainTest_has_apply_sender_for_sync_wait_Test | |
| CDomainTest_has_transform_sender_for_then_Test | |
| CDomainTest_has_transform_sender_for_bulk_Test | |
| CEventsTest | |
| CEventsTest_create_instantiate_and_submit_Test | |
| CEventsTest_create_and_add_nodes_Test | |
| CParallelForTest | |
| CParallelForTest_parallel_for_schedule_Test | |
| CParallelForTest_parallel_for_starts_on_Test | |
| CParallelForTest_parallel_for_schedule_tagged_operator_Test | |
| CScheduler_round_trip_property_Test | |
| CSyncWaitTest | |
| CSyncWaitTest_sync_wait_Test | |
| CThenTest | |
| CThenTest_then_schedule_Test | |
| CThenTest_then_starts_on_Test | |
| NImpl | |
| CCompletionSignalTest | |
| CCompletionSignalTest_inline_fence_exec_policy_Test | |
| CReceiver | |
| CCompletionSignalTest_schedule_wait_event_policy_Test | |
| CCompletionSignalTest_passthrough_policy_Test | |
| CCompletionSignalTest_defer_wait_event_policy_Test | |
| CPropA | |
| CFwdPropC | |
| Cforwarding_queryable_Test | |
| CEventTest | Fixture that enables callbacks with Kokkos::utils::tests::scoped::callbacks::Manager |
| CRecordEvent_description_Test | |
| CWaitEvent_description_Test | |
| CEventTest_record_and_wait_Test | |
| CEventTest_record_but_dont_wait_Test | |
| CEventTest_record_and_wait_many_times_Test | |
| CEventTest_record_and_wait_and_record_and_wait_Test | |
| CEventTest_uniqueness_Test | |
| CEventTest_default_instance_Test | |
| CEventTest_wait_exec_event_for_same_type_Test | |
| CEventTest_wait_exec_event_different_type_Test | |
| CEventTest_works_intended_usage_pattern_Test | |
| NUtils | |
| NFunctors | |
| CCounter | Count construction, move/copy construction, move/copy assignment and destruction atomically on host |
| CIncrement | Increment data |
| CLabeled | |
| CLoadCheckAdd | Load the value at data and check it is equal to prev. Then, add value to it |
| CNoOp | Does nothing |
| CShowThreadID | |
| CSumIndices | |
| CTagDispatch | |
| CTag | |
| CMutableMoveToSyncWait | |
| CThrowsWhenCopied | This helper struct throws when copy constructed |
| CCheckRcvrEnvSender | |
| Ccheck_rcvr_env_t | Check that the receiver environment is of type ExpectedEnv |
| CCheckRcvrEnvQueryableWithSender | |
| Ccheck_rcvr_env_queryable_with_t | |
| CCheckSchedulerTypeSender | |
| Ccheck_scheduler_type_t | |
| CContextTest | |
| CDomainInheritingFromDefault | |
| CExecutionSpaceContextTest | |
| CGraphContextTest | |
| CSinkReceiver | A receiver that can handle all completions and does nothing with them |
| CTrackingAllocator | A minimal tracking allocator |
| CPropA | |
| CPropB | |
| Ccheck_rcvr_env_rvalue_Test | |
| Ccheck_rcvr_env_lvalue_Test | |
| Ccheck_rcvr_env_queryable_with_and_not_Test | |
| Ccheck_scheduler_default_Test | |
| Ccheck_scheduler_static_thread_pool_Test | |
| Ccheck_scheduler_split_when_all_no_forward_Test | |
| Ccheck_scheduler_split_transfer_when_all_no_forward_Test | |
| Ccheck_scheduler_multiple_splits_Test | |
| CTrackingAllocatorTest_write_read_env_Test | |
| CTrackingAllocatorTest_forwarded_through_then_Test | |
| CEventDiscardMatcher | Matcher to filter out events that are just noise for tests |