Add roofline support for rhel10 (#667)

-add check for rhel10 (platform:el10), force use rhel roof binary
-update changelog in 'unreleased- added' section

Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
This commit is contained in:
cfallows-amd
2025-04-11 17:45:53 -04:00
committed by GitHub
parent 03732d3719
commit c056a39db4
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -41,6 +41,8 @@ Full documentation for ROCm Compute Profiler is available at [https://rocm.docs.
* L2 to EA stalls
* L2 to EA stalls per channel
* Roofline support for RHEL 10
### Changed
* Change normal_unit default to per_kernel
+1
View File
@@ -902,6 +902,7 @@ def detect_roofline(mspec):
elif (
rhel_distro == "platform:el8"
or rhel_distro == "platform:el9"
or rhel_distro == "platform:el10"
or rhel_distro == "platform:al8"
):
# Must be a valid RHEL machine