Update Kokkos library in LAMMPS to v4.5.0

This commit is contained in:
Stan Moore
2024-12-13 09:23:03 -07:00
parent a78aee5731
commit 7f68aeb6d5
617 changed files with 21499 additions and 17255 deletions

View File

@ -23,8 +23,6 @@
namespace Test {
TEST(TEST_CATEGORY, init) { ; }
#ifdef KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA
template <class ExecSpace>
void test_dispatch() {
const int repeat = 100;
@ -37,6 +35,5 @@ void test_dispatch() {
}
TEST(TEST_CATEGORY, dispatch) { test_dispatch<TEST_EXECSPACE>(); }
#endif
} // namespace Test