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
CUB does not have the ability to optimize a reduction with a non-contiguous stride, and instead relies on iterators for this. We still have custom reduction code that may be faster than CUB in this case. Investigating switching to that code if we detect this case.
The text was updated successfully, but these errors were encountered:
CUB does not have the ability to optimize a reduction with a non-contiguous stride, and instead relies on iterators for this. We still have custom reduction code that may be faster than CUB in this case. Investigating switching to that code if we detect this case.
The text was updated successfully, but these errors were encountered: