Skip to content

[CPU] support E3950 on Linux #30803

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wangleis
Copy link
Contributor

Details:

  • support E3950 on Linux

Tickets:

@wangleis wangleis requested a review from a team as a code owner May 30, 2025 15:27
@github-actions github-actions bot added the category: inference OpenVINO Runtime library - Inference label May 30, 2025
@wangleis wangleis changed the title support E3950 on Linux [CPU] support E3950 on Linux May 30, 2025
@@ -547,7 +547,8 @@ void parse_cache_info_linux(const std::vector<std::vector<std::string>> system_i
sub_str = system_info_table[n][info_index].substr(endpos + 1);
core_2 = std::stoi(sub_str);

if ((info_index == 1) && (core_2 - core_1 == 1)) {
if ((info_index == 1) && (core_2 - core_1 == 1) &&
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it possible to add some unit test which catch this core-dump issue on E3950?
OR updated test LinuxCpuMapCacheParserTests will cover it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

New test case for E3950 had been added in LinuxCpuMapCacheParserTests

@praasz praasz added this to the 2025.3 milestone Jun 2, 2025
@maxnick maxnick added this pull request to the merge queue Jun 4, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: inference OpenVINO Runtime library - Inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants