kokkos-execution 0.0.1
Loading...
Searching...
No Matches
execution_space_context.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_TESTS_UTILS_EXECUTION_SPACE_CONTEXT_HPP
2#define KOKKOS_EXECUTION_TESTS_UTILS_EXECUTION_SPACE_CONTEXT_HPP
3
5
7
8namespace Tests::Utils {
9
10template <Kokkos::ExecutionSpace Exec>
11struct ExecutionSpaceContextTest : public ContextTest<Kokkos::Execution::ExecutionSpaceContext, Exec> { };
12
13} // namespace Tests::Utils
14
15#endif // KOKKOS_EXECUTION_TESTS_UTILS_EXECUTION_SPACE_CONTEXT_HPP