rrules
do not support chunked mode
#566
Labels
design
Requires some desgin before changes are made
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
This is a general issue, but for a specific incarnation, https://github.com/JuliaDiff/ChainRules.jl/blob/8073c7c4638bdd46f4e822d2ab72423c051c5e4b/src/rulesets/Base/array.jl#L40
This rule implicitly assumes that
ȳ
is aVector
, but if you are taking a jacobian, it will be aMatrix
in which case, it should beSimilar problems also exist for the
getindex
rrules, and I'm sure there are a bunch of other similar cases.Is there a good general solution to this?
The text was updated successfully, but these errors were encountered: