Commit f0e48931 authored by Stan Moore's avatar Stan Moore
Browse files

Remove deprecated KOKKO_HAVE macros

parent c0ce8591
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -447,7 +447,7 @@ void AngleCharmmKokkos<DeviceType>::ev_tally(EV_FLOAT &ev, const int i, const in

namespace LAMMPS_NS {
template class AngleCharmmKokkos<LMPDeviceType>;
#ifdef KOKKOS_HAVE_CUDA
#ifdef KOKKOS_ENABLE_CUDA
template class AngleCharmmKokkos<LMPHostType>;
#endif
}
+1 −1
Original line number Diff line number Diff line
@@ -598,7 +598,7 @@ void AngleClass2Kokkos<DeviceType>::ev_tally(EV_FLOAT &ev, const int i, const in

namespace LAMMPS_NS {
template class AngleClass2Kokkos<LMPDeviceType>;
#ifdef KOKKOS_HAVE_CUDA
#ifdef KOKKOS_ENABLE_CUDA
template class AngleClass2Kokkos<LMPHostType>;
#endif
}
+1 −1
Original line number Diff line number Diff line
@@ -387,7 +387,7 @@ void AngleCosineKokkos<DeviceType>::ev_tally(EV_FLOAT &ev, const int i, const in

namespace LAMMPS_NS {
template class AngleCosineKokkos<LMPDeviceType>;
#ifdef KOKKOS_HAVE_CUDA
#ifdef KOKKOS_ENABLE_CUDA
template class AngleCosineKokkos<LMPHostType>;
#endif
}
+1 −1
Original line number Diff line number Diff line
@@ -405,7 +405,7 @@ void AngleHarmonicKokkos<DeviceType>::ev_tally(EV_FLOAT &ev, const int i, const

namespace LAMMPS_NS {
template class AngleHarmonicKokkos<LMPDeviceType>;
#ifdef KOKKOS_HAVE_CUDA
#ifdef KOKKOS_ENABLE_CUDA
template class AngleHarmonicKokkos<LMPHostType>;
#endif
}
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ class AtomVecKokkos : public AtomVec {
  size_t buffer_size;
  void* buffer;

  #ifdef KOKKOS_HAVE_CUDA
  #ifdef KOKKOS_ENABLE_CUDA
  template<class ViewType>
  Kokkos::View<typename ViewType::data_type,
               typename ViewType::array_layout,
Loading