Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

corei7 8750H support? #47

Closed
twatasf7 opened this issue Dec 4, 2018 · 5 comments
Closed

corei7 8750H support? #47

twatasf7 opened this issue Dec 4, 2018 · 5 comments

Comments

@twatasf7
Copy link

twatasf7 commented Dec 4, 2018

I would like to use OpenVINO at corei7 8750H.
I added Device ID (0x3E9B) to gpu_devices.inc
cldnn's TESTS passed
However, even if you replace cldnn64.dll of OpenVINO, the program can not be executed

(Reference URL)
https://ark.intel.com/ja/products/134906/Intel-Core-i7-8750H-Processor-9M-Cache-up-to-4-10-GHz-

@ngeorgis
Copy link

ngeorgis commented Dec 5, 2018

Need to add 3E9B ( ref: https://software.intel.com/en-us/forums/computer-vision/topic/800809#comment-1930605 )

What errors are you getting? What compiler version?

@twatasf7
Copy link
Author

twatasf7 commented Dec 5, 2018

compiler version VS2015

However, even if you replace cldnn64.dll of OpenVINO, the program can not be executed

Running with Debug. An error occurs with the following code(GPU only. CPU can be executed normally.)
InferenceEngine::ExecutableNetwork exeNetwork = plugin.LoadNetwork(cnnNetwork, networkConfig);

A dialog is displayed
program: C:\Program file(x86)\Microsoft Visual Studio 14.0\VC\include\xstring
Line:1181
Expression: invalid null pointer

the version of cldnn is different?
build clDNN version Drop11
OpenVinoR4 cldnn version :Drop9.1?

@tponieck
Copy link
Contributor

tponieck commented Jan 4, 2019

if you want to replace cldnn.dll you have to build version that matches version number in dldt/inference-engine/thirdparty/clDNN/version.json
if you want to use newer cldnn you have to download OpenVino sources from:
https://github.com/opencv/dldt/tree/2018/inference-engine
replace cldnn with your code, and rebuild to get ABI compatibility.

@twatasf7
Copy link
Author

twatasf7 commented Jan 5, 2019

Replacing cldnn64.dll, it worked properly with Corei i7 8750H.

@dayannex
Copy link

dayannex commented May 4, 2019

in fact I've been testing with:

-Intel® Distribution of OpenVINO™ toolkit for Windows* 10
-Microsoft* Windows* 10 with Visual Studio 2017 and Intel® C++ Compiler 2018 Update 3
-CMake* 3.9 or higher
-OpenBLAS* and mingw64* runtime dependencies.
-Intel® C++ Compiler 18.0 to build the Inference Engine on Windows.
-Python 3.4 or higher for Inference Engine Python API wrapper
-Visual Studio 2017 enterprise
-Sources Code 2019 R1 content (https://github.com/opencv/dldt/tree/2019/inference-engine)
-i7-8750 Windows 10 home

I've run the examples demo_squeezenet_download_convert_run.bat and demo_security_barrier_camera.bat successfully
and generated the solucion InferenceEngine.sln, but in its compilation shows null reference exception, no project is built

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants