EnzymeAD / rust

A rust fork to work towards Enzyme integration
https://www.rust-lang.org
Other
67 stars 9 forks source link

Fix Reverse Mode Documention #167

Open ZuseZ4 opened 1 month ago

ZuseZ4 commented 1 month ago

The documentation written here was added before we had CI running, and as it turns out our reverse mode examples don't work: https://enzyme.mit.edu/index.fcgi/rust/usage/rev.html

Tests should be added here, and the docs example should be added to something that works. Changing from f32 to f64 might already be sufficient. https://github.com/EnzymeAD/rustbook/tree/main/samples/tests