You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
I built intel_nn_hal with openVINO 2018.R5 on Celadon P WW52 and failed with error as follows:
ninja: error: 'external/nn-hal/intel_nn_hal/dl/inference-engine/src/inference_engine/ie_layers.cpp', needed by 'out/target/product/rtc1010al/obj/SHARED_LIBRARIES/libinference_engine_intermediates/inference-engine/src/inference_engine/ie_layers.o', missing and no known rule to make it
16:20:04 ninja failed with: exit status 1
The `inference-engine/src/inference_engine/ie_layers.cpp' only presents at openVINO 2018.R3. Will this HAL supports the last version of openVINO?
And where can I find the guidance to build this with Celadon?
Thanks.
The text was updated successfully, but these errors were encountered:
currently we are in process to streamline proper integration but for time being you can use ie_layers.cpp from R3 to R5 but you might need other changes to if trying for MKL-DNN plugin and would suggest to wait for some time to everything in place
Hi, c2d63eb The file ie_blob.cpp is not present in the latest version OpenVINO 2018_R5. Which OpenVINO version do you work with?
I cannot find the newer version in github opencv/dldt.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I built intel_nn_hal with openVINO 2018.R5 on Celadon P WW52 and failed with error as follows:
The `inference-engine/src/inference_engine/ie_layers.cpp' only presents at openVINO 2018.R3. Will this HAL supports the last version of openVINO?
And where can I find the guidance to build this with Celadon?
Thanks.
The text was updated successfully, but these errors were encountered: