Lux.jl icon indicating copy to clipboard operation
Lux.jl copied to clipboard

Enzyme wrappers for AD utilities in Lux

Open avik-pal opened this issue 7 months ago • 0 comments

Functions

  • [ ] batched_jacobian
    • [ ] Enzyme.Forward
    • [ ] Enzyme.Reverse
  • [ ] vector_jacobian_product
  • [ ] jacobian_vector_product

Nested Autodiff

Enzyme needs us to use autodiff_thunk for the internal call, so we can easily replace the call inside custom rrules.

  • [ ] EnzymeRules
  • [ ] CRC.rrule

avik-pal avatar Jun 27 '24 23:06 avik-pal