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
4
#include "
kokkos-execution/stdexec.hpp
"
5
6
namespace
Kokkos::Execution::GraphImpl
{
7
13
struct
get_node_t
:
public
stdexec::__query<get_node_t> { };
14
15
inline
constexpr
get_node_t
get_node
{};
16
17
}
// namespace Kokkos::Execution::GraphImpl
18
19
#endif
// KOKKOS_EXECUTION_GRAPH_GET_NODE_HPP
stdexec.hpp
Kokkos::Execution::GraphImpl
Definition
graph.hpp:17
Kokkos::Execution::GraphImpl::get_node
constexpr get_node_t get_node
Definition
get_node.hpp:15
Kokkos::Execution::GraphImpl::get_node_t
Definition
get_node.hpp:13
kokkos-execution
graph
get_node.hpp
Generated on
for kokkos-execution by
1.15.0