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 Zen4 #507

Merged
merged 18 commits into from Mar 20, 2023
Merged

Add support for AMD Zen4 #507

merged 18 commits into from Mar 20, 2023

Conversation

TomTheBear
Copy link
Member

@TomTheBear TomTheBear commented Dec 22, 2022

Currently supported models:

  • Ryzen: Family 0x19, Model 0x61
  • Epyc: Family 0x19, Model 0x11

Supported perfmon units:

  • Fixed counters (instructions, mperf, aperf)
  • General purpose counters (PMC)
  • L3 cache segments (CPMC)
  • RAPL energy measurements (per core and per L3 segment)
  • DataFabric counters (DFC)

Supported perfmon backends:

  • direct
  • accessdaemon
  • perf_event

Missing:

  • Prefetch control
  • Documentation

@TomTheBear TomTheBear linked an issue Dec 22, 2022 that may be closed by this pull request
@TomTheBear TomTheBear merged commit a3bd1d1 into master Mar 20, 2023
@TomTheBear TomTheBear deleted the amd_zen4 branch March 20, 2023 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for AMD Ryzen and EPyC Zen 4 Architecture
1 participant