Skip to content

Commit

Permalink
Add missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Mar 22, 2024
1 parent e3b2169 commit 8314ac2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/ddc/misc/ginkgo_executors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

#include <Kokkos_Core.hpp>

namespace ddc::detail {

inline std::shared_ptr<gko::Executor> create_default_host_executor()
{
#ifdef KOKKOS_ENABLE_SERIAL
Expand Down Expand Up @@ -59,3 +61,5 @@ std::shared_ptr<gko::Executor> create_gko_exec()
}
#endif
}

} // namespace ddc::detail

0 comments on commit 8314ac2

Please sign in to comment.