ptiede / Comrade.jl

MIT License
47 stars 7 forks source link

Mring pullback fails for tuples in certain circumstances #266

Closed ptiede closed 1 year ago

ptiede commented 1 year ago

I need to fix Comrade._mring_vis to work with Tuples. Currently, this can fail to accumulate properly. This means I probably need to make the pullback actually non-allocating.

ptiede commented 1 year ago

Made obsolete in #289