access violation when appending OpenVINO execution provider #23478
Labels
ep:DML
issues related to the DirectML execution provider
ep:OpenVINO
issues related to OpenVINO execution provider
Describe the issue
onnxruntime crashes in openvino_npu_plugin.dll when addingthe OpenVINO execution provider for CPU:
Callstack:
To reproduce
Immediately crashed when adding the execution provider (see above).
onnxruntime build command:
build.bat --build --update --parallel --compile_no_warning_as_error --config RelWithDebInfo --use_openvino CPU --use_dml --build_shared_lib --skip_tests --cmake_extra_defines CMAKE_INSTALL_PREFIX=c:\dev\ort_1.20.1-install
As a workaround, I tried to remove the
openvino_intel_npu_plugin.dll
.appending the execution provider is working, but creating the session later fails with this exception:
Also onnxruntime_perf_test.exe failes for OpenVINO - just without any error message.
fine for CPU:
fine for DML:
no output for openvino:
There is a similar issue openvinotoolkit/openvino#26567, but this should have been fixed with OpenVINO 2024.5
Urgency
No response
Platform
Windows
OS Version
Windows 10, 22H2
ONNX Runtime Installation
Built from Source
ONNX Runtime Version or Commit ID
1.20.1
ONNX Runtime API
C++
Architecture
X64
Execution Provider
OpenVINO
Execution Provider Library Version
openvino 2024.5
The text was updated successfully, but these errors were encountered: