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
6namespace Kokkos::Execution {
7
8template <Kokkos::ExecutionSpace Exec>
9struct GraphContext;
10
11} // namespace Kokkos::Execution
12
14
15template <typename Tag>
17
18template <typename Tag>
20
21struct Domain;
22
23template <Kokkos::ExecutionSpace Exec>
24struct Scheduler;
25
26} // namespace Kokkos::Execution::GraphImpl
27
28#endif // KOKKOS_EXECUTION_GRAPH_GRAPH_FWD_HPP
Execution context using Kokkos::Experimental::Graph under the hood.
Definition graph.hpp:108
Scheduler for a Kokkos::Experimental::Graph.
Definition graph.hpp:21