kokkos-execution 0.0.1
Loading...
Searching...
No Matches
state.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_IMPL_STATE_HPP
2#define KOKKOS_EXECUTION_IMPL_STATE_HPP
3
4#include "Kokkos_Core.hpp"
5
7
8template <Kokkos::ExecutionSpace Exec>
9struct State {
10 Exec exec;
11};
12
13} // namespace Kokkos::Execution::Impl
14
15#endif // KOKKOS_EXECUTION_IMPL_STATE_HPP