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
When importing a function (with autodiff macro) from a module, the derivatives are missing. I created a minimal example here.
# identical function as below, but defined in lib.rs
[src/main.rs:34:5] enzyme_y1_lib = (
4.497780053946161,
0.0, # <---
)
# identical function as above, but defined in main.rs
[src/main.rs:35:5] enzyme_y1f = (
4.497780053946161,
4.05342789389862,
)