kokkos-execution 0.0.1
Loading...
Searching...
No Matches
domain.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_GRAPH_DOMAIN_HPP
2#define KOKKOS_EXECUTION_GRAPH_DOMAIN_HPP
3
5
7
8struct Domain : public stdexec::default_domain { };
9
10} // namespace Kokkos::Execution::GraphImpl
11
12#endif // KOKKOS_EXECUTION_GRAPH_DOMAIN_HPP