-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
map gives different result than applying function separately only on nightly #57959
Comments
bisected to #52850 |
here's a self-contained reproducer
there is some incredibly funky stuff happening. the problem goes away if any of
and probably a lot more tiny perturbations will fix the issue |
note that this should probably just error --- and in fact I think the existing |
This is already very helpful |
This looks like it's an LLVM bug, filed upstream. Will let it sit for a bit and if nobody bites I think me and @vtjnash have some ideas as to how to fix it |
On nightly on 1.13.0-DEV.213 and 1.13.0-DEV.331 we get very broken results on applying a function via map in contrast to applying the function on all elements that go into map.
This works as expected in Julia 1.11.4
See rafaqz/DimensionalData.jl#965 for the details, but I managed to condense it to the following MWE.
Interestingly the result is correct when I add some
@show
statements in the _format function.The text was updated successfully, but these errors were encountered: