Kokkos lib update

This commit is contained in:
Steve Plimpton
2016-09-08 13:56:18 -06:00
parent 0252347d43
commit 236ebf7fab
212 changed files with 18902 additions and 13466 deletions

View File

@ -245,8 +245,8 @@ void cgsolve( const ImportType & import
norm_res = sqrt( old_rdot );
iteration = 0 ;
Kokkos::Impl::Timer wall_clock ;
Kokkos::Impl::Timer timer;
Kokkos::Timer wall_clock ;
Kokkos::Timer timer;
while ( tolerance < norm_res && iteration < maximum_iteration ) {