-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
scatter cleanup and fix min/max #319
Conversation
I am quite curious about the semantic difference between |
no difference, just a recent renaming in ChainRulesCore.jl |
Maybe we could come out with a new name for |
For scatter(op,
src::AbstractArray{Tsrc,Nsrc},
idx::AbstractArray{Tidx,Nidx};
init = scatter_empty(op, Tsrc)) I think it can avoid branching on |
The dimension checking is slightly different for |
I am good with this PR. |
buildkite fail is unrelated, merging |
Fix #317. The main problem was in the use of FiniteDifferences' central difference method on singularities of non-smooth functions.