Files
lammps/lib/kokkos/algorithms
Tim Mattox 6e26358ec3 lib kokkos bugfix: on a CUDA host, the random state wasn't preserved.
Random_XorShift*_Pool<Kokkos::Cuda>::free_state() has two purposes:
1) update the state value kept in the pool
2) unlock the state
For a CUDA host thread, ONLY skip step 2, not both.
2017-03-01 11:46:26 -05:00
..
2016-09-06 23:06:32 +00:00
2017-02-13 10:50:34 -07:00
2016-09-06 23:06:32 +00:00