JuliaDiff / ChainRules.jl

forward and reverse mode automatic differentiation primitives for Julia Base + StdLibs
Other
424 stars 85 forks source link

`rrule` for `map` for tuples is outdated with respect to JuliaLang/julia#42216 #798

Open nsajko opened 1 month ago

nsajko commented 1 month ago

https://github.com/JuliaDiff/ChainRules.jl/blob/9dd39bdbb66819ad26d19ebbe62b76c1ede56f66/src/rulesets/Base/base.jl#L243-L273

The referenced Julia issue is resolved: JuliaLang/julia#42216

oxinabox commented 3 weeks ago

Should be an easy PR to fix.

  1. Add a test that hits it
  2. delete the warning