-
Notifications
You must be signed in to change notification settings - Fork 5k
Disable TensorPrimitives vectorization of Log, Cbrt, Pow, and RootN #101690
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
Conversation
Tagging subscribers to this area: @dotnet/area-system-numerics |
...ibraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs
Outdated
Show resolved
Hide resolved
We had a test bug that was hiding cases where one of the expected / actual was NaN and the other wasn't.
77c1a00
to
f106038
Compare
@tannergooding, mind approving if it looks ok to you? |
…otnet#101690) We had a test bug that was hiding cases where one of the expected / actual was NaN and the other wasn't.
Regressions: |
Thanks. This is good to see, actually; shows that the vectorization was beneficial. We just need to make it correct first :) |
There were also some possible improvements here: dotnet/perf-autofiling-issues#33927 |
…otnet#101690) We had a test bug that was hiding cases where one of the expected / actual was NaN and the other wasn't.
…otnet#101690) We had a test bug that was hiding cases where one of the expected / actual was NaN and the other wasn't.
We had a test bug that was hiding cases where one of the expected / actual was NaN and the other wasn't.
#100535