Marc Pabst

Results 22 issues of Marc Pabst

Hi, enzyme looks super cool, and now that it’s on its way into nightly, I’d like to play around with it a bit. I’m following the instructions in the README,...

This example, taken directly from the docs, either always returns 0 for the derivative (`debug`) or does not even compile (`release`): ```rust #![feature(autodiff)] #[autodiff(df, Reverse, Active, Active, Active)] fn f(x:...