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
4
#include "Kokkos_Graph_fwd.hpp"
5
#include "impl/Kokkos_DeviceHandle.hpp"
6
7
#include "
kokkos-execution/graph/graph_fwd.hpp
"
8
9
#include "
tests/utils/context.hpp
"
10
11
namespace
Tests::Utils
{
12
13
template
<Kokkos::ExecutionSpace Exec>
14
struct
GraphContextTest
:
public
ContextTest
<Kokkos::Execution::GraphContext, Exec> {
15
using
device_handle_t
= Kokkos::Impl::DeviceHandle<Exec>;
16
using
graph_t
= Kokkos::Experimental::Graph<Exec>;
17
18
device_handle_t
device_handle
{this->
exec
};
19
};
20
21
}
// namespace Tests::Utils
22
23
#endif
// KOKKOS_EXECUTION_TESTS_UTILS_GRAPH_CONTEXT_HPP
context.hpp
graph_fwd.hpp
Tests::Utils
Definition
atomic.hpp:30
Kokkos::utils::tests::scoped::ExecutionSpace< Exec >::exec
Exec exec
Tests::Utils::ContextTest
Definition
context.hpp:25
Tests::Utils::GraphContextTest
Definition
graph_context.hpp:14
Tests::Utils::GraphContextTest::graph_t
Kokkos::Experimental::Graph< Exec > graph_t
Definition
graph_context.hpp:16
Tests::Utils::GraphContextTest::device_handle_t
Kokkos::Impl::DeviceHandle< Exec > device_handle_t
Definition
graph_context.hpp:15
Tests::Utils::GraphContextTest::device_handle
device_handle_t device_handle
Definition
graph_context.hpp:18
tests
utils
graph_context.hpp
Generated on
for kokkos-execution by
1.15.0