Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AMD family 25 (19h) processors in the RAPL component. #275

Merged

Conversation

Treece-Burgess
Copy link
Contributor

@Treece-Burgess Treece-Burgess commented Nov 6, 2024

Pull Request Description

This PR will add support for AMD Family 25 (19h) in the RAPL component. As a result of this, Issue #141 will be resolved. See commit message or below for Zen 3/Zen 4 model's tested.

Zen 3 Microarchitecture

Zen 3: OACISS - Gilgamesh

System Name Family/Model/Stepping papi_native_avail papi_component_avail papi_command_line RAPL tests
Gilgamesh 25/1/1

Zen 3: Oak Ridge - Frontier (Login Node)

System Name Family/Model/Stepping papi_native_avail papi_component_avail papi_command_line RAPL tests
Frontier (Login Node) 25/1/1

Zen 3: Oak Ridge - Frontier (Compute Node)

System Name Family/Model/Stepping papi_native_avail papi_component_avail papi_command_line RAPL tests
Frontier (Compute Node) 25/48/1

Zen 3: ICL - Dopamine

System Name Family/Model/Stepping papi_native_avail papi_component_avail papi_command_line RAPL tests
Dopamine 25/1/1

Zen 4 Microarchitecture

Zen 4: OACISS - Gary

System Name Family/Model/Stepping papi_native_avail papi_component_avail papi_command_line RAPL tests
Gary 25/17/1

Zen 4: OACISS - Odyssey

System Name Family/Model/Stepping papi_native_avail papi_component_avail papi_command_line RAPL tests
Odyssey 25/144/1

Zen 4: OACISS - Roberta

System Name Family/Model/Stepping papi_native_avail papi_component_avail papi_command_line RAPL tests
Roberta 25/17/1

Zen 4: ICL - Serotonin

System Name Family/Model/Stepping papi_native_avail papi_component_avail papi_command_line RAPL tests
Serotonin 25/97/2

Author Checklist

  • Description
    Why this PR exists. Reference all relevant information, including background, issues, test failures, etc
  • Commits
    Commits are self contained and only do one thing
    Commits have a header of the form: module: short description
    Commits have a body (whenever relevant) containing a detailed description of the addressed problem and its solution
  • Tests
    The PR needs to pass all the tests

@Treece-Burgess Treece-Burgess linked an issue Nov 6, 2024 that may be closed by this pull request
@Treece-Burgess Treece-Burgess self-assigned this Nov 6, 2024
@Treece-Burgess Treece-Burgess added the type-feature Issues that request a new feature or PRs that add a new feature label Nov 6, 2024
@Treece-Burgess Treece-Burgess force-pushed the 10.24.24-rapl-amd-families branch from f93bc66 to 05c4aa1 Compare November 6, 2024 17:44
Tested on Family/Model/Stepping:
- 25/1/1
- 25/48/1
- 25/17/1
- 25/144/1
- 25/97/2
@Treece-Burgess Treece-Burgess force-pushed the 10.24.24-rapl-amd-families branch from 05c4aa1 to 28dd250 Compare December 10, 2024 14:44
@Treece-Burgess Treece-Burgess merged commit 7124ad4 into icl-utk-edu:master Dec 13, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature Issues that request a new feature or PRs that add a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixing RAPL for AMD Milan CPU
2 participants