add support for AMD Strix Halo (Ryzen AI Max+ 395)#4029
Merged
rocallahan merged 1 commit intorr-debugger:masterfrom Nov 9, 2025
Merged
add support for AMD Strix Halo (Ryzen AI Max+ 395)#4029rocallahan merged 1 commit intorr-debugger:masterfrom
rocallahan merged 1 commit intorr-debugger:masterfrom
Conversation
Contributor
Author
|
This resolves #3981 |
Collaborator
|
Thanks! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have a Ryzen AI Max+ 395 CPU (Zen 5), rr currently does not detect it
FATAL ./src/PerfCounters_x86.h:153:compute_cpu_microarch()] AMD CPU type 0x70f00 (ext family 0xb) unknownThis patch adds support to recognize this CPU.
rr seems to work, but I ran the tests and not all passed:
Some of the test failures seem unrelated to performance counters. Are test failures expected? Do some tests require elevated permissions to pass?