kokkos-execution 0.0.1
Loading...
Searching...
No Matches
empty.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_IMPL_EMTPY_HPP
2#define KOKKOS_EXECUTION_IMPL_EMTPY_HPP
3
5
6struct Empty { };
7
8} // namespace Kokkos::Execution::Impl
9
10#endif // KOKKOS_EXECUTION_IMPL_EMTPY_HPP