-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So far, tasks with a global size that was smaller than the number of nodes would still be split into N chunks, one for each node, with some chunks having an empty range. This introduces uneccesary overhead in scheduling and execution of commands that are effectively no-ops. Additionally, since we currently do not support accessing empty buffer ranges (which is a separate issue), empty chunks with e.g. a one-to-one mapper would result in a crash.
- Loading branch information
Showing
3 changed files
with
96 additions
and
23 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