Remove unnecessary CUDA stream synchronization calls
authorArtem Zhmurov <zhmurov@gmail.com>
Sun, 20 Oct 2019 13:30:30 +0000 (15:30 +0200)
committerSzilárd Páll <pall.szilard@gmail.com>
Tue, 22 Oct 2019 23:09:22 +0000 (01:09 +0200)
commit34711e3fccc66a7eac0d2c9540834654f123f165
tree124fd01ce0a99896c6139c45711fe7334f2e9a4e
parent8ffa93c57adbc71fe648f175b66776ef24392e09
Remove unnecessary CUDA stream synchronization calls

These calls were needed before the synchronization was re-introduced.
With the event-based synchronization in place, they are no longer
necessary.

Change-Id: I9507432b40962cd49e4fc7374f15530c7fbf2ae7
src/gromacs/mdtypes/state_propagator_data_gpu_impl_gpu.cpp