-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Bug]: openvino 2024.5 NPU plugin fails to load convolution #27965
Comments
@koush thanks for reaching out, tested the linked model and the benchmark_app executes normally on NPU (see below). Issue does not reproduce on NPU for Linux, can you please try using the latest NPU driver and see if the issue is fixed on your end? Find NPU driver for Linux and Windows. If the issue persists, kindly share more details about your environment (CPU SKU, OS, Python version, etc.)
Environment: |
Yes, I can confirm that benchmark_app works. The issue occurs when using python openVINO bindings. |
I figured out what was wrong. The following mode fails with a crash: mode=AUTO:NPU,GPU,CPU but this works: mode=NPU |
@koush I am still unable to reproduce the issue, using AUTO plugin with device priority NPU,GPU,CPU works fine. I tried different combinations of device priority and still not able to see the issue. Can you provide a sample reproducer and more details about your environment (CPU SKU, Operating System, Python version, OpenVINO version, NPU driver version, GPU driver version, etc.). Do you know at what stage the crash occurs? i.e. model loading, or inference. |
It fails during model loading. CPU is core ultra 125h I'll try to get an isolated repro. |
@koush do you have an update for us? Also can you share the operating system that you used in your configuration? Just curious as this detail was not listed in your original description of the issue. |
Not yet, I will try to get to it soon. The operating system is an ubuntu docker container inside Ubuntu 24.04. |
OpenVINO Version
2024.5
Operating System
Other (Please specify in description)
Device used for inference
NPU
Framework
None
Model used
https://github.com/koush/openvino-models/tree/main/scrypted_yolov6n_320/FP32
Issue description
Following error/crash is seen when using the NPU device to load the model:
AUTO works presumably because the error is ignored and GPU is used instead.
The values
-9223372036854775808 != 1
seem to indicate some sort of bitmask/endian issue.This error did not occur in 2024.4 or any of the 2024.5-nightly releases.
Step-by-step reproduction
No response
Relevant log output
No response
Issue submission checklist
The text was updated successfully, but these errors were encountered: