Update Kokkos library to v2.7.00
This commit is contained in:
@ -49,6 +49,7 @@
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <impl/Kokkos_Timer.hpp>
|
||||
#include <Kokkos_DualView.hpp>
|
||||
|
||||
namespace Test {
|
||||
|
||||
@ -115,6 +116,10 @@ void test_dualview_combinations(unsigned int size)
|
||||
|
||||
}
|
||||
|
||||
TEST_F( TEST_CATEGORY, dualview_combination) {
|
||||
test_dualview_combinations<int,TEST_EXECSPACE>(10);
|
||||
}
|
||||
|
||||
|
||||
} // namespace Test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user