Dodd Gray
Dodd Gray
I see noisy/verbose errors from the Julia compiler when evaluating functions created with `build_function(...;expresssion=Val{true})` (followed by `eval(...)`). Essentially if my `build_function` output expressions are too "big" in some way, I...
At least for me, ChainRules failed to build on Julia v1.7.1 after pulling the latest changes from #597 last night. The error messages (sorry I didn't copy) mentioned that the...
Following up on some Slack (#autodiff) discussion with @mzgubic, I want to float the idea of adding a CRC rule "gallery" to the ChainRules docs, inspired by analogous things in...
IterativeSolvers.jl's LOBPCG methods for partial eigen-decomposition provide a keyword argument interface for constraint operators/matrices. The documentation for this argument currently says > `C`: constraint to deflate the residual and solution...