Updating Kokkos lib to v2.03.05

This commit is contained in:
Stan Moore
2017-06-08 10:42:08 -06:00
parent 286d4f2743
commit 5c1d17d1c0
474 changed files with 50972 additions and 10897 deletions

View File

@ -118,4 +118,9 @@ void view_nested_view()
ASSERT_EQ( 0, host_tracking( 0 ) );
}
TEST_F( TEST_CATEGORY, view_nested_view )
{
view_nested_view< TEST_EXECSPACE >();
}
} // namespace Test