-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Faster mapreduce for Broadcasted (#31020)
* Better mapreduce for Broadcasted * Use Axes in IndexStyle for Broadcasted * Apply suggestions from code review Co-Authored-By: tkf <29282+tkf@users.noreply.github.com> * Update base/broadcast.jl Co-Authored-By: tkf <29282+tkf@users.noreply.github.com> * Fix IndexStyle for IndexLinear case * Fix LinearIndices for Broadcasted * Test that pairwise mapreduce is used * Test count(::Broadcasted) * Support Broadcasted in mapreducedim! Co-authored-by: Matt Bauman <mbauman@gmail.com>
- Loading branch information
Showing
4 changed files
with
116 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters