-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PROTOTYPE] Generalized two pass algorithm and copy_if (#1700)
This PR changes the two pass algorithm to be more generalized for use with other scan-like algorithms like copy_if. This PR adds copy_if as an example --------- Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com> Signed-off-by: Matthew Michel <matthew.michel@intel.com> Co-authored-by: Adam Fidel <110841220+adamfidel@users.noreply.github.com> Co-authored-by: Matthew Michel <106704043+mmichel11@users.noreply.github.com>
- Loading branch information
1 parent
43816be
commit 53c605c
Showing
4 changed files
with
321 additions
and
221 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
Oops, something went wrong.