-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Differentials more Numbery #37
Comments
Looking at (I wish there are BLAS-like kernels with diagonal |
maybe. |
related discussion in FluxML/Zygote.jl#603 |
My latest thoughts in particular is the operations it makes sense to define on differentials are linear operators. Conceptually, a differential being a vector spacish type. |
See #35 (comment)
and JuliaDiff/ChainRules.jl#55 (comment)
Things to consider:
Number
iszero
-
/
convert
/promote
usingextern
I don't know that we should do all of them but with considering.
I don't particular like the idea of things implictly calling
extern
But maybe it is ok.
The text was updated successfully, but these errors were encountered: