Skip to content

Fix indexing in pipelined PME spread

Szilárd Páll requested to merge sz_fix-cuda-pme-spread-pipelinening into release-2022

The second grid was not offset correctly which could lead to incorrect results when pipelining is used.

Also fixed double-offset bug in the currently unused non-prefetching codepath.

Fixes #4732 (closed)

Edited by Szilárd Páll

Merge request reports