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

Fix CPU database compare #551

Merged
merged 1 commit into from
May 16, 2024
Merged

Fix CPU database compare #551

merged 1 commit into from
May 16, 2024

Conversation

benoit-cty
Copy link
Contributor

In some case the fuzzy matching did not work on Intel CPU, this PR is fixing that, at least for "Intel(R) Xeon(R) Gold 6330N CPU @ 2.20Ghz" that was not matching "Intel Xeon Gold 6330N".

Will close #547

Copy link
Contributor

@inimaz inimaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch @benoit-cty ! Looks good to me.

Checking the test you changed, it is weird that it worked with Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz (line 185) but did not work with Intel(R) Xeon(R) Gold 6330N CPU @ 2.20Ghz case. They look very similar.

@benoit-cty benoit-cty merged commit 39e7a91 into master May 16, 2024
8 checks passed
@benoit-cty benoit-cty deleted the fix/#547 branch May 16, 2024 08:29
@benoit-cty
Copy link
Contributor Author

Nice catch @benoit-cty ! Looks good to me.

Checking the test you changed, it is weird that it worked with Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz (line 185) but did not work with Intel(R) Xeon(R) Gold 6330N CPU @ 2.20Ghz case. They look very similar.

Yes, I don't understand why it was failling.

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 Intel(R) Xeon(R) Gold 6330N CPU @ 2.20GHz
2 participants