-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AMD][CanonicalizePtr] Add a series of fixes for the new pipeliner (#…
…4743) This PR is fixing some issues with the `CanonicalizePointer` pass and the new pipeliner: - Don't traverse twice the same nodes - Don't assume the operation to delete are in the correct order, but force dropping the reference of the ops before we delete them - Add support for select operation (+test), which is used when dealing with multiple buffer (this part has been coauthored with @sjw36)
- Loading branch information
Showing
2 changed files
with
128 additions
and
16 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