You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The one in NDRangeReduction<reduction::strategy::basic> was introduced
during most recent reduction refactoring and most likely could only be
triggered through internal API calls. Code path for public APIs is such
that this strategy isn't auto-selected under conditions leading to the
bug.
I think another one (strategy::group_reduce_and_last_wg_detection) was
introduced earlier (a couple of months maybe) and probably was
user-visible.
Both bugs were caused by some extra erroneous conditions resulting in
taking the wrong branch target.
0 commit comments