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 State;
18
19template <Kokkos::ExecutionSpace Exec>
20struct Scheduler;
21
22template <stdexec::scheduler Schd, stdexec::receiver Rcvr>
24
25template <Kokkos::ExecutionSpace Exec, typename... Values>
26struct SyncWaitReceiver;
27
28} // namespace Kokkos::Execution::ExecutionSpaceImpl
29
30#endif // KOKKOS_EXECUTION_EXECUTION_SPACE_EXECUTION_SPACE_FWD_HPP
Scheduler for a Kokkos execution space.