kokkos-execution
0.0.1
Loading...
Searching...
No Matches
execution_space_fwd.hpp
Go to the documentation of this file.
1
#ifndef KOKKOS_EXECUTION_EXECUTION_SPACE_EXECUTION_SPACE_FWD_HPP
2
#define KOKKOS_EXECUTION_EXECUTION_SPACE_EXECUTION_SPACE_FWD_HPP
3
4
#include "Kokkos_Concepts.hpp"
5
6
namespace
Kokkos::Execution::ExecutionSpaceImpl
{
7
8
template
<
typename
Tag>
9
struct
ApplySenderFor
;
10
11
template
<
typename
Tag>
12
struct
TransformSenderFor
;
13
14
struct
Domain
;
15
16
template
<Kokkos::ExecutionSpace Exec>
17
struct
State
;
18
19
template
<Kokkos::ExecutionSpace Exec>
20
struct
Scheduler
;
21
22
template
<stdexec::scheduler Schd, stdexec::receiver Rcvr>
23
struct
ScheduleFromReceiver
;
24
25
template
<Kokkos::ExecutionSpace Exec,
typename
... Values>
26
struct
SyncWaitReceiver
;
27
28
}
// namespace Kokkos::Execution::ExecutionSpaceImpl
29
30
#endif
// KOKKOS_EXECUTION_EXECUTION_SPACE_EXECUTION_SPACE_FWD_HPP
Kokkos::Execution::ExecutionSpaceImpl
Definition
execution_space.hpp:20
Kokkos::Execution::ExecutionSpaceImpl::ApplySenderFor
Definition
execution_space_fwd.hpp:9
Kokkos::Execution::ExecutionSpaceImpl::Domain
Definition
domain.hpp:14
Kokkos::Execution::ExecutionSpaceImpl::ScheduleFromReceiver
Receiver for schedule_from.
Definition
schedule_from.hpp:17
Kokkos::Execution::ExecutionSpaceImpl::Scheduler
Scheduler for a Kokkos execution space.
Definition
execution_space.hpp:34
Kokkos::Execution::ExecutionSpaceImpl::State
Definition
execution_space.hpp:23
Kokkos::Execution::ExecutionSpaceImpl::SyncWaitReceiver
Receiver for sync_wait.
Definition
sync_wait.hpp:16
Kokkos::Execution::ExecutionSpaceImpl::TransformSenderFor
Definition
execution_space_fwd.hpp:12
kokkos-execution
execution_space
execution_space_fwd.hpp
Generated on
for kokkos-execution by
1.15.0