kokkos-execution 0.0.1
Loading...
Searching...
No Matches
dependency.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_IMPL_HPX_DEPENDENCY_HPP
2#define KOKKOS_EXECUTION_IMPL_HPX_DEPENDENCY_HPP
3
9
11
12template <>
13struct HasExecWaitEvent<Kokkos::Experimental::HPX> : std::true_type { };
14
15} // namespace Kokkos::Execution::Impl
16
17#endif // KOKKOS_EXECUTION_IMPL_HPX_DEPENDENCY_HPP