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>

[ROCm/rocprofiler-compute commit: c056a39db4]
이 커밋은 다음에 포함됨:
cfallows-amd
2025-04-11 17:45:53 -04:00
커밋한 사람 GitHub
부모 ffa47d197e
커밋 10d304f365
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
+2
파일 보기
@@ -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
파일 보기
@@ -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