Update Kokkos library in LAMMPS to v4.2
This commit is contained in:
@ -161,6 +161,12 @@ Graph<ExecutionSpace> create_graph(Closure&& arg_closure) {
|
||||
#include <impl/Kokkos_GraphNodeImpl.hpp>
|
||||
#include <impl/Kokkos_Default_Graph_Impl.hpp>
|
||||
#include <Cuda/Kokkos_Cuda_Graph_Impl.hpp>
|
||||
#if defined(KOKKOS_ENABLE_HIP)
|
||||
// The implementation of hipGraph in ROCm 5.2 is bugged, so we cannot use it.
|
||||
#if !((HIP_VERSION_MAJOR == 5) && (HIP_VERSION_MINOR == 2))
|
||||
#include <HIP/Kokkos_HIP_Graph_Impl.hpp>
|
||||
#endif
|
||||
#endif
|
||||
#ifdef KOKKOS_IMPL_PUBLIC_INCLUDE_NOTDEFINED_GRAPH
|
||||
#undef KOKKOS_IMPL_PUBLIC_INCLUDE
|
||||
#undef KOKKOS_IMPL_PUBLIC_INCLUDE_NOTDEFINED_GRAPH
|
||||
|
||||
Reference in New Issue
Block a user