-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
The split_every
parameter controls how many blocks are combined at every combine stage.
If we know where the group labels are (so number of groups in a block, and number of elements in a group in each block), we can estimate memory use of the intermediates for a given reduction, and optimize split_every
to reduce the graph size.
@mrocklin do you think this would be a decent win?
@tomwhite Is there a version of this in cubed?