-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Remove redundant "remove_all_unused" in IPC memory lowering (#1…
…6771) This commit removes the redundant invocation of `remove_all_unused` function in the GPU IPC memory allocation lowering pass. This is because the pass only mutates one call at a time, and thus will not introduce new unused bindings.
- Loading branch information
1 parent
1223989
commit 134f8fd
Showing
2 changed files
with
0 additions
and
4 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