Open CarloLucibello opened 3 years ago
Using git bisect
I can see that it was removed from system in commit: https://github.com/JuliaDiff/ChainRules.jl/commit/02e7857e34b5c01067a288262f69cfcb9fce069b
See https://github.com/JuliaDiff/ChainRulesCore.jl/issues/68, we currently lack a proper way for rrules to call back into the AD system, so ChainRules can't really deal with higher-order functions yet.
No longer blocked as of https://github.com/JuliaDiff/ChainRulesCore.jl/pull/363
There used to be a rrule for map, introduced here https://github.com/JuliaDiff/ChainRules.jl/pull/56, but I can't find it anymore.
Related to https://github.com/FluxML/Zygote.jl/pull/842