kokkos-execution 0.0.1
Loading...
Searching...
No Matches
continues_on.hpp File Reference
#include "kokkos-execution/utils/ignore_warnings.hpp"
#include "exec/fork_join.hpp"

Go to the source code of this file.

Classes

struct  Kokkos::Execution::ExecutionSpaceImpl::has_at_least_one_child_completing_on< ChannelTag, DomainType, Sndr, Env >
 Determine if at least one of the children of the sender completes on the given domain. More...
struct  Kokkos::Execution::ExecutionSpaceImpl::has_when_all_child_with_at_least_one_child_completing_on< ChannelTag, DomainType, Sndr, Env >
 Determine if the sender has a single stdexec::when_all child, that has at least one branch completing on the given domain. More...
struct  Kokkos::Execution::ExecutionSpaceImpl::has_when_all_child_with_at_least_one_child_completing_on< ChannelTag, DomainType, Sndr, Env >
struct  Kokkos::Execution::ExecutionSpaceImpl::has_fork_join_child_with_at_least_one_child_completing_on< ChannelTag, DomainType, Sndr, Env >
 Determine if the sender has a single exec::fork_join child, that has at least one branch completing on the given domain. More...
struct  Kokkos::Execution::ExecutionSpaceImpl::has_fork_join_child_with_at_least_one_child_completing_on< ChannelTag, DomainType, Sndr, Env >

Namespaces

namespace  Kokkos
namespace  Kokkos::Execution
namespace  Kokkos::Execution::ExecutionSpaceImpl

Concepts

concept  Kokkos::Execution::ExecutionSpaceImpl::has_single_child_with_tag
 Check that a sender has a single child with a given tag.

Variables

template<typename ChannelTag, typename DomainType, typename Sndr, typename Env>
constexpr bool Kokkos::Execution::ExecutionSpaceImpl::has_when_all_child_with_at_least_one_child_completing_on_v
template<typename ChannelTag, typename DomainType, typename Sndr, typename Env>
constexpr bool Kokkos::Execution::ExecutionSpaceImpl::has_fork_join_child_with_at_least_one_child_completing_on_v