forked from triton-lang/triton
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AMD specific scheduling pass for TTGIR instructions (#483)
* Add scheduling pass * Add LDSWr, LDSRd sinking to scheduler * Add improvements to AMDReorderInstructions.cpp * Remove unwanted change in fa tutorial * Small fixes in fa tutorials * Address review comments and add some minor fixes * Enable use of scheduling pass along with amd pipelining * Don't use reordering together with pipelining --------- Co-authored-by: Ognjen <oplavsic@luxoft.com> Co-authored-by: Ognjen Plavsic <ognjen.plavsic@luxoft.com>
- Loading branch information
1 parent
45d8732
commit a09c6b3
Showing
9 changed files
with
474 additions
and
7 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.