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

Use the improved vectorization algorithm for binary and ternary TensorPrimitives operations #93409

Merged
merged 11 commits into from
Oct 17, 2023

Commits on Oct 12, 2023

  1. Update InvokeSpanSpanIntoSpan<TBinaryOperator> for TensorPrimitives t…

    …o use the better SIMD algorithm
    tannergooding committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    bae2b67 View commit details
    Browse the repository at this point in the history
  2. Update InvokeSpanScalarIntoSpan<TTransformOperator, TBinaryOperator> …

    …for TensorPrimitives to use the better SIMD algorithm
    tannergooding committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0f5fb2a View commit details
    Browse the repository at this point in the history
  3. Update InvokeSpanSpanSpanIntoSpan<TTernaryOperator> for TensorPrimiti…

    …ves to use the better SIMD algorithm
    tannergooding committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5059d01 View commit details
    Browse the repository at this point in the history
  4. Update InvokeSpanSpanScalarIntoSpan<TTernaryOperator> for TensorPrimi…

    …tives to use the better SIMD algorithm
    tannergooding committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    520a3e1 View commit details
    Browse the repository at this point in the history
  5. Update InvokeSpanScalarSpanIntoSpan<TTernaryOperator> for TensorPrimi…

    …tives to use the better SIMD algorithm
    tannergooding committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b1dec16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58a9047 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3e6ae2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42a2014 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e327af9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 16, 2023

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