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
https://github.com/JuliaMath/IterativeSolvers.jl/blob/756edef2b6a58a65b41f87127fbec1f8c62150c7/src/cg.jl#L203 The above line creates a type instability. Can be fixed by making log::Type{Val{logging}} and making logging a type parameter.
log::Type{Val{logging}}
logging
The text was updated successfully, but these errors were encountered:
Remember that we've constant propagation on 0.7 so I wouldn't use any Val for this.
Val
Sorry, something went wrong.
Duplicate of #192. See also #185.
No branches or pull requests
https://github.com/JuliaMath/IterativeSolvers.jl/blob/756edef2b6a58a65b41f87127fbec1f8c62150c7/src/cg.jl#L203
The above line creates a type instability. Can be fixed by making
log::Type{Val{logging}}
and makinglogging
a type parameter.The text was updated successfully, but these errors were encountered: