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
[SYCL] Fix wrong checks in IsReduOptForFastReduce<> (#3763)
The check added in (#3227) was supposed to return true for int32/int64,
but wrongly checked the type sizes in bits instead of bytes,
which prohibited usage of group ADD algorithm for int32/int64 in reductions.
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
0 commit comments