- Notifications
You must be signed in to change notification settings - Fork5.2k
Adding vectorized implementations of Log to Vector64/128/256/512#96913
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost commentedJan 12, 2024
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsThis makes progress towards#93513
|
tannergooding commentedJan 12, 2024
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 ( |
stephentoub commentedJan 16, 2024
I assume structurally this is a carbon-copy of#93513? |
tannergooding commentedJan 16, 2024
Yes, same general setup/considerations. Just for the Log method now instead of Log2 |
tannergooding commentedJan 17, 2024
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