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
Checkpointing.jl is broken using Revolve with any Enzyme version > 0.13.13 . I did a git bisect which points to this commit 04dcea7 . The error message is:
I do not understand why it can't pick up the reverse rule. If I comment out dead code inside the rule, it is suddenly picked up, and Checkpointing works fine. I tried to create an MWE independent of Checkpointing.jl, but I have been unable to.
The text was updated successfully, but these errors were encountered:
I tried to create an MWE, but it just wouldn't make sense. It's a combination of using HDF5.jl in the rule and code doing something where I just can't figure out the pattern. For now, I have refactored that code in Checkpointing.jl and removed HDF5 from the rule. If I have time, I'll look into creating an MWE using only HDF5.jl.
Checkpointing.jl
is broken usingRevolve
with any Enzyme version> 0.13.13
. I did agit bisect
which points to this commit 04dcea7 . The error message is:I do not understand why it can't pick up the reverse rule. If I comment out dead code inside the rule, it is suddenly picked up, and Checkpointing works fine. I tried to create an MWE independent of
Checkpointing.jl
, but I have been unable to.The text was updated successfully, but these errors were encountered: