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
Scheduler
;
18
19
template
<
typename
...>
20
struct
ScheduleFromReceiver
;
21
22
}
// namespace Kokkos::Execution::ExecutionSpaceImpl
23
24
#endif
// KOKKOS_EXECUTION_EXECUTION_SPACE_EXECUTION_SPACE_FWD_HPP
Kokkos::Execution::ExecutionSpaceImpl
Definition
execution_space.hpp:22
Kokkos::Execution::ExecutionSpaceImpl::ApplySenderFor
Definition
execution_space_fwd.hpp:9
Kokkos::Execution::ExecutionSpaceImpl::Domain
Definition
domain.hpp:13
Kokkos::Execution::ExecutionSpaceImpl::ScheduleFromReceiver
Definition
execution_space_fwd.hpp:20
Kokkos::Execution::ExecutionSpaceImpl::Scheduler
Scheduler for a Kokkos execution space.
Definition
execution_space.hpp:31
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