v0.5.27
·
45 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Mooncake v0.5.27
Merged pull requests:
- Fix tangent_type for Union{NoRData, RData{...}} (#1133) (@yebai)
- drop Julia 1.11 CI support and refresh 1.12 doctests (#1138) (@yebai)
- Pointer Handling for
zero_tangent(#1139) (@AstitvaAggarwal) - foreigncall zero derivatives for Forward over reverse (#1143) (@AstitvaAggarwal)
- Fix ci failures (#1144) (@AstitvaAggarwal)
- Updates for CUDA + cuDNN 6 (#1148) (@kshyatt)
- Add cached value_and_jacobian!! interface. (#1153) (@yebai)
- Disable Turing benchmarks until DI is removed from Turing.jl hard deps (#1155) (@yebai)
- cleanup for codecov (#1158) (@AstitvaAggarwal)
Closed issues:
- Add support for reverse mode AD of multi-threaded
map!operation (#791) - Safe usage of
zero_tangentforPtr{T}(#999) - missing tangent_type method (#1130)
- How to do inplace gradient in Lux.jl (#1137)
- Add
value_and_jacobian(#1145) - Unable to differentiate a simple function involving arbitrary precision numbers (#1146)
- CUDA failures on Julia 1.12 (#1154)
- Avoid
COV_EXCL_STARTandCOV_EXCL_STOPmarkup (#1157)