Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openvino-inference-engine: upgrade 2021.3 -> 2021.4 | Anuj Mittal | 2021-08-27 | 1 | -36/+0 |
| | | | | | | | | | | Refresh patches and add zlib to DEPENDS. Also fetch pybind11 as it's needed by ngraph. Release notes: https://software.intel.com/content/www/us/en/develop/articles/openvino-2021-4-lts-relnotes.html Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||||
* | openvino-inference-engine: fix build with gcc11 | Anuj Mittal | 2021-05-07 | 1 | -0/+36 |
Include the header explicitly to avoid failures: | inference-engine/src/plugin_api/ie_system_conf.h:21:31: error: 'exception_ptr' in namespace 'std' does not name a type; did you mean 'exception'? | 21 | INFERENCE_ENGINE_API_CPP(std::exception_ptr&) CurrentException(); | | ^~~~~~~~~~~~~ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> |