Skip to content

Commit

Permalink
stokhos: remove ArithTraits from Details namespace post Kokkos@4.0
Browse files Browse the repository at this point in the history
Compatibility update with kokkos/kokkos-kernels#1748
  • Loading branch information
ndellingwood committed Mar 27, 2023
1 parent f85b2e0 commit 07ebab5
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
//----------------------------------------------------------------------------

namespace Kokkos {
#if KOKKOS_VERSION < 40099
namespace Details {
#endif

template <typename S>
class ArithTraits< Sacado::MP::Vector<S> > {
Expand Down Expand Up @@ -211,8 +213,10 @@ class ArithTraits< Sacado::MP::Vector<S> > {
}
};

}
}
#if KOKKOS_VERSION < 40099
} // namespace Details - removed after Kokkos 4.0
#endif
} // namespace Kokkos

namespace KokkosBatched {

Expand Down

0 comments on commit 07ebab5

Please sign in to comment.