-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
computation pipelining implementation
Summary: SWP_FIRST_DOT: move first dot in numStages - 2 instead of numStages - 1 --> for this to work, we need to support predicate on barrier_wait PEEL_EPILOGUE LOAD_DIFFERENT_STAGE: put two loads in two different stages For both createAsyncCopy and createTMAAsyncCopy, update TMAUserToWait so there will be an extra dependency from the view of the load to the barrier_wait op: TMAUserToWait[viewLoad] = waitOp; // viewLoad will depend on barrierWait In scheduleDependencies, waitOp will be added to the same stage/cluster as viewLoad. Test Plan: Reviewers: Subscribers: Tasks: Tags:
- Loading branch information
1 parent
309484c
commit bc397cf
Showing
5 changed files
with
96 additions
and
22 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
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
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