kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::GraphImpl::remains_on_graph_for Concept Reference

#include <graph_fwd.hpp>

Concept definition

template<typename Exec, typename Sndr, typename Rcvr>
concept Kokkos::Execution::GraphImpl::remains_on_graph_for = Kokkos::ExecutionSpace<Exec> && stdexec::sender<Sndr> && stdexec::receiver<Rcvr>

Detailed Description

Determine whether the operation state resulting from the connection of Sndr and Rcvr contains only operations that map to Kokkos::Execution::GraphImpl::Domain operation states that create a graph node and whose execution space type is Exec.

Definition at line 44 of file graph_fwd.hpp.