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

[intel-npu] Quickfix for core.get_available_devices exception on hosts with no NPU compiler #28484

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

csoka
Copy link
Contributor

@csoka csoka commented Jan 16, 2025

Details:

  • Quickfix for core.get_available_devices exception on hosts with no NPU compiler
  • get_available_devices calls get_property(supported_properties), which throws exception if there is no compiler. catching that exception.

Tickets:

@csoka csoka requested review from a team as code owners January 16, 2025 11:35
@github-actions github-actions bot added the category: NPU OpenVINO NPU plugin label Jan 16, 2025
Copy link
Contributor

@dmatveev dmatveev left a comment

Choose a reason for hiding this comment

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

It fixed the issue for me locally. Thanks!

@PatrikStepan PatrikStepan added this to the 2025.0 milestone Jan 16, 2025
@ilya-lavrenov ilya-lavrenov added this pull request to the merge queue Jan 16, 2025
Merged via the queue into openvinotoolkit:master with commit 518b23f Jan 16, 2025
157 checks passed
github-merge-queue bot pushed a commit that referenced this pull request Jan 17, 2025
…s with no NPU compiler (#28498)

### Details:
- Quickfix for core.get_available_devices exception on hosts with no NPU
compiler
- get_available_devices calls get_property(supported_properties), which
throws exception if there is no compiler. catching that exception.

Release port of #28484 

### Tickets:
 - *[ticket-id](https://jira.devtools.intel.com/browse/CVS-160690)*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: NPU OpenVINO NPU plugin Code Freeze
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants