Skip to content

v0.11.11

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 22:14
· 170 commits to main since this release
9d6963c

Enzyme v0.11.11

Diff since v0.11.10

Merged pull requests:

Closed issues:

  • Bad TypeTree generation (#225)
  • Union leads to broken function (#235)
  • Enzyme + KA Stalls on Error instead of reporting it (#365)
  • Enzyme generates malloc + free for KernelGradients matmul example (#577)
  • augmented forward for jl_f__apply_iterate (#599)
  • Enzyme compilation failed for cmpxchg (#655)
  • [Forward-mode] Implement multi-typed store (#857)
  • Enzyme cannot deduce type (#874)
  • sum of array errors with recent Enzyme (#885)
  • get for Dict errors with certain key types (#892)
  • get error on earlier Julia versions when assertions are enabled (#993)
  • Enzyme compilation failure (#1027)
  • Enzyme execution failed in zygote tests (#1036)
  • LLVM failed verification in custom batch rule (#1075)
  • Garbage collection error (#1103)
  • Decayattr error (#1108)
  • get wrong gradient on Julia 1.9 (#1118)
  • sum wrong gradient on Julia 1.10-nightly (#1119)
  • Not yet implemented augmented forward for jl_f__apply_iterate when differentiating an ODE in reverse mode (#1123)
  • GPU kernel error (#1129)
  • KernelAbstractions and NTuple index (#1140)
  • Tuple-modifying differentiates when imported from existing package, but not when written locally. (#1145)
  • Enzyme.jl Error MethodError: no method matching ptreltype(::Type{Ptr}) (#1152)
  • Suspected Garbage Collected Value Issue When Differentiating with Enzyme.jl (#1154)
  • Crash on basic LoopVectorization operation (#1161)