forked from ROCm/rocprofiler-compute
-
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.
Add the ability to determine GPU model from Chip ID (ROCm#423)
* Add the ability to determine GPU model from Chip ID for distinguishing MI300 systems by using a built-in dictionary. Signed-off-by: xuchen-amd <xuchen@amd.com> * Add support for MI300X_A1 Signed-off-by: xuchen-amd <xuchen@amd.com> * Remove MI308X identification using num CUs, and format Python using black. Signed-off-by: xuchen-amd <xuchen@amd.com> * Add Read the Docs Signed-off-by: xuchen-amd <xuchen@amd.com> * Add sphinx requirement Signed-off-by: xuchen-amd <xuchen@amd.com> * Remove gpu_model identification using gpu_arch Signed-off-by: xuchen-amd <xuchen@amd.com> * Remove OMNIPERF_ARCH_OVERRIDE and its usage. Determining MI300 gpu model solely based on chip id. Signed-off-by: xuchen-amd <xuchen@amd.com> * Fix Python formatting using black. Signed-off-by: xuchen-amd <xuchen@amd.com> --------- Signed-off-by: xuchen-amd <xuchen@amd.com>
- Loading branch information
1 parent
2ba8a0c
commit 4bb0cb0
Showing
3 changed files
with
22 additions
and
27 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