kokkos-execution
0.0.1
Loading...
Searching...
No Matches
graph_fwd.hpp
Go to the documentation of this file.
1
#ifndef KOKKOS_EXECUTION_GRAPH_GRAPH_FWD_HPP
2
#define KOKKOS_EXECUTION_GRAPH_GRAPH_FWD_HPP
3
4
#include "Kokkos_Concepts.hpp"
5
6
namespace
Kokkos::Execution
{
7
8
template
<Kokkos::ExecutionSpace Exec>
9
struct
GraphContext
;
10
11
}
// namespace Kokkos::Execution
12
13
namespace
Kokkos::Execution::GraphImpl
{
14
15
template
<
typename
Tag>
16
struct
ApplySenderFor
;
17
18
template
<
typename
Tag>
19
struct
TransformSenderFor
;
20
21
struct
Domain
;
22
23
template
<Kokkos::ExecutionSpace Exec>
24
struct
Scheduler
;
25
26
}
// namespace Kokkos::Execution::GraphImpl
27
28
#endif
// KOKKOS_EXECUTION_GRAPH_GRAPH_FWD_HPP
Kokkos::Execution::GraphImpl
Definition
graph.hpp:17
Kokkos::Execution
Definition
execution_space.hpp:20
Kokkos::Execution::GraphContext
Execution context using Kokkos::Experimental::Graph under the hood.
Definition
graph.hpp:108
Kokkos::Execution::GraphImpl::ApplySenderFor
Definition
graph_fwd.hpp:16
Kokkos::Execution::GraphImpl::Domain
Definition
domain.hpp:13
Kokkos::Execution::GraphImpl::Scheduler
Scheduler for a Kokkos::Experimental::Graph.
Definition
graph.hpp:21
Kokkos::Execution::GraphImpl::TransformSenderFor
Definition
graph_fwd.hpp:19
kokkos-execution
graph
graph_fwd.hpp
Generated on
for kokkos-execution by
1.15.0