-
Notifications
You must be signed in to change notification settings - Fork 66
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
no method matching -(::Base.RefValue{Float64}, ::Float64) #1608
Comments
yeah further minimization of this would definitely be helpful |
@mhauru with the new linear algebra support landed on main I’m not sure this will be hit anymore if you want to retry |
On Enzyme 0.0.132 and latest Enzyme.jl main the same MWE fails with the same error, although only after I enable
|
Original issue should be fixed on main (and just tagged), reopen if it persists. |
With runtimeActivity enabled, this now fails with the error of TuringLang/Turing.jl#1621 ( Without runtimeActivity, this still fails with the error I pasted in the above comment:
Any idea if that should be expected, i.e. if there's a reason why I don't have the powers to reopen. |
Can you open a new issue for the runtime activity issue (and this can be left as the ref subtract) |
MWE:
Output:
Sorry that the MWE isn't that minimal, involves the whole Turing
@model
stack. Let me know this needs further minimising and I can try.Came up when trying to minimise TuringLang/DynamicPPL.jl#643, not sure if the cause is related.
Running the latest
main
of Enzyme.jlThe text was updated successfully, but these errors were encountered: