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
Update TensorPrimitives to vectorize for size(T) is 1 or 2 (#97835)
* Update TensorPrimitives to vectorize for size(T) is 1 or 2
It was previously only 4 or 8. This does the work previously skipped to enable the "less than largest available vector" path to handle these smaller sizes as well.
* Remove some unnecessary aggregations from small paths
* Fix copy/paste comments
0 commit comments