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

[AUTO] refine the logic of checking if target device is virtual device #28307

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yangwang201911
Copy link
Contributor

@yangwang201911 yangwang201911 commented Jan 8, 2025

Details:

  • refine the logic to check if the target device is virtual device.

Tickets:

@yangwang201911 yangwang201911 requested review from a team as code owners January 8, 2025 08:57
@github-actions github-actions bot added category: inference OpenVINO Runtime library - Inference category: AUTO OpenVINO AUTO device selection plugin labels Jan 8, 2025
OPENVINO_THROW("KEY_MULTI_DEVICE_PRIORITIES key is not set for ", get_device_name());
if (priorities.find("AUTO") != std::string::npos || priorities.find("MULTI") != std::string::npos) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Will mis-detect when NPU device ID is "AUTO_DTECT", like NPU.AUTO_DETECT

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

Successfully merging this pull request may close these issues.

3 participants