-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce Status objects in parallel functions (#1761)
Currently, we return a vector<Status> in the parallel_for/parallel_for_2d routines. The return vector contains a status for each invocation of the function. This can be 100,000+ objects. This patch modifies the routines to only return the first failed status. Co-authored-by: Joe Maley <[email protected]>
- Loading branch information
joe maley
and
Joe Maley
authored
Aug 10, 2020
1 parent
2b47384
commit 4878ae6
Showing
1 changed file
with
46 additions
and
13 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