Skip to content

Commit

Permalink
Move all SYCL headers into SYCL directory
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 25, 2023
1 parent 1668cf4 commit 6d90db3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/src/SYCL/Kokkos_SYCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <Kokkos_Concepts.hpp>
#include <SYCL/Kokkos_SYCL_Instance.hpp>
#include <Kokkos_SYCL.hpp>
#include <SYCL/Kokkos_SYCL.hpp>
#include <Kokkos_HostSpace.hpp>
#include <Kokkos_Serial.hpp>
#include <Kokkos_Core.hpp>
Expand Down
2 changes: 1 addition & 1 deletion core/src/Kokkos_SYCL.hpp → core/src/SYCL/Kokkos_SYCL.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static_assert(false,
#else
#include <CL/sycl.hpp>
#endif
#include <Kokkos_SYCL_Space.hpp>
#include <SYCL/Kokkos_SYCL_Space.hpp>
#include <Kokkos_Layout.hpp>
#include <Kokkos_ScratchSpace.hpp>
#include <impl/Kokkos_Profiling_Interface.hpp>
Expand Down
2 changes: 1 addition & 1 deletion core/src/SYCL/Kokkos_SYCL_DeepCopy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define KOKKOS_SYCLDEEPCOPY_HPP

#include <Kokkos_Core_fwd.hpp>
#include <Kokkos_SYCL.hpp>
#include <SYCL/Kokkos_SYCL.hpp>

#include <vector>

Expand Down
4 changes: 2 additions & 2 deletions core/src/SYCL/Kokkos_SYCL_Space.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include <Kokkos_Macros.hpp>

#include <Kokkos_HostSpace.hpp>
#include <Kokkos_SYCL.hpp>
#include <Kokkos_SYCL_Space.hpp>
#include <SYCL/Kokkos_SYCL.hpp>
#include <SYCL/Kokkos_SYCL_Space.hpp>
#include <SYCL/Kokkos_SYCL_DeepCopy.hpp>
#include <SYCL/Kokkos_SYCL_Instance.hpp>
#include <impl/Kokkos_MemorySpace.hpp>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion core/src/SYCL/Kokkos_SYCL_UniqueToken.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define KOKKOS_SYCL_UNIQUE_TOKEN_HPP

#include <impl/Kokkos_ConcurrentBitset.hpp>
#include <Kokkos_SYCL_Space.hpp>
#include <SYCL/Kokkos_SYCL_Space.hpp>
#include <Kokkos_UniqueToken.hpp>

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

#if defined(KOKKOS_ENABLE_SYCL)
#include <Kokkos_SYCL.hpp>
#include <SYCL/Kokkos_SYCL.hpp>
#include <SYCL/Kokkos_SYCL_Half_Impl_Type.hpp>
#include <SYCL/Kokkos_SYCL_Half_Conversion.hpp>
#include <SYCL/Kokkos_SYCL_DeepCopy.hpp>
Expand Down

0 comments on commit 6d90db3

Please sign in to comment.