Skip to content

Commit

Permalink
search/replace KOKKOS_-prefixed macros (#2372)
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Pearson <[email protected]>
  • Loading branch information
cwpearson authored Oct 17, 2024
1 parent e1a5906 commit 3886cf9
Show file tree
Hide file tree
Showing 66 changed files with 1,450 additions and 1,430 deletions.
6 changes: 3 additions & 3 deletions blas/impl/KokkosBlas1_abs_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#ifndef KOKKOS_BLAS1_IMPL_ABS_HPP_
#define KOKKOS_BLAS1_IMPL_ABS_HPP_
#ifndef KOKKOSBLAS1_IMPL_ABS_HPP_
#define KOKKOSBLAS1_IMPL_ABS_HPP_

#include <KokkosKernels_config.h>
#include <Kokkos_Core.hpp>
Expand Down Expand Up @@ -201,4 +201,4 @@ void V_Abs_Generic(const execution_space& space, const RV& R, const XV& X) {

} // namespace Impl
} // namespace KokkosBlas
#endif // KOKKOS_BLAS1_MV_IMPL_ABS_HPP_
#endif // KOKKOSBLAS1_IMPL_ABS_HPP_
6 changes: 3 additions & 3 deletions blas/impl/KokkosBlas1_abs_spec.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#ifndef KOKKOS_BLAS1_IMPL_ABS_SPEC_HPP_
#define KOKKOS_BLAS1_IMPL_ABS_SPEC_HPP_
#ifndef KOKKOSBLAS1_IMPL_ABS_SPEC_HPP_
#define KOKKOSBLAS1_IMPL_ABS_SPEC_HPP_

#include <KokkosKernels_config.h>
#include <Kokkos_Core.hpp>
Expand Down Expand Up @@ -232,4 +232,4 @@ struct Abs<execution_space, RMV, XMV, 2, false, KOKKOSKERNELS_IMPL_COMPILE_LIBRA
#include <generated_specializations_hpp/KokkosBlas1_abs_eti_spec_decl.hpp>
#include <generated_specializations_hpp/KokkosBlas1_abs_mv_eti_spec_decl.hpp>

#endif // KOKKOS_BLAS1_MV_IMPL_ABS_HPP_
#endif // KOKKOSBLAS1_IMPL_ABS_SPEC_HPP_
6 changes: 3 additions & 3 deletions blas/impl/KokkosBlas1_axpby_spec.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#ifndef KOKKOS_BLAS1_AXPBY_SPEC_HPP_
#define KOKKOS_BLAS1_AXPBY_SPEC_HPP_
#ifndef KOKKOSBLAS1_AXPBY_SPEC_HPP_
#define KOKKOSBLAS1_AXPBY_SPEC_HPP_

#include "KokkosKernels_config.h"
#include "Kokkos_Core.hpp"
Expand Down Expand Up @@ -584,4 +584,4 @@ struct Axpby<execution_space, typename XV::non_const_value_type, XV, typename YV

#include <KokkosBlas1_axpby_tpl_spec_decl.hpp>

#endif // KOKKOS_BLAS1_MV_IMPL_AXPBY_HPP_
#endif // KOKKOSBLAS1_AXPBY_SPEC_HPP_
6 changes: 3 additions & 3 deletions blas/impl/KokkosBlas1_axpby_unification_attempt_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#ifndef KOKKOS_BLAS1_AXPBY_UNIFICATION_ATTEMPT_TRAITS_HPP_
#define KOKKOS_BLAS1_AXPBY_UNIFICATION_ATTEMPT_TRAITS_HPP_
#ifndef KOKKOSBLAS1_AXPBY_UNIFICATION_ATTEMPT_TRAITS_HPP_
#define KOKKOSBLAS1_AXPBY_UNIFICATION_ATTEMPT_TRAITS_HPP_

#include <KokkosKernels_helpers.hpp>
#include <KokkosKernels_ExecSpaceUtils.hpp>
Expand Down Expand Up @@ -816,4 +816,4 @@ static void populateRank1Stride1ViewWithScalarOrNonStrideView(T_in const& coeff_
} // namespace Impl
} // namespace KokkosBlas

#endif // KOKKOS_BLAS1_AXPBY_UNIFICATION_ATTEMPT_TRAITS_HPP_
#endif // KOKKOSBLAS1_AXPBY_UNIFICATION_ATTEMPT_TRAITS_HPP_
6 changes: 3 additions & 3 deletions blas/impl/KokkosBlas1_dot_spec.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#ifndef KOKKOS_BLAS1_IMPL_DOT_SPEC_HPP_
#define KOKKOS_BLAS1_IMPL_DOT_SPEC_HPP_
#ifndef KOKKOSBLAS1_IMPL_DOT_SPEC_HPP_
#define KOKKOSBLAS1_IMPL_DOT_SPEC_HPP_

#include <KokkosKernels_config.h>
#include <Kokkos_Core.hpp>
Expand Down Expand Up @@ -512,4 +512,4 @@ struct Dot<execution_space, RV, XV, YV, X_Rank, Y_Rank, false, KOKKOSKERNELS_IMP

#include <KokkosBlas1_dot_tpl_spec_decl.hpp>

#endif // KOKKOS_BLAS1_MV_IMPL_DOT_HPP_
#endif // KOKKOSBLAS1_IMPL_DOT_SPEC_HPP_
6 changes: 3 additions & 3 deletions blas/impl/KokkosBlas1_reciprocal_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#ifndef KOKKOS_BLAS1_IMPL_RECIPROCAL_HPP_
#define KOKKOS_BLAS1_IMPL_RECIPROCAL_HPP_
#ifndef KOKKOSBLAS1_IMPL_RECIPROCAL_HPP_
#define KOKKOSBLAS1_IMPL_RECIPROCAL_HPP_

#include <KokkosKernels_config.h>
#include <Kokkos_Core.hpp>
Expand Down Expand Up @@ -203,4 +203,4 @@ void V_Reciprocal_Generic(const execution_space& space, const RV& R, const XV& X

} // namespace Impl
} // namespace KokkosBlas
#endif // KOKKOS_BLAS1_MV_IMPL_RECIPROCAL_HPP_
#endif // KOKKOSBLAS1_IMPL_RECIPROCAL_HPP_
6 changes: 3 additions & 3 deletions blas/impl/KokkosBlas1_reciprocal_spec.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#ifndef KOKKOS_BLAS1_IMPL_RECIPROCAL_SPEC_HPP_
#define KOKKOS_BLAS1_IMPL_RECIPROCAL_SPEC_HPP_
#ifndef KOKKOSBLAS1_IMPL_RECIPROCAL_SPEC_HPP_
#define KOKKOSBLAS1_IMPL_RECIPROCAL_SPEC_HPP_

#include <KokkosKernels_config.h>
#include <Kokkos_Core.hpp>
Expand Down Expand Up @@ -233,4 +233,4 @@ struct Reciprocal<execution_space, RMV, XMV, 2, false, KOKKOSKERNELS_IMPL_COMPIL
#include <generated_specializations_hpp/KokkosBlas1_reciprocal_eti_spec_decl.hpp>
#include <generated_specializations_hpp/KokkosBlas1_reciprocal_mv_eti_spec_decl.hpp>

#endif // KOKKOS_BLAS1_MV_IMPL_RECIPROCAL_HPP_
#endif // KOKKOSBLAS1_IMPL_RECIPROCAL_SPEC_HPP_
6 changes: 3 additions & 3 deletions blas/impl/KokkosBlas1_scal_spec.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#ifndef KOKKOS_BLAS1_IMPL_SCAL_SPEC_HPP_
#define KOKKOS_BLAS1_IMPL_SCAL_SPEC_HPP_
#ifndef KOKKOSBLAS1_IMPL_SCAL_SPEC_HPP_
#define KOKKOSBLAS1_IMPL_SCAL_SPEC_HPP_

#include <KokkosKernels_config.h>
#include <Kokkos_Core.hpp>
Expand Down Expand Up @@ -347,4 +347,4 @@ struct Scal<execution_space, RMV, typename XMV::non_const_value_type, XMV, 2, fa

#include <KokkosBlas1_scal_tpl_spec_decl.hpp>

#endif // KOKKOS_BLAS1_MV_IMPL_SCAL_HPP_
#endif // KOKKOSBLAS1_IMPL_SCAL_SPEC_HPP_
6 changes: 3 additions & 3 deletions blas/impl/KokkosBlas2_gemv_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#ifndef KOKKOS_BLAS2_MV_IMPL_GEMV_HPP_
#define KOKKOS_BLAS2_MV_IMPL_GEMV_HPP_
#ifndef KOKKOSBLAS2_MV_IMPL_GEMV_HPP_
#define KOKKOSBLAS2_MV_IMPL_GEMV_HPP_

#include "KokkosKernels_config.h"
#include "Kokkos_Core.hpp"
Expand Down Expand Up @@ -641,4 +641,4 @@ void generalGemvImpl(const ExecutionSpace& space, const char trans[], typename A
} // namespace Impl
} // namespace KokkosBlas

#endif // KOKKOS_BLAS2_MV_IMPL_GEMV_HPP_
#endif // KOKKOSBLAS2_MV_IMPL_GEMV_HPP_
6 changes: 3 additions & 3 deletions blas/impl/KokkosBlas3_gemm_dotbased_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
//@HEADER

#ifndef KOKKOS_BLAS3_GEMM_DOTBASED_IMPL_HPP_
#define KOKKOS_BLAS3_GEMM_DOTBASED_IMPL_HPP_
#ifndef KOKKOSBLAS3_GEMM_DOTBASED_IMPL_HPP_
#define KOKKOSBLAS3_GEMM_DOTBASED_IMPL_HPP_

#include "KokkosBlas_util.hpp"

Expand Down Expand Up @@ -141,4 +141,4 @@ struct DotBasedGEMM {
} // namespace Impl
} // namespace KokkosBlas

#endif
#endif // KOKKOSBLAS3_GEMM_DOTBASED_IMPL_HPP_
52 changes: 26 additions & 26 deletions blas/impl/KokkosBlas3_gemm_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
//
//@HEADER

#ifndef KOKKOS_BLAS3_GEMM_IMPL_HPP_
#define KOKKOS_BLAS3_GEMM_IMPL_HPP_
#ifndef KOKKOSBLAS3_GEMM_IMPL_HPP_
#define KOKKOSBLAS3_GEMM_IMPL_HPP_

#include <Kokkos_Core.hpp>
#include "KokkosKernels_Macros.hpp"

#ifdef KOKKOS_ENABLE_CXX14
#ifdef KOKKOS_COMPILER_GNU
#if KOKKOS_COMPILER_GNU <= 740
#define KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#define KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#endif
#endif
#endif
Expand Down Expand Up @@ -69,11 +69,11 @@ struct impl_deep_copy_matrix_block<TeamHandle, ViewTypeScratch, ViewType, Layout
const int& offset_j) {
if (offset_i + blockDim_i <= A.extent_int(0) && offset_j + blockDim_j <= A.extent_int(1)) {
Kokkos::parallel_for(Kokkos::TeamThreadRange(team, blockDim_j), [&](const int j) {
#ifndef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifndef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
const int idx_j = offset_j + j;
#endif
Kokkos::parallel_for(Kokkos::ThreadVectorRange(team, blockDim_i), [&](const int i) {
#ifdef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifdef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
const int idx_j = offset_j + j;
#endif
const int idx_i = offset_i + i;
Expand All @@ -82,11 +82,11 @@ struct impl_deep_copy_matrix_block<TeamHandle, ViewTypeScratch, ViewType, Layout
});
} else {
Kokkos::parallel_for(Kokkos::TeamThreadRange(team, blockDim_j), [&](const int j) {
#ifndef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifndef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_j = offset_j + j;
#endif
Kokkos::parallel_for(Kokkos::ThreadVectorRange(team, blockDim_i), [&](const int i) {
#ifdef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifdef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_j = offset_j + j;
#endif
const int idx_i = offset_i + i;
Expand Down Expand Up @@ -116,11 +116,11 @@ struct impl_deep_copy_matrix_block<TeamHandle, ViewTypeScratch, ViewType, Kokkos
});
} else {
Kokkos::parallel_for(Kokkos::TeamThreadRange(team, blockDim_i), [&](const int i) {
#ifndef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifndef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_i = offset_i + i;
#endif
Kokkos::parallel_for(Kokkos::ThreadVectorRange(team, blockDim_j), [&](const int j) {
#ifdef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifdef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_i = offset_i + i;
#endif
const int idx_j = offset_j + j;
Expand All @@ -141,11 +141,11 @@ struct impl_deep_copy_matrix_block<TeamHandle, ViewTypeScratch, ViewType, Layout
const int& offset_j) {
if (offset_i + blockDim_i <= A.extent_int(1) && offset_j + blockDim_j <= A.extent_int(0)) {
Kokkos::parallel_for(Kokkos::TeamThreadRange(team, blockDim_j), [&](const int j) {
#ifndef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifndef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
const int idx_j = offset_j + j;
#endif
Kokkos::parallel_for(Kokkos::ThreadVectorRange(team, blockDim_i), [&](const int i) {
#ifdef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifdef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
const int idx_j = offset_j + j;
#endif
const int idx_i = offset_i + i;
Expand All @@ -154,11 +154,11 @@ struct impl_deep_copy_matrix_block<TeamHandle, ViewTypeScratch, ViewType, Layout
});
} else {
Kokkos::parallel_for(Kokkos::TeamThreadRange(team, blockDim_j), [&](const int j) {
#ifndef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifndef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_j = offset_j + j;
#endif
Kokkos::parallel_for(Kokkos::ThreadVectorRange(team, blockDim_i), [&](const int i) {
#ifdef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifdef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_j = offset_j + j;
#endif
const int idx_i = offset_i + i;
Expand All @@ -180,11 +180,11 @@ struct impl_deep_copy_matrix_block<TeamHandle, ViewTypeScratch, ViewType, Kokkos
const int& offset_j) {
if (offset_i + blockDim_i <= A.extent_int(1) && offset_j + blockDim_j <= A.extent_int(0)) {
Kokkos::parallel_for(Kokkos::TeamThreadRange(team, blockDim_i), [&](const int i) {
#ifndef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifndef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
const int idx_i = offset_i + i;
#endif
Kokkos::parallel_for(Kokkos::ThreadVectorRange(team, blockDim_j), [&](const int j) {
#ifdef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifdef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
const int idx_i = offset_i + i;
#endif
const int idx_j = offset_j + j;
Expand All @@ -193,11 +193,11 @@ struct impl_deep_copy_matrix_block<TeamHandle, ViewTypeScratch, ViewType, Kokkos
});
} else {
Kokkos::parallel_for(Kokkos::TeamThreadRange(team, blockDim_i), [&](const int i) {
#ifndef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifndef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_i = offset_i + i;
#endif
Kokkos::parallel_for(Kokkos::ThreadVectorRange(team, blockDim_j), [&](const int j) {
#ifdef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifdef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_i = offset_i + i;
#endif
const int idx_j = offset_j + j;
Expand All @@ -218,11 +218,11 @@ struct impl_deep_copy_matrix_block<TeamHandle, ViewTypeScratch, ViewType, Layout
const int& offset_j) {
if (offset_i + blockDim_i <= A.extent_int(1) && offset_j + blockDim_j <= A.extent_int(0)) {
Kokkos::parallel_for(Kokkos::TeamThreadRange(team, blockDim_j), [&](const int j) {
#ifndef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifndef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
const int idx_j = offset_j + j;
#endif
Kokkos::parallel_for(Kokkos::ThreadVectorRange(team, blockDim_i), [&](const int i) {
#ifdef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifdef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
const int idx_j = offset_j + j;
#endif
const int idx_i = offset_i + i;
Expand All @@ -231,11 +231,11 @@ struct impl_deep_copy_matrix_block<TeamHandle, ViewTypeScratch, ViewType, Layout
});
} else {
Kokkos::parallel_for(Kokkos::TeamThreadRange(team, blockDim_j), [&](const int j) {
#ifndef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifndef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_j = offset_j + j;
#endif
Kokkos::parallel_for(Kokkos::ThreadVectorRange(team, blockDim_i), [&](const int i) {
#ifdef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifdef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_j = offset_j + j;
#endif
const int idx_i = offset_i + i;
Expand All @@ -257,11 +257,11 @@ struct impl_deep_copy_matrix_block<TeamHandle, ViewTypeScratch, ViewType, Kokkos
const int& offset_j) {
if (offset_i + blockDim_i <= A.extent_int(1) && offset_j + blockDim_j <= A.extent_int(0)) {
Kokkos::parallel_for(Kokkos::TeamThreadRange(team, blockDim_i), [&](const int i) {
#ifndef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifndef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
const int idx_i = offset_i + i;
#endif
Kokkos::parallel_for(Kokkos::ThreadVectorRange(team, blockDim_j), [&](const int j) {
#ifdef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifdef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
const int idx_i = offset_i + i;
#endif
const int idx_j = offset_j + j;
Expand All @@ -270,11 +270,11 @@ struct impl_deep_copy_matrix_block<TeamHandle, ViewTypeScratch, ViewType, Kokkos
});
} else {
Kokkos::parallel_for(Kokkos::TeamThreadRange(team, blockDim_i), [&](const int i) {
#ifndef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifndef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_i = offset_i + i;
#endif
Kokkos::parallel_for(Kokkos::ThreadVectorRange(team, blockDim_j), [&](const int j) {
#ifdef KOKKOS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
#ifdef KOKKOSKERNELS_IMPL_BATCHED_GEMM_GCC_CXX14_WORKAROUND
int idx_i = offset_i + i;
#endif
const int idx_j = offset_j + j;
Expand Down Expand Up @@ -568,4 +568,4 @@ struct GEMMImpl {

} // namespace Impl
} // namespace KokkosBlas
#endif
#endif // KOKKOSBLAS3_GEMM_IMPL_HPP_
6 changes: 3 additions & 3 deletions blas/impl/KokkosBlas_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
//@HEADER

#ifndef KOKKOS_BLAS_UTIL_HPP
#define KOKKOS_BLAS_UTIL_HPP
#ifndef KOKKOSBLAS_UTIL_HPP
#define KOKKOSBLAS_UTIL_HPP

#include "Kokkos_ArithTraits.hpp"

Expand Down Expand Up @@ -176,4 +176,4 @@ struct TakeSqrtFunctor {
} // namespace Impl
} // namespace KokkosBlas

#endif
#endif // KOKKOSBLAS_UTIL_HPP
Loading

0 comments on commit 3886cf9

Please sign in to comment.