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
4
#include "
kokkos-execution/graph/graph_fwd.hpp
"
5
#include "
kokkos-execution/graph/sender_concepts.hpp
"
6
#include "
kokkos-execution/impl/sync_wait.hpp
"
7
8
namespace
Kokkos::Execution::GraphImpl
{
9
10
template
<>
11
struct
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
sender_concepts.hpp
graph_fwd.hpp
sync_wait.hpp
Kokkos::Execution::GraphImpl
Definition
graph.hpp:17
stdexec
Definition
when_all.hpp:16
Kokkos::Execution::GraphImpl::ApplySenderFor
Definition
graph_fwd.hpp:16
Kokkos::Execution::Impl::SyncWait::ApplySenderFor
Customize stdexec::sync_wait.
Definition
sync_wait.hpp:151
kokkos-execution
graph
sync_wait.hpp
Generated on
for kokkos-execution by
1.15.0