Skip to content

Commit

Permalink
Move { -> Serial/}Kokkos_Serial.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Feb 3, 2023
1 parent 7436256 commit be83e9a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion core/src/SYCL/Kokkos_SYCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <SYCL/Kokkos_SYCL_Instance.hpp>
#include <SYCL/Kokkos_SYCL.hpp>
#include <Kokkos_HostSpace.hpp>
#include <Kokkos_Serial.hpp>
#include <Kokkos_Core.hpp>
#include <impl/Kokkos_Error.hpp>
#include <impl/Kokkos_DeviceManagement.hpp>
Expand Down
2 changes: 1 addition & 1 deletion core/src/Serial/Kokkos_Serial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <Kokkos_Core.hpp>

#include <Kokkos_Serial.hpp>
#include <Serial/Kokkos_Serial.hpp>
#include <impl/Kokkos_Traits.hpp>
#include <impl/Kokkos_Error.hpp>
#include <impl/Kokkos_ExecSpaceManager.hpp>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions core/src/Serial/Kokkos_Serial_Task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

#include <Kokkos_TaskScheduler_fwd.hpp>

#include <impl/Kokkos_TaskQueue.hpp>
#include <Kokkos_Serial.hpp>
#include <Serial/Kokkos_Serial.hpp>
#include <impl/Kokkos_HostThreadTeam.hpp>
#include <impl/Kokkos_TaskQueue.hpp>

//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion core/src/decl/Kokkos_Declare_SERIAL.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define KOKKOS_DECLARE_SERIAL_HPP

#if defined(KOKKOS_ENABLE_SERIAL)
#include <Kokkos_Serial.hpp>
#include <Serial/Kokkos_Serial.hpp>
#include <Serial/Kokkos_Serial_MDRangePolicy.hpp>
#endif

Expand Down
2 changes: 1 addition & 1 deletion core/src/impl/Kokkos_Default_Graph_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <impl/Kokkos_GraphImpl_fwd.hpp>
#include <impl/Kokkos_Default_Graph_fwd.hpp>

#include <Kokkos_Serial.hpp>
#include <Serial/Kokkos_Serial.hpp>
#include <OpenMP/Kokkos_OpenMP.hpp>
// FIXME @graph other backends?

Expand Down

0 comments on commit be83e9a

Please sign in to comment.