Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information