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