mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Enable OpenVino build on Arm64 platform (#5682)
This commit is contained in:
parent
c9f44276da
commit
b6eeadf420
1 changed files with 2 additions and 0 deletions
|
|
@ -597,6 +597,8 @@ if (onnxruntime_USE_OPENVINO)
|
|||
|
||||
if(WIN32)
|
||||
list(APPEND OPENVINO_LIB_DIR_LIST $ENV{INTEL_OPENVINO_DIR}/deployment_tools/inference_engine/lib/intel64/Release)
|
||||
elseif(CMAKE_LIBRARY_ARCHITECTURE STREQUAL "aarch64-linux-gnu")
|
||||
list(APPEND OPENVINO_LIB_DIR_LIST $ENV{INTEL_OPENVINO_DIR}/deployment_tools/inference_engine/lib/aarch64)
|
||||
else()
|
||||
list(APPEND OPENVINO_LIB_DIR_LIST $ENV{INTEL_OPENVINO_DIR}/deployment_tools/inference_engine/lib/intel64)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue