Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

OpenVINO crash if mklDNNPlugin.dll is used

Vaisman__Alexander
414 Views

i am integrating CPU inference into an existing c++ project (VC2015 on windows 10 x64  and gcc 7.4.0 on linux)

Release version on windows crashes in the very first call to Core (before any data loading):

Core ie;
auto dl = ie.GetDevicesList(); //  Exception thrown at 0x00007FF81FC9A839 in OXTester.exe: Microsoft C++ exception: Xbyak::Error at memory location 0x0000004E5B4FC290.

if i remove mklDNNPlugin.dll and keep clDNNPlugin.dll only. everything works. inference (on GPU) works without any issue.

intel samples release/debug work. debug version of my app works. release linux version works as well. 

Any suggestions/ideas are welcome. 

 

.

 

0 Kudos
0 Replies
Reply