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
7
8template <typename Tag>
10
11template <typename Tag>
13
14struct Domain;
15
16template <Kokkos::ExecutionSpace Exec>
17struct Scheduler;
18
19template <typename...>
21
22} // namespace Kokkos::Execution::ExecutionSpaceImpl
23
24#endif // KOKKOS_EXECUTION_EXECUTION_SPACE_EXECUTION_SPACE_FWD_HPP
Scheduler for a Kokkos execution space.