| 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 |
| CContinuesOnOpStateBase | |
| CContinuesOnOpState | |
| CContinuesOnSender | Sender for continues_on |
| CTransformSenderFor< stdexec::continues_on_t > | |
| CDomain | |
| CWithExecEnvPolicy | |
| CWithoutExecEnvPolicy | |
| CApplySenderFor | |
| CTransformSenderFor | |
| COpStateBase | |
| COpState | |
| CParallelForClosure | |
| CParallelForSender | |
| CTransformSenderFor< Kokkos::Execution::parallel_for_t > | |
| CScheduleFromReceiver | |
| CScheduleFromOpStateBase | |
| CScheduleFromOpState | |
| CScheduleFromSender | |
| 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 > | |
| CContinuesOnReceiver | Receiver for continues_on |
| CContinuesOnOpStateBase | |
| CContinuesOnOpState | Operation state for stdexec::continues_on |
| CGraphOperationStateFor< OpState, Exec > | Specialization for Kokkos::Execution::GraphImpl::ContinuesOnOpState |
| CContinuesOnSender | Sender for stdexec::continues_on |
| CTransformSenderFor< stdexec::continues_on_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 |
| CGraphAddAggregateNodeEvent | Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph aggregate 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, Queryables... > | |
| Cnode_helper_t< Exec, FirstQueryable, RestOfQueryables... > | |
| Cget_node_t | |
| CApplySenderFor | |
| CTransformSenderFor | |
| CGraphOperationStateFor | |
| CRemainsOnGraphFor | |
| CRemainsOnGraphFor< OpState, Exec > | Specialization for Kokkos::Execution::GraphImpl::Scheduler::OpState |
| 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 > | |
| CScheduleFromOpStateBase | |
| CScheduleFromOpState | Operation state for stdexec::schedule_from |
| CScheduleFromSender | Sender for stdexec::schedule_from |
| CTransformSenderFor< stdexec::schedule_from_t > | |
| CGraphCompletingSender | |
| CApplySenderFor< stdexec::sync_wait_t > | |
| CThenClosure | |
| CThenSender | Sender for stdexec::then |
| CTransformSenderFor< stdexec::then_t > | |
| CWhenAllOpState | Operation state for stdexec::when_all |
| CWhenAllChildReceiver | Receiver for a child of stdexec::when_all |
| CWhenAllSender | Sender for stdexec::when_all |
| Cattrs | |
| CWITH_SENDER_AT_INDEX | |
| CTransformSenderFor< stdexec::when_all_t > | |
| NImpl | |
| NContinuesOn | |
| CDependencyFor | |
| CDependencyFor< InnerOp, ExecTo > | |
| 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 | |
| CCompletionSignal | |
| CSyncPolicyTag | |
| CSyncPolicy | Under a sync policy, a terminal completion is propagated: in-flight operations must complete |
| CInlineFenceExec | |
| CScheduleWaitEvent | |
| CCompletionSignal< SyncPolicy::InlineFenceExec, Exec, Rcvr > | Fence the execution space instance to complete the operation and then invoke 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 invoke the receiver |
| CSubmittedPolicyTag | |
| CSubmittedPolicy | |
| COrderOnExec | |
| CDependOnEvent | |
| CCompletionSignal< SubmittedPolicy::OrderOnExec, Exec, Rcvr > | |
| CCompletionSignal< SubmittedPolicy::DependOnEvent, 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 |
| CHasExecWaitEvent< Kokkos::Cuda > | |
| CHasNonBlockingDispatch< Kokkos::Cuda > | |
| CEvent< Kokkos::Cuda > | |
| CHasExecWaitEvent | |
| CDependency | This is the default implementation |
| CDependency< Exec, Exec > | |
| CFixedString | |
| CApplySender | |
| CTransformSender | |
| CEmpty | |
| 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 | |
| CExecOf | |
| CExecOf< Sndr, Env... > | Type of the execution space extracted from Sndr completion scheduler |
| CExecOf< T > | Type of the execution space extracted from a get_exec_t query on T |
| CExecutionSpaceRef | Wrap a Kokkos execution space to make it cheap to copy/move in new environments |
| CHasExecWaitEvent< Kokkos::HIP > | |
| CHasNonBlockingDispatch< Kokkos::HIP > | |
| CEvent< Kokkos::HIP > | |
| CHasExecWaitEvent< Kokkos::Experimental::HPX > | |
| CHasNonBlockingDispatch< Kokkos::Experimental::HPX > | |
| CEvent< Kokkos::Experimental::HPX > | |
| CImmovable | Immovable type |
| CMakeOpState | |
| CHuddle | |
| CHuddle< Sndr, Rcvr, Clsrs... > | |
| COptionalRef | A non-owning, nullable reference to a T |
| COptionalStorage | Data structure that has an interface similar to std::optional but stores the value with stdexec::__manual_lifetime |
| Cqueryable_for | |
| CReceiver | Receiver for an object parent_op that implements complete |
| CState | |
| CSubmittedReceiverTag | |
| CSubmittedOperationStateTag | |
| CHasExecWaitEvent< Kokkos::SYCL > | |
| 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 > | |
| Cget_env_impl | |
| Cget_env_impl< Kokkos::Execution::ExecutionSpaceImpl::WithExecEnvPolicy, State > | |
| Cget_env_impl< Kokkos::Execution::ExecutionSpaceImpl::WithoutExecEnvPolicy, State > | |
| 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 | |
| CWhenAllTest_many_concurrent_branches_Test | |
| NGraphImpl | |
| CGraphEventDiscardMatcher | Similar to EventDiscardMatcher, for graph-related events |
| CBulkTest | |
| CBulkTest_bulk_schedule_Test | |
| CBulkTest_bulk_starts_on_Test | |
| CContinuesOnTest | |
| CContinuesOnTest_then_continues_on_single_thread_context_continues_on_then_Test | |
| CContinuesOnTest_transition_to_same_graph_scheduler_instance_Test | |
| CContinuesOnTest_transition_to_another_graph_scheduler_instance_same_type_Test | |
| CContinuesOnTest_transition_to_another_graph_scheduler_instance_and_back_same_type_Test | |
| CContinuesOnTest_transition_to_another_graph_scheduler_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 | |
| CEventsTest | |
| CEventsTest_create_instantiate_and_submit_Test | |
| CEventsTest_create_and_add_nodes_Test | |
| CRemainsOnGraphForTest | |
| CRemainsOnGraphForTest_non_dependent_sender_Test | |
| CRemainsOnGraphForTest_dependent_sender_partly_on_graph_domain_Test | |
| CRemainsOnGraphForTest_non_dependent_sender_with_continues_on_Test | |
| CRemainsOnGraphForTest_non_dependent_sender_in_when_all_Test | |
| CRemainsOnGraphForTest_non_dependent_sender_in_when_all_mixed_branches_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 | |
| CThenTest_forwarding_env_Test | |
| CWhenAllTest | |
| CWhenAllTest_one_branch_Test | |
| CWhenAllTest_two_branches_Test | |
| CWhenAllTest_three_branches_Test | |
| CWhenAllTest_three_branches_starting_on_single_thread_context_Test | |
| CWhenAllTest_three_branches_some_starting_on_single_thread_context_Test | |
| CWhenAllTest_forwarding_env_Test | |
| NImpl | |
| CCompletionSignalTest | |
| CCompletionSignalTest_inline_fence_exec_policy_Test | |
| CReceiver | |
| CCompletionSignalTest_schedule_wait_event_policy_Test | |
| CCompletionSignalTest_order_on_exec_policy_Test | |
| CCompletionSignalTest_depend_on_event_policy_Test | |
| CCompletionSignaturesTest | |
| CCompletionSignaturesTest_parallel_for_Test | |
| CDependencyTest | |
| CDependencyTest_same_type_Test | |
| CDependencyTest_different_type_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_and_record_and_wait_Test | |
| CEventTest_uniqueness_Test | |
| CEventTest_default_instance_Test | |
| CEventTest_wait_exec_event_for_same_type_Test | |
| CEventTest_wait_exec_events_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 |
| CFetchIncrement | |
| 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_rvalue_Test | |
| Ccheck_rcvr_env_queryable_with_and_not_lvalue_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 |