Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TensorPrimitives to vectorize for size(T) is 1 or 2 #97835

Merged
merged 6 commits into from
Feb 8, 2024

Commits on Feb 1, 2024

  1. 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.
    stephentoub committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4a7cae8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e4e1cf View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    7ec4c99 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    4c5b386 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    7308adf View commit details
    Browse the repository at this point in the history
  2. Fix copy/paste comments

    stephentoub committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b893999 View commit details
    Browse the repository at this point in the history