kokkos-execution 0.0.1
Loading...
Searching...
No Matches
sync_wait.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_GRAPH_SYNC_WAIT_HPP
2#define KOKKOS_EXECUTION_GRAPH_SYNC_WAIT_HPP
3
7
9
10template <>
11struct ApplySenderFor<stdexec::sync_wait_t> : public Impl::SyncWait::ApplySenderFor<GraphCompletingSender> { };
12
13} // namespace Kokkos::Execution::GraphImpl
14
15#endif // KOKKOS_EXECUTION_GRAPH_SYNC_WAIT_HPP