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]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user