emptyVoid

Results 4 issues of emptyVoid

```kernel_selector/core/common/primitive_db.cpp``` is missing ```#include ``` and thus does not compile with VS 2019 due to undeclared ```std::runtime_error```.

I'm trying to build ```OpenVINO 2018 R5``` with ```Drop 12.1``` (since Intel's distribution contains an earlier version of ```clDNN```, like something before ```Drop 11```, which features a horrendous memory leak)....

#### Description With VSCode setting ```Format On Save``` enabled and ```Format On Save Mode``` set to `modifications` the extension incorrectly formats the modified parts of an XML stripping the changed...

When using `TBB_LIBRARIES` one could simply set `TBB_USE_DEBUG_BUILD=off` to prevent linking against TBB debug libraries no matter what CMake configuration is set. No luck if you want to use the...