-
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] Improve instruction scheduling hints for more targets (#5059)
This PR implements in-source machine description database; thus, it adapts our custom instruction scheduling for several AMD architectures (i.e., MI200 and MI300). If necessary, it can be further extended for Navi2 and Navi3 cards. Also this PR disables `load/store` optimization in the AMDGPU compiler backend when custom instruction scheduling is applied (i.e., when `buffer_loads` and `ck_v3` software pipelining are used). This prevents overestimating `ds_read`/`ds_write` instruction counts at the MLIR level. Additionally, the `default` instruction scheduling variant was renamed to `none`.
- Loading branch information
1 parent
e66850b
commit 9378d8f
Showing
5 changed files
with
172 additions
and
52 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