Skip to content

Commit 3853166

Browse files
committed
adelus: update ArithTraits namespace for KOKKOS_VERSION > 40799
Compatibility update corresponding to kokkos/kokkos-kernels#2771 Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
1 parent 5960918 commit 3853166

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/adelus/src/BlasWrapper_copy_spec.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414

1515
#include <KokkosKernels_config.h>
1616
#include <Kokkos_Core.hpp>
17+
#if KOKKOS_VERSION > 40799
18+
#include <KokkosKernels_ArithTraits.hpp>
19+
#else
1720
#include <Kokkos_ArithTraits.hpp>
21+
#endif
1822

1923
namespace BlasWrapper {
2024
namespace Impl {

0 commit comments

Comments
 (0)