Skip to content

Commit

Permalink
Update TensorPrimitives to vectorize for size(T) is 1 or 2 (#97835)
Browse files Browse the repository at this point in the history
* 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
stephentoub authored Feb 8, 2024
1 parent cd8057f commit e3165d6
Showing 1 changed file with 3,126 additions and 278 deletions.
Loading

0 comments on commit e3165d6

Please sign in to comment.