Skip to content

Commit

Permalink
Add Kokkos_Atomic.hpp headers to OpenMP and HPX task headers
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Aug 18, 2023
1 parent 7a24e94 commit 756b720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/src/HPX/Kokkos_HPX_Task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <Kokkos_Macros.hpp>
#if defined(KOKKOS_ENABLE_HPX) && defined(KOKKOS_ENABLE_TASKDAG)

#include <Kokkos_Atomic.hpp>
#include <Kokkos_TaskScheduler_fwd.hpp>

#include <HPX/Kokkos_HPX.hpp>
Expand Down
1 change: 1 addition & 0 deletions core/src/OpenMP/Kokkos_OpenMP_Task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <Kokkos_Macros.hpp>
#if defined(KOKKOS_ENABLE_OPENMP) && defined(KOKKOS_ENABLE_TASKDAG)

#include <Kokkos_Atomic.hpp>
#include <Kokkos_TaskScheduler_fwd.hpp>

#include <impl/Kokkos_HostThreadTeam.hpp>
Expand Down

0 comments on commit 756b720

Please sign in to comment.