We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
Thanks for this really nice package. I noticed that the ThreadsX.sum function can't be inferred properly in Julia 1.6.
ThreadsX.sum
julia> @code_warntype ThreadsX.sum(log, rand(100)) Variables #self#::Core.Const(ThreadsX.sum) f::Core.Const(log) itr::Vector{Float64} Body::Any 1 ─ %1 = Core.NamedTuple()::Core.Const(NamedTuple()) │ %2 = Base.pairs(%1)::Core.Const(Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}()) │ %3 = ThreadsX.Implementations.:(var"#sum#14")(%2, #self#, f, itr)::Any └── return %3
The text was updated successfully, but these errors were encountered:
I think we can solve this in recent Julia. Let's track this issue in #166 since at the lowest layer it's the same issue.
Sorry, something went wrong.
duplicate of #166
No branches or pull requests
Hi!
Thanks for this really nice package. I noticed that the
ThreadsX.sum
function can't be inferred properly in Julia 1.6.The text was updated successfully, but these errors were encountered: