Skip to content

Commit

Permalink
Fix typo in macro guard
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur committed Oct 26, 2023
1 parent 0975671 commit b4f27c8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions core/src/HIP/Kokkos_HIP_Parallel_Range.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
//@HEADER

#ifndef KOKKO_HIP_PARALLEL_RANGE_HPP
#define KOKKO_HIP_PARALLEL_RANGE_HPP
#ifndef KOKKOS_HIP_PARALLEL_RANGE_HPP
#define KOKKOS_HIP_PARALLEL_RANGE_HPP

#include <Kokkos_Parallel.hpp>

Expand Down
4 changes: 2 additions & 2 deletions core/src/HIP/Kokkos_HIP_Parallel_Team.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
//@HEADER

#ifndef KOKKO_HIP_PARALLEL_TEAM_HPP
#define KOKKO_HIP_PARALLEL_TEAM_HPP
#ifndef KOKKOS_HIP_PARALLEL_TEAM_HPP
#define KOKKOS_HIP_PARALLEL_TEAM_HPP

#include <Kokkos_Parallel.hpp>

Expand Down
4 changes: 2 additions & 2 deletions core/src/SYCL/Kokkos_SYCL_ParallelScan_Range.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
//@HEADER

#ifndef KOKKO_SYCL_PARALLEL_SCAN_RANGE_HPP
#define KOKKO_SYCL_PARALLEL_SCAN_RANGE_HPP
#ifndef KOKKOS_SYCL_PARALLEL_SCAN_RANGE_HPP
#define KOKKOS_SYCL_PARALLEL_SCAN_RANGE_HPP

#include <Kokkos_Macros.hpp>
#include <memory>
Expand Down
4 changes: 2 additions & 2 deletions core/src/Serial/Kokkos_Serial_Parallel_MDRange.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
//@HEADER

#ifndef KOKKO_SERIAL_PARALLEL_MDRANGE_HPP
#define KOKKO_SERIAL_PARALLEL_MDRANGE_HPP
#ifndef KOKKOS_SERIAL_PARALLEL_MDRANGE_HPP
#define KOKKOS_SERIAL_PARALLEL_MDRANGE_HPP

#include <Kokkos_Parallel.hpp>
#include <KokkosExp_MDRangePolicy.hpp>
Expand Down
4 changes: 2 additions & 2 deletions core/src/Serial/Kokkos_Serial_Parallel_Range.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
//@HEADER

#ifndef KOKKO_SERIAL_PARALLEL_RANGE_HPP
#define KOKKO_SERIAL_PARALLEL_RANGE_HPP
#ifndef KOKKOS_SERIAL_PARALLEL_RANGE_HPP
#define KOKKOS_SERIAL_PARALLEL_RANGE_HPP

#include <Kokkos_Parallel.hpp>

Expand Down
4 changes: 2 additions & 2 deletions core/src/Serial/Kokkos_Serial_Parallel_Team.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
//@HEADER

#ifndef KOKKO_SERIAL_PARALLEL_TEAM_HPP
#define KOKKO_SERIAL_PARALLEL_TEAM_HPP
#ifndef KOKKOS_SERIAL_PARALLEL_TEAM_HPP
#define KOKKOS_SERIAL_PARALLEL_TEAM_HPP

#include <Kokkos_Parallel.hpp>

Expand Down

0 comments on commit b4f27c8

Please sign in to comment.