You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CPU freq should be 4.0 GHz here.(4GHz was set in BIOS, and idle=poll was set in grub kernel command line) , but that is not a problem, it would be 4.0GHz if run longer heavy workload.
OS: ubuntu 22.04.1 with kernel 5.19.
BIOS: e- cores were disabled, HTT disabled,
I think if this works(need add ENERGY/rpal support), then we can quick add support for ADL in some kind(disable e-core).
RAPL is enabled in my system(ubuntu 22.04 kernel 5.19), I have checked it works with "sudo s-tui" and rapl-tool(https://github.com/kentcz/rapl-tools), so I think there is some part of likwid source code (not?) need to modify to make it works, but I dont know the point so far.
The text was updated successfully, but these errors were encountered:
Hit the Fork button on the top right of the LIKWID repo
Clone the forked repo (SSH recommended): git clone [email protected]:edisonchan/likwid.git
Apply your changes to that directory
(Use git config --local user.name "<your name>" and git config --local user.email "<your email>" in the folder to set your identity)
Push changes to the forked repo: git push
Go to the Github page of the forked repo. It will present a banner which advertises the PR. Hit "Compare" and select (if not already done) the master branches of both repositories. In the text part, you can add some comments in Markdown.
Why do you need support for this specific architecture?
RaptorLake is coming soon..
**Which architecture model, family and further information? CPU or accelerator? **
Intel Raptor Lake CPU, 0xB7
Is the documentation of the hardware counters publicly available?
NOT YET.
Are there already any usable tools (commercial or open-source)?
NOT YET.
RPL is a hybrid CPU just like ADL that have P-Core and E-core.
I have try to simple add some raptorlake strings to make likwid work with the RPL P-core only(e-cores are disabled in BIOS).
here is the pakage that I have modified, I have not checked each counters , but it works so far with most group but ENERGY.
I dont know how to create the PR, so I pack the whole likwid folder and shared it on google drive.
https://drive.google.com/file/d/1__FSDUEv1veSVCxHdVlHjjzCnrHhMzPt/view?usp=sharing
The CPU freq should be 4.0 GHz here.(4GHz was set in BIOS, and idle=poll was set in grub kernel command line) , but that is not a problem, it would be 4.0GHz if run longer heavy workload.
OS: ubuntu 22.04.1 with kernel 5.19.
BIOS: e- cores were disabled, HTT disabled,
I think if this works(need add ENERGY/rpal support), then we can quick add support for ADL in some kind(disable e-core).
RAPL is enabled in my system(ubuntu 22.04 kernel 5.19), I have checked it works with "sudo s-tui" and rapl-tool(https://github.com/kentcz/rapl-tools), so I think there is some part of likwid source code (not?) need to modify to make it works, but I dont know the point so far.
The text was updated successfully, but these errors were encountered: