-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Adding vectorized implementations of Log to Vector64/128/256/512 #96913
Conversation
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsThis makes progress towards #93513
|
CC. @stephentoub, @michaelgsharp for review. Will likely put up separate PRs for a few others over the weekend, like May also finish up several of the trig ones ( |
I assume structurally this is a carbon-copy of #93513? |
Yes, same general setup/considerations. Just for the Log method now instead of Log2 |
Test failures are known and tracked. |
…net#96913) * Adding vectorized implementations of Log to Vector64/128/256/512 * Accelerate TensorPrimitives.Log for double * Ensure the ref assembly is updated to include the new Log method * Fix the variance for one of the Log2 tests to account for the scalar fallback
This makes progress towards #93513