Releases: EnzymeAD/Enzyme
Releases · EnzymeAD/Enzyme
v0.0.32
What's Changed
- Update ActivityAnalysis.cpp by @ZuseZ4 in #658
- Add additional reverse mode vector tests by @tgymnich in #640
- Soft float by @tgymnich in #589
- mark unnecessary mallocs by @wsmoses in #662
- Begin fixing LLVM 14 tests by @wsmoses in #639
- some more IO handling by @ZuseZ4 in #664
- Rematerialize primal readonly by @wsmoses in #663
- Handle julia-style memset by @wsmoses in #665
- Extract some reusable functions from HandleAutoDiff by @tgymnich in #661
- Add log1p by @wsmoses in #667
- Fix forward fmuladd by @wsmoses in #668
- Fix ROCM by @wsmoses in #669
- closes #657 by @ZuseZ4 in #659
- Fix custom fwd reverse gradient utility by @wsmoses in #671
- Add no type error by @wsmoses in #672
- Add get type analyzer method to C API by @wsmoses in #673
- Add forward mode fadd and free debug by @wsmoses in #674
- Move TypeResults into GradientUtils by @tgymnich in #660
- Improve debug handler by @wsmoses in #675
- Primal activity analysis fix by @wsmoses in #678
Full Changelog: v0.0.31...v0.0.32
v0.0.31
What's Changed
- Cleanup preprocessed func by @tgymnich in #629
- Fix bitcode library by @wsmoses in #633
- Fix vector ConstantDataArray and phi diffe by @wsmoses in #634
- Implement enzyme_dupnoneedv by @tgymnich in #636
- Always inline runtime helper functions by @tgymnich in #626
- Simplify forward mode shadow by @wsmoses in #637
- Simplify vector extraction by @wsmoses in #644
- Fix macos bcbuild by @wsmoses in #646
- Fix custom forward mode erasure by @wsmoses in #645
- Fix reverse vector mode malloc by @tgymnich in #641
- Fix antialloca by @tgymnich in #651
- Fix forward erasure by @wsmoses in #653
Full Changelog: v0.0.30...v0.0.31