Yuriy Solovyov

Results 2 comments of Yuriy Solovyov

llvm fails as well ``` In file included from /usr/local/Cellar/llvm/6.0.1/lib/clang/6.0.1/include/emmintrin.h:27: In file included from /usr/local/Cellar/llvm/6.0.1/lib/clang/6.0.1/include/xmmintrin.h:39: In file included from /usr/local/Cellar/llvm/6.0.1/lib/clang/6.0.1/include/mm_malloc.h:27: In file included from /usr/local/Cellar/llvm/6.0.1/include/c++/v1/stdlib.h:94: In file included from /usr/include/stdlib.h:65:...

How to load default CPU extensions now? Previously I added it like ``` Core ie; ie.AddExtension(std::make_shared(), "CPU"); auto exeNetwork = ie.LoadNetwork(network_, "CPU"); inferRequest_ = exeNetwork.CreateInferRequest(); ``` in `2019.2.242` is this...