ChainRules.jl
ChainRules.jl copied to clipboard
Add Tridiagonal construction rule
Fixes https://github.com/SciML/DiffEqFlux.jl/issues/744
@avik-pal
If tests pass (I know one of our CIs is broken for unzip) merge and tag (minor)!when happy.
Is there a minimal example of what problem this solves?
There is some chance that it would be fixed by https://github.com/JuliaDiff/ChainRulesCore.jl/pull/446 , which is really part of the original idea of ProjectTo.
Not fixed just hit it here https://github.com/SciML/DiffEqFlux.jl/actions/runs/9115130596/job/25060691159?pr=922
Once https://github.com/JuliaDiff/FiniteDifferences.jl/pull/237 is merged this will pass tests.
What is the current status for this?
Merged. It was just blocked waiting for me to come back and see it passed