Compilation OpenVINO EP does not work on macOS #19217
Labels
ep:OpenVINO
issues related to OpenVINO execution provider
platform:mobile
issues related to ONNX Runtime mobile; typically submitted using template
stale
issues that have not been addressed in a while; categorized by a bot
Extracted from #19191
I have the same thing when I use
cmake -Donnxruntime_USE_OPENVINO=ON -Donnxruntime_ENABLE_PYTHON=ON
on macOS:We can see that
onnxruntime_providers_shared
is not created for macOSonnxruntime/cmake/onnxruntime_providers_cpu.cmake
Lines 225 to 235 in f3402de
But used unconditionally in OpenVINO EP and (likely) other provides:
onnxruntime/cmake/onnxruntime_providers_openvino.cmake
Lines 48 to 50 in f3402de
Similarly,
onnxruntime_providers_shared
unconditionally used inonnxruntime_java.cmake
,onnxruntime_dnnl.cmake
and other places.The text was updated successfully, but these errors were encountered: