Update Kokkos library in LAMMPS to v4.3.0
This commit is contained in:
@ -20,28 +20,28 @@ struct RunGather {
|
||||
};
|
||||
|
||||
#define UNROLL 1
|
||||
#include <gather_unroll.hpp>
|
||||
#include "gather_unroll.hpp"
|
||||
#undef UNROLL
|
||||
#define UNROLL 2
|
||||
#include <gather_unroll.hpp>
|
||||
#include "gather_unroll.hpp"
|
||||
#undef UNROLL
|
||||
#define UNROLL 3
|
||||
#include <gather_unroll.hpp>
|
||||
#include "gather_unroll.hpp"
|
||||
#undef UNROLL
|
||||
#define UNROLL 4
|
||||
#include <gather_unroll.hpp>
|
||||
#include "gather_unroll.hpp"
|
||||
#undef UNROLL
|
||||
#define UNROLL 5
|
||||
#include <gather_unroll.hpp>
|
||||
#include "gather_unroll.hpp"
|
||||
#undef UNROLL
|
||||
#define UNROLL 6
|
||||
#include <gather_unroll.hpp>
|
||||
#include "gather_unroll.hpp"
|
||||
#undef UNROLL
|
||||
#define UNROLL 7
|
||||
#include <gather_unroll.hpp>
|
||||
#include "gather_unroll.hpp"
|
||||
#undef UNROLL
|
||||
#define UNROLL 8
|
||||
#include <gather_unroll.hpp>
|
||||
#include "gather_unroll.hpp"
|
||||
#undef UNROLL
|
||||
|
||||
template <class Scalar>
|
||||
|
||||
Reference in New Issue
Block a user