forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Stream] fix ordering issue in EmplaceAllocations (iree-org#18321)
Fix a dominance issue when the updates are from last to first results for a dispatch with multiple results. This is done by adding two phases to the pass. First phase collects the update ops that can be potentially placed in dispatch results. Then we sort and apply them in block order. Fixes : iree-org#18308
- Loading branch information
1 parent
e7a1898
commit 292f2d4
Showing
2 changed files
with
88 additions
and
54 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