You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's very surprising to me that the simpler representation used by FillArrays can sometimes be harder to optimize. I'm just posting here so you're aware this can sometimes be a problem.
The text was updated successfully, but these errors were encountered:
It seems like the issue is constant propagation failing. We could try adding @inline to the constructor, otherwise we'll have to consult a compiler expert
Hi,
This issue came up here:
JuliaMath/MeasureTheory.jl#52
It's very surprising to me that the simpler representation used by FillArrays can sometimes be harder to optimize. I'm just posting here so you're aware this can sometimes be a problem.
The text was updated successfully, but these errors were encountered: