Commit Graph

1281 Commits

Author SHA1 Message Date
Dmitry Budnikov
0629a0eb08 Fluid update for er47 (fork) (#3306)
* update script

* update fluid for ER47

* revert script with checksum
2020-11-26 12:27:27 +03:00
Rafal Blaczkowski
5e7aaee3fd Update tests requirements (#3358) 2020-11-25 17:29:57 +03:00
Marina Mineeva
bed54b7572 Update convert_opset1_to_legacy.cpp (#2953)
skip pass FakeQuantizeMulFusion
2020-11-05 18:16:13 +03:00
Vladislav Vinogradov
1db261981a [IE][BUILD] Fix C5208 warning under Windows (#2628)
* C++ feature in C `typedef struct` code.
* The warning can be promoted to error in dependent projects.

C5208: unnamed class used in typedef name cannot declare members other than
non-static data members, member enumerations, or member classes
2020-10-21 16:20:15 +03:00
Vladislav Vinogradov
1ab1c86855 [IE][TESTS][CMAKE] Add -Wno-deprecated-copy compile flag for GTest
It fixes build on Ubuntu 20.04 with gcc 9.3.0.
2020-10-21 15:42:31 +03:00
Andrey Somsikov
606dfcb96b Itt merge (#2676)
* Use  ittnotify built from sources

ITT tracing was only possible on the platfroms supported by VTune.
Building ittnotify from sources removes VTune dependency.

ITT traces was found significantly slowdown tests execution time.
Disabling ENABLE_PROFILING_ITT by default. This is also
a current behavior of Intel Distribution of OpenVINO.
2020-10-21 15:42:23 +03:00
Alexander Novak
051a924024 Remove checks for output precision (#2441) 2020-10-21 15:42:22 +03:00
Andrey Somsikov
8c3acd4f4e Add hddl_unite to dependencies.sh/bat (#2467) 2020-10-21 15:42:22 +03:00
Artemy Skrebkov
cf6c4e72b3 Update setupvars to add path to XLink (#2371) (#2410)
- Do not export KMB_INSTALL_DIR. It is exported by another script
2020-10-21 15:42:22 +03:00
Artemy Skrebkov
7cd76c1d29 Update fluid to 7c22cd49a7eb76ae1d9606672ee467fb52383de0 (#2407)
* Update fluid to 7c22cd49a7eb76ae1d9606672ee467fb52383de0

   OpenCV 4.5.0

* Fix windows build
2020-10-21 15:42:22 +03:00
Alexey Suhov
4a46be7631 [install_dependencies.sh] install latest cmake if current version is lower 3.13 (#2695) (#2701)
* [install_dependencies.sh] install latest cmake if current version is lower 3.13

* add shellcheck for Ubuntu

* install python 2.7 for Ubuntu
2020-10-16 21:20:06 +03:00
Andrey Zaytsev
c112547a50 Fixed CVS-35316 (#2072) (#2670)
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
2020-10-15 12:29:12 +03:00
Andrey Zaytsev
41e7475731 Feature/ntyukaev/separate layout (#2629)
* convert to doxygen comments

* layouts and code comments

* separate layout

* Changed layouts

* Removed FPGA from the documentation

* Updated according to CVS-38225

* some changes

* Made changes to benchmarks according to review comments

* Added logo info to the Legal_Information, updated Ubuntu, CentOS supported versions

* Updated supported Intel® Core™ processors list

* Fixed table formatting

* update api layouts

* Added new index page with overview

* Changed CMake and Python versions

* Fixed links

* some layout changes

* some layout changes

* some layout changes

* COnverted svg images to png

* layouts

* update layout

* Added a label for nGraph_Python_API.md

* fixed links

* Fixed image

* removed links to ../IE_DG/Introduction.md

* Removed links to tools overview page as removed

* some changes

* Remove link to Integrate_your_kernels_into_IE.md

* remove openvino_docs_IE_DG_Graph_debug_capabilities from layout as it was removed

* update layouts

* Post-release fixes and installation path changes

* Added PIP installation and Build from Source to the layout

* Fixed formatting issue, removed broken link

* Renamed section EXAMPLES to RESOURCES according to review comments

* add mo faq navigation by url param

* Removed DLDT description

* Replaced wrong links

* MInor fix for path to the cpp samples

* fixes

* Update ops.py

* Fix style

Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
Co-authored-by: Tyukaev <nikolay.tyukaev@intel.com>
Co-authored-by: aalborov <alina.alborova@intel.com>
Co-authored-by: Rafal Blaczkowski <rafal.blaczkowski@intel.com>
Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
2020-10-14 20:13:04 +03:00
Anton Romanov
f050de86dd Improve pip installation guide (#2644)
* Improve pip installation guide

* Updated after comments
2020-10-14 12:18:39 +03:00
Rafal Blaczkowski
3c4b116895 Skip hanging test case of OpenVino ONNX CI (#2608)
* Update OpenVino ONNX CI

* Change parallel execution to single

* Enlarge timeout

* Remove timeout

* Add timeout to test execution

* Skip hanging test

* Add description to skip issue
2020-10-12 07:00:15 +03:00
Rafal Blaczkowski
a5f538462d Update OpenVino ONNX CI check (#2599)
* Update OpenVino ONNX CI

* Change parallel execution to single

* Enlarge timeout

* Remove timeout

* Add timeout to test execution
2020-10-09 15:14:10 +03:00
Anton Romanov
0731f67e9f Added pip install documentation (#2465)
* Added pip install documentation

* Change references

* tiny fixes of links

* Update installing-openvino-pip.md

Co-authored-by: Alina Alborova <alina.alborova@intel.com>
2020-10-09 12:24:04 +03:00
Gleb Kazantaev
4793774d18 Added deprecation note for PassConfig class (#2593) 2020-10-08 18:11:19 +03:00
Ilya Churaev
ea06196afb Fixed links to images (#2569) 2020-10-07 13:32:47 +03:00
Alexey Suhov
f557dca475 Update SW requirements in build instructions and change latest release to 2021.1 (#2565) 2021.1 2020-10-07 00:29:37 +03:00
Andrey Zaytsev
185fe44080 Feature/azaytsev/docs 2021 1 (#2560)
* Removed FPGA from the documentation

* Updated according to CVS-38225

* Added logo info to the Legal_Information, updated Ubuntu, CentOS supported versions

* Updated supported Intel® Core™ processors list

* Added new index page with overview

* Changed CMake and Python versions

* Fixed links

* COnverted svg images to png

* Added a label for nGraph_Python_API.md

* fixed links

* Fixed image
2020-10-06 23:22:53 +03:00
Ilya Churaev
2a1f43a64a First draft of nGraph documentation (#2271)
* First draft of nGraph documentation

* updated according to review comments

* Updated

* Reviewed the nGraph Transformation section, added missing images

* Update nGraph_dg.md

* Delete python_api.md

Removed since there is already the nGraph_Python_API.md document with a comprehensive overview.

Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
Co-authored-by: CCR\avladimi <anastasiya.ageeva@intel.com>
2020-10-06 22:43:47 +03:00
Michał Karzyński
f19d1d16f0 nGraph Python API tutorial (#2500)
* nGraph Python API tutorial

* Tweaks

* Code review comments

* Code review comments
2020-10-06 18:28:51 +03:00
Denis Orlov
d98beb796b [GNA] Documentation updates for 2021.1 (#2460)
* [GNA] Documentation updates for 2021.1

* Take Mike's comments into account

* More fixes according to review

* Fix processor generation names
2020-10-06 10:58:19 +03:00
Alina Kladieva
915858198e [Jenkinsfile] Bump infra (#2546) 2020-10-05 23:37:13 +03:00
Vitaliy Urusovskij
8d4545e1b2 Remove --collect_results_only (#2523)
* Remove `--collect_results_only` from MemCheckTests

* Remove CLI keys from README
2020-10-05 13:18:17 +03:00
Denis Orlov
e45272c714 Update docs for speech libs and demos (#2518) 2020-10-02 18:00:20 +03:00
Andrey Zaytsev
fe3dc7d176 Updated according to the comments in the ticket CVS-37827 (#2448) 2020-10-02 13:25:26 +03:00
Andrey Zaytsev
9c297a3174 Feature/azaytsev/cvs-38240 (#2469)
* Updated for 2020 version, replaced Ubuntu 16.04 with Ubuntu 20.04

* Updated the release package numbers
2020-10-02 12:21:48 +03:00
Andrey Zaytsev
f9c692b885 Update build-instruction.md for MacOsX (#2457)
* Update build-instruction.md for MacOsX

* Removed call of install_dependencies.sh from the steps
2020-10-01 23:21:32 +03:00
Andrey Zaytsev
bbce6f5b3a Feature/azaytsev/benchmarks 2021 1 (#2501)
* Initial changes for 2021.1

* Inserted Graphtool scripts, updated configurations info

* Updated FAQ and minor changes to performance_benchmarks.md

* Updated for 2021.1

* Updated

* incorporated review comments

* incorporated review comments for FAQ

* fixed link
2020-10-01 20:49:49 +03:00
azhogov
2395f9f120 Azure CI: Add separated pipelines for Windows, Linux, Mac 2020-10-01 20:07:41 +03:00
Maxim Vafin
c88f838dfa [Docs] Update MO What's new description (#2481) 2020-10-01 16:50:46 +03:00
Alina Alborova
ce6ce23eec [DOCS] Update Installation Guide - GPU steps (#2308)
* Initial commit

* fixing lists

* Update installing-openvino-linux.md

* Get rid of the note

* Added the scrrenshot

* Update installing-openvino-linux.md

* fixes
2020-09-30 20:33:27 +03:00
Alina Alborova
6a32854ec4 Remove the deprecation notice (#2314)
* Removed deprecation notice

* Removed the note from other files
2020-09-30 20:32:53 +03:00
Mikhail Ryzhov
bece22ac67 Added closing braсket (#2466)
Fixed syntax error (b4b03b1)
2020-09-30 18:09:18 +03:00
Maksim Proshin
76606ba2fc Update the menu to align with POT doc headers (#2433)
* Update the menu to align with POT doc headers

It changes the menu to align with Post-training Optimization Toolkit documentation titles.

* Corrected one title

Run Examples => How to Run Examples
2020-09-30 14:00:03 +03:00
Andrey Zaytsev
1c538af62f Replace absolute links to docs.openvinotoolkit.org by relative ones (#2439)
* Replaced direct links to docs.openvinotoolkit.org with relative links

* Replaced direct links to docs.openvinotoolkit.org with relative links. Added GSGs for Win and macOS

* Minor fixes in GSGs

* Replaced direct links to docs.openvinotoolkit.org with relative links

* Removed links to OpenVINO markdown files that contain anchor - they don't work in the current implementation of the doc process

* Fixed Notes

* Removed links to OpenVINO markdown files that contain anchor - they don't work in the current implementation of the doc process

* fixed link to installing-openvino-linux.md
2020-09-29 18:55:08 +03:00
Ilya Lavrenov
3a720d188b Fixed docs build on Windows (#2383) 2020-09-24 12:12:35 +03:00
Andrey Zaytsev
70f619b5eb Added new GSG for macOS, made minor changes in Windows GSG (#2070) (#2405)
* Added new GSG for macOS, made minor changes in Windows GSG

* Update get_started_macos.md

Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
2020-09-24 12:01:39 +03:00
Ilya Lavrenov
0dbaf078d8 Added link options for cross-compilation (#2397) 2020-09-23 17:42:57 +03:00
Nikolay Tyukaev
3c5fa6f4b8 Fix layout links for dl streamer and c api (#2375)
* fix layouts

* change the dl-streamer link

Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
2020-09-23 16:43:23 +03:00
Rafal Blaczkowski
31ccf354dc Delete xfail for resolved known issue (#2385) 2020-09-23 13:51:13 +03:00
Gleb Kazantaev
bf9b649cdf Updated Transformation development doc (#2370) 2020-09-23 09:46:40 +03:00
Dmitrii Denisov
84518964ba Install dependency refactoring. (#2381) 2020-09-22 19:11:16 +03:00
Mikhail Ryzhov
0b4846cfcc Downgrade cmake for samples (#2372)
* Downgrade cmake for samples

Downgraded cmake version to default version for Ubuntu 18.04

* Updated supported python version

The minimal python version in 2021.1 is 3.5

* Added notes about cmake requirements for samples and demo
2020-09-22 19:09:50 +03:00
Ilya Churaev
950388d9e8 [DOCS] Added an evaluate method for custom operation (#2272)
* Added an evaluate method for custom operation

* Fixed comments
2020-09-22 13:22:31 +03:00
Nikolay Tyukaev
f828b16f40 add doxygen doc build configurations (#2191)
Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
2020-09-22 12:37:10 +03:00
Artyom Anokhov
261bd3de6b install_NEO_OCL_driver: Added checking of installed packages before trying to remove them. Added quotes for echo. (#2350) 2020-09-21 17:35:44 +03:00
Evgeny Talanin
31b3e356ab Bump cmake version to 3.13 (#2339) 2020-09-18 18:58:17 +03:00