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
peakflops: make eltype a static parameter of the method (#1253)
Otherwise `eltype` is inferred as merely `DataType`. Too bad that
constprop doesn't fix this on its own.
This will make the sysimage more resistant to invalidation, once
JuliaLang/julia updates LinearAlgebra.
0 commit comments