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

Update cpu list regularly #101

Open
Bastian-Eisenmann opened this issue Dec 17, 2024 · 1 comment
Open

Update cpu list regularly #101

Bastian-Eisenmann opened this issue Dec 17, 2024 · 1 comment

Comments

@Bastian-Eisenmann
Copy link
Collaborator

The provided TDP files do only contain a small bunch of CPUs and there would be a need to update them regular manually.

Rather, there should be some functionality which could be used to update the values in an automated way.
A suitable approach could be to fetch the CPU-Specifications in a regular interval using a script directly from the public available pages of the product developers.

For that purpose may following GitHub project could be used: https://github.com/felixsteinke/cpu-spec-dataset

@Bastian-Eisenmann
Copy link
Collaborator Author

AMD-Dataset: https://www.amd.com/en/products/specifications/processors.html (Downloadable as .CSV)
Ampere: https://amperecomputing.com/briefs/ampere-altra-family-product-brief / https://amperecomputing.com/briefs/ampereone-family-product-brief (They have only 2 product series, TDP files needs to be extracted manually or per web-parser)

Intel (little bit more complex because they do not provide a whole dataset as download...):

Note: The mentioned scrape from felixsteinke seems currently not to work on intel cpus because they have refactored their page.

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

No branches or pull requests

1 participant