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

support offline CPU in Linux #27870

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

Conversation

wangleis
Copy link
Contributor

@wangleis wangleis commented Dec 3, 2024

Details:

  • support offline CPU in Linux
  • Ignore SOC Ecore of MTL
  • enable Ecore of LNL

Tickets:

@wangleis wangleis requested a review from a team as a code owner December 3, 2024 06:49
@github-actions github-actions bot added the category: inference OpenVINO Runtime library - Inference label Dec 3, 2024
@wangleis wangleis requested review from a team as code owners December 9, 2024 14:49
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Dec 9, 2024
@@ -201,7 +230,7 @@ CPU::CPU() {

get_node_info_linux();

if (!get_cache_info_linux()) {
if (!get_info_linux(1)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think if we can change int value to enum which the meaning is more clearer.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin category: inference OpenVINO Runtime library - Inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants