kokkos-execution 0.0.1
Loading...
Searching...
No Matches
get_node.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_GRAPH_GET_NODE_HPP
2#define KOKKOS_EXECUTION_GRAPH_GET_NODE_HPP
3
5
7
13struct get_node_t : public stdexec::__query<get_node_t> { };
14
15inline constexpr get_node_t get_node{};
16
17} // namespace Kokkos::Execution::GraphImpl
18
19#endif // KOKKOS_EXECUTION_GRAPH_GET_NODE_HPP
constexpr get_node_t get_node
Definition get_node.hpp:15