kokkos-execution
0.0.1
Loading...
Searching...
No Matches
sync_wait.hpp
Go to the documentation of this file.
1
#ifndef KOKKOS_EXECUTION_EXECUTION_SPACE_SYNC_WAIT_HPP
2
#define KOKKOS_EXECUTION_EXECUTION_SPACE_SYNC_WAIT_HPP
3
4
#include "
kokkos-execution/execution_space/execution_space_fwd.hpp
"
5
#include "
kokkos-execution/execution_space/sender_concepts.hpp
"
6
#include "
kokkos-execution/impl/sync_wait.hpp
"
7
8
namespace
Kokkos::Execution::ExecutionSpaceImpl
{
9
10
template
<>
11
struct
ApplySenderFor
<
stdexec
::sync_wait_t> :
public
Impl::SyncWait::ApplySenderFor
<ExecutionSpaceCompletingSender> { };
12
13
}
// namespace Kokkos::Execution::ExecutionSpaceImpl
14
15
#endif
// KOKKOS_EXECUTION_EXECUTION_SPACE_SYNC_WAIT_HPP
sender_concepts.hpp
execution_space_fwd.hpp
sync_wait.hpp
Kokkos::Execution::ExecutionSpaceImpl
Definition
execution_space.hpp:22
stdexec
Definition
when_all.hpp:16
Kokkos::Execution::ExecutionSpaceImpl::ApplySenderFor
Definition
execution_space_fwd.hpp:9
Kokkos::Execution::Impl::SyncWait::ApplySenderFor
Customize stdexec::sync_wait.
Definition
sync_wait.hpp:151
kokkos-execution
execution_space
sync_wait.hpp
Generated on
for kokkos-execution by
1.15.0