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
8
9namespace Tests::Utils {
10
11template <Kokkos::ExecutionSpace Exec>
12struct ExecutionSpaceContextTest : public ContextTest<Kokkos::Execution::ExecutionSpaceContext, Exec> { };
13
14} // namespace Tests::Utils
15
16#endif // KOKKOS_EXECUTION_TESTS_UTILS_EXECUTION_SPACE_CONTEXT_HPP