Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.2.0
-
None
-
None
Description
Superstep is a threadlocal variable in the LocalGroom, so each thread is resposible for itself to increment the superstep after calling sync.
In the old logic it was a non-local variable which where just the first thread should increment it.
Remove the "only first thread updates" logic and let each thread increment the superstep.