Skip to content

Tags: yli147/openvino

Tags

dev-cpu/2022.2.pre.20220527

Revert reorder WR.

2022.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DOCS: Increase content width (openvinotoolkit#10995)

* fixes

* fix

2022.1.0.dev20220316

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docs. Fix link in layout overview (openvinotoolkit#10967)

2022.1.0.dev20220302

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix compile problem when open -Wnon-virtual-dtor compile flag (openvi…

…notoolkit#10705)

* Fix compile problem when open -Wnon-virtual-dtor compile flag

* update code style

* fix the code style

2022.1.0.dev20220218

mark version for customer

2022.1.0.dev20220215

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[MO] move importlib-metadata into setup.py (openvinotoolkit#10319)

* handle 'and' marker in requirements

* Revert "handle 'and' marker in requirements"

This reverts commit 952bb94.

* moved importlib-metadata from requirements.txt into setup.py

2022.1.0.dev20220131

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[GPU] Fix redefinition variables issue in ExperimentalDetectronROIFea…

…tureExtractor kernel (openvinotoolkit#9960)

2022.1.0.dev20220111

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[GPU] Update onednn to v2.6-pc (openvinotoolkit#9479)

2021.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[README.md] change latest release to 2021.4.2

2022.1.0.dev20211110

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Install rules for static libraries case (openvinotoolkit#8384)

* Proper cmake install for static libraries case

* Added an ability to skip template plugin

* Added install rules for VPU / GPU

* Install more libraries

* Fixed absolute TBB include paths

* Disable GNA

* Fixed issue with linker

* Some fixes

* Fixed linkage issues in tests

* Disabled some tests

* Updated CI pipelines

* Fixed Windows linkage

* Fixed custom_opset test for static casr

* Fixed CVS-70313

* Continue on error

* Fixed clanf-format

* Try to fix Windows linker

* Fixed compilation

* Disable samples

* Fixed samples build with THREADING=SEQ

* Fixed link error on Windows

* Fixed ieFuncTests

* Added static Azure CI

* Revert "Fixed link error on Windows"

This reverts commit 78cca36.

* Merge static and dynamic linux pipelines

* Fixed Azure