-
Notifications
You must be signed in to change notification settings - Fork 3
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 Rocket Lake #15
Comments
Thanks for adding this. While I no longer work for Intel, I'll be happy to maintain this project as long as people can contribute what is required to maintain it. In this case, I want to wait until there is a measurement or similarly reliable determination of the AVX512 port count. For example, https://github.com/jeffhammond/vpu-count/blob/master/empirical.c was published by Intel in the SDM specifically to address the issue. |
For sure! I have lots of machines to run code on and contribute data-points for and will be getting a Rocket Lake machine very soon as well |
I'm happy to see data confirming things but I'm not sure how much is unknown right now. RKL seems known but needs to be confirmed because I can no longer ask an architect directly. |
@Wunkolo do you have an RKL measurement? |
Trying to get it to run on my 11900k right now but it seems that I can't get an installation of the intel-compiler going on archlinux. |
Was able to get a make-shift build going. Here's some outputs as of 9926be9 I had to do a fix here to get it to compile: Lines 332 to 336 in 9926be9
- return (icelake);
+ return (tigerlake); The outputs:
The last few lines of
|
Sorry for the compilation error. Fixed in 7f37feb. |
This is what I needed. Thanks!
|
Just to track the topic and start the dialog, but RocketLake(Cypress Cove) is looking to be based on the same uarch as Icelake(Sunny Cove)!
So maybe this data can be added to the readme.
InstLatX64 states that it has a single 512b FPU port
https://twitter.com/InstLatX64/status/1371934789356421125
The text was updated successfully, but these errors were encountered: