Updating Kokkos lib to v2.03.05
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user