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
6
namespace
Kokkos::Execution::Impl
{
7
8
template
<Kokkos::ExecutionSpace Exec>
9
struct
State
{
10
Exec
exec
;
11
};
12
13
}
// namespace Kokkos::Execution::Impl
14
15
#endif
// KOKKOS_EXECUTION_IMPL_STATE_HPP
Kokkos::Execution::Impl
Definition
attributes.hpp:6
Kokkos::Execution::Impl::State
Definition
state.hpp:9
Kokkos::Execution::Impl::State::exec
Exec exec
Definition
state.hpp:10
kokkos-execution
impl
state.hpp
Generated on
for kokkos-execution by
1.15.0