Nesterov Alexander
a9cceb31b2
[DOCS] Update OpenVINO build instruction (Android system) ( #24815 )
2024-06-10 08:03:20 +00:00
Maciej Smyk
84cd71a71b
[DOCS] 2024.2 version update for master ( #24746 )
...
Docs version update to 2024.2
2024-05-29 09:04:29 +00:00
Andrei Kashchikhin
1fe36a26c8
[CI] [GHA] [DOCS] Add section on GPU ( #24678 )
...
### Tickets:
- *140542*
2024-05-28 10:52:53 +00:00
Jiangtao Hu
9ce97d1560
[DOCS] Fix broken url link and remove unnecessary step in Linux build env ( #24494 )
...
### Details:
- *Fix broken url link*
- *Remove unnecessary step in Linux build env*
### Tickets:
- *N/A*
2024-05-27 12:00:05 +00:00
Aleksandr Voron
438f4dca84
[CPU][ARM][DOC] Add swap note into Raspberry build procedure ( #24679 )
...
Add a note about swap according to the comment
https://github.com/openvinotoolkit/openvino/issues/24445#issuecomment-2116366405
---------
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2024-05-27 09:05:30 +00:00
Tatiana Savina
8b6a38ddd8
[DOCS] Fix links to components ( #24339 )
...
### Details:
- *item1*
- *...*
### Tickets:
- *ticket-id*
2024-05-02 11:15:13 +00:00
Tatiana Savina
1320977d89
[DOCS] Readme changes ( #20818 )
...
### Details:
- *item1*
- *...*
### Tickets:
- *ticket-id*
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2024-04-25 14:48:00 +00:00
Aleksandr Voron
5d34af8b03
[CPU][ARM] Update ARM documentation - f16 support ( #24182 )
...
Add fp16 details
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2024-04-23 10:16:57 +00:00
Anastasia Kuporosova
c20d232731
Remove mentioning of compatibility folder in mac docs ( #23542 )
...
### Details:
- *item1*
- *...*
### Tickets:
- *ticket-id*
2024-03-19 15:21:52 +00:00
Jacek Pawlak
239466ca5d
copyright year update ( #23370 )
...
New PR due to merge
conflicts(https://github.com/openvinotoolkit/openvino/pull/22917 )
Updated the copyright year from 2018-2023 to 2018-2024 in all openvino
files
Ref. to script: CVS-101144
Command used:
```bash
git grep -lz '2018-2023 Intel Corporation' | xargs -0 sed -i '' -e 's/2018-2023 Intel Corporation/2018-2024 Intel Corporation/g'
```
2024-03-14 09:37:02 +00:00
Denis Orlov
03fd5911ad
[GHA][DOCS] Update recommendations regarding the GHA runners and execution time ( #23380 )
2024-03-13 19:07:45 +00:00
Tatiana Savina
7d8570274a
[DOCS] review dev CI docs part2 ( #22850 )
...
### Details:
- *item1*
- *...*
### Tickets:
- *ticket-id*
---------
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2024-03-13 13:43:33 +00:00
Maciej Smyk
8d49595476
[DOCS] Update of hyperlinks to 2024 + new ov homepage diagram image for master ( #23091 )
...
* Update of links in docs to 2024 in repo.
* Replaced ov homepage diagram with a new version without Kalid, MXNet
and Caffe
2024-02-28 07:54:04 +00:00
Karol Blaszczak
503042aa2b
[DOCS] review dev CI docs part1 ( #22809 )
2024-02-15 17:38:20 +00:00
Maciej Smyk
525a53a146
[DOCS] Removal of Inference Engine from master ( #22852 )
...
Removing mentions of deprecated Inference Engine (API 1.0) in docs
Jira: 131850
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2024-02-15 13:03:14 +00:00
Sebastian Golebiewski
faf97c1333
[DOCS] Remove nGraph from docs ( #22723 )
...
Removing nGraph from docs.
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>
2024-02-09 11:18:32 +00:00
Maciej Smyk
7e32f79cf9
[DOCS] Adding PowerShell version of the setupvars and build_samples scripts for master ( #22631 )
...
Added information on PowerShell version of the setupvars and
build_samples script in docs.
---------
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2024-02-06 10:19:21 +00:00
Ilya Lavrenov
2749c3ab77
Prefix OpenVINO thirdparty targets with openvino:: ( #22542 )
2024-02-01 11:37:24 +00:00
Siddhant Chauhan
bc42010f50
[DOCS] Specify number of jobs in build docs ( #22571 )
...
* Update build docs
* Update docs/dev/build_windows.md
* Update docs/dev/build_linux.md
---------
Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
2024-02-01 10:32:10 +00:00
Andrei Kashchikhin
c7b2f61ca8
[GHA] [DOCS] Reusable workflows and workflow organisation document ( #22380 )
...
* start with organisation doc
* add section about adding
* add examples, clearer wording
2024-01-31 17:46:27 +00:00
Andrei Kashchikhin
9f6aa812d7
[GHA] [DOCS] New tests document ( #22163 )
...
* slightly adapt wording in overview, start with runners doc
* populate table; add section about runners choosing
* wording
* use runners
* add doc about Docker images
* use better formatting for pros and cons
* fix typo
* add info about custom actions
* start with caches doc
* complete sccache
* rm non-lfs
* add image
* populate shared drive section
* cleared wording
* correct typo; add link
* start with add new tests doc
* add dedicated workflow section
* correct typo
* add section about time and machine usage
2024-01-17 11:34:59 +00:00
Andrei Kashchikhin
f7a585a08e
[GHA] [DOCS] Caches document ( #22102 )
...
* slightly adapt wording in overview, start with runners doc
* populate table; add section about runners choosing
* wording
* use runners
* add doc about Docker images
* use better formatting for pros and cons
* fix typo
* add info about custom actions
* start with caches doc
* complete sccache
* rm non-lfs
* add image
* populate shared drive section
* cleared wording
* correct typo; add link
2024-01-16 00:17:21 +04:00
Andrei Kashchikhin
880137fabd
[GHA] [DOCS] Custom actions document ( #22079 )
...
* slightly adapt wording in overview, start with runners doc
* populate table; add section about runners choosing
* wording
* use runners
* add doc about Docker images
* use better formatting for pros and cons
* fix typo
* add info about custom actions
2024-01-16 00:16:58 +04:00
Karol Blaszczak
53d7c501bd
[DOCS] torchvision and optimization section ( #22043 )
2024-01-15 08:20:07 +01:00
Ilya Lavrenov
a301038694
Updated build docs for Python API ( #22134 )
...
* Updated build docs for Python API
* Removed legacy variables
* Update docs/dev/build_windows.md
Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
---------
Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
2024-01-12 18:55:02 +04:00
Sebastian Golebiewski
9ebacbb379
[DOCS] Merge Samples Articles Language Versions ( #21661 )
...
* Merge samples
* Update docs/articles_en/learn_openvino/openvino_samples/automatic_speech_recognition.rst
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/articles_en/learn_openvino/openvino_samples.rst
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/articles_en/learn_openvino/openvino_samples.rst
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* additional resources
* Update docs/articles_en/learn_openvino/openvino_samples/model_creation.rst
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* Update docs/articles_en/learn_openvino/openvino_samples/automatic_speech_recognition.rst
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
* reorganize contents of requirements
* remove api reference
* add links to READMEs on repo
* remove speech recognition sample
* removal of deprecation notice
* update conversion steps
* Revert remove speech recognition sample
* remove trailing spaces
* fix links
* Removed unwanted changes from submodules
* applying suggestions
* update api reference
* apply suggestions
---------
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
2024-01-12 14:24:15 +01:00
Andrei Kashchikhin
7bdd7fc5b6
[GHA] [DOCS] Docker images document ( #22061 )
...
* slightly adapt wording in overview, start with runners doc
* populate table; add section about runners choosing
* wording
* use runners
* add doc about Docker images
* use better formatting for pros and cons
* fix typo
2024-01-11 19:34:27 +04:00
Andrei Kashchikhin
014e591116
[GHA] [DOCS] Runners document ( #21967 )
...
* slightly adapt wording in overview, start with runners doc
* populate table; add section about runners choosing
* wording
* use runners
2024-01-10 15:06:06 +04:00
fredrickomondi
07a2d56198
Cmake Python build option flags should be added to the command in step #3 not step #4 . I fixed the typo ( #21993 )
2024-01-08 16:43:19 +04:00
Maciej Smyk
c0d564a465
[DOCS] Hyperlink 23.3 update for master ( #21908 )
...
* link update
* link update
* link update
* Update dev_api_references.rst
* Update dev_api_references.rst
* Update apidoc.py
* notebooks links
* notebook link update
* filename update
* link update
* link update api
2024-01-08 12:40:54 +01:00
Vitaliy Urusovskij
2eaed979a4
Remove G-API ( #21131 )
...
* Remove G-API
* Apply comments
* Revert "Apply comments" - tests shared classes only
This reverts commit 8d07082341 .
---------
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
2023-12-25 14:50:54 +01:00
Ilya Lavrenov
c59ddbab69
Removed legacy components from installation ( #21803 )
...
* Removed legacy components from installation
* Updated OMZ submodule
2023-12-22 10:38:26 +01:00
Ilya Lavrenov
c79ae17bbf
Removed GNA plugin from 2024.0 ( #21800 )
2023-12-21 13:39:06 +01:00
Maciej Smyk
71fca88d4b
[DOCS] Removal of unused images + fixing image directives ( #21792 )
...
* removal of unused images
* removal of duplicate image files
* removal of unused files + fix for image directive
* removal of unused images
* removal of unused images + fix for protecting_model.rst
* overview document graph update
2023-12-21 10:37:01 +01:00
Alina Kladieva
2b950a65b3
[GHA] Add links to Smart CI doc to GHA overview. Align folder structure ( #21794 )
...
Update custom_actions.md
2023-12-20 19:53:48 +04:00
Andrey Kashchikhin
adb372fc8a
[CI] [GHA] Add overview document ( #20845 )
...
* add first several sections of the overview document
* add missing step about artefacts collection
* formatting
* add runners section
* add stub documents
* clarity for caches, rename title
* clarify, better wording
* rm todos
* wording
2023-12-16 12:49:37 +04:00
Alina Kladieva
29d55ef7f3
Add doc file for Smart CI ( #21557 )
2023-12-16 12:49:19 +04:00
Maciej Smyk
2f65827f9f
[DOCS] Moving files to new location for master ( #21575 )
...
* repo update
* repo update
* repo update
* Update LowPrecisionModelRepresentation.rst
* Update LowPrecisionModelRepresentation.rst
* Update CMakeLists.txt
* Update QuantizedNetworks.rst
* separate location for pypi publishing files
* Update src/bindings/python/CMakeLists.txt
fixing path in src/bindings/python/CMakeLists.txt
---------
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-12-12 16:27:01 +04:00
Maciej Smyk
5a04359200
[DOCS] Updating links for master
2023-11-13 12:23:23 +01:00
Sebastian Golebiewski
818c78d80a
[DOCS] Fix command for Building with Ninja ( #20605 )
...
* Fix command for Building with Ninja
Removing current directory from the command.
* Update docs/dev/build_windows.md
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-10-19 15:31:03 +04:00
Ilya Churaev
3ced4a23e7
Remove TREAT_WARNING option from the doc ( #20507 )
2023-10-17 11:36:48 +04:00
Sebastian Golebiewski
9a88eed9f2
Fix Issue 20097 - providing an easy to read Cmake command ( #20126 )
2023-09-28 16:04:48 +04:00
Min, Byungil
b8f6720c18
[Doc] Fix invalid info in bulid_linux.md ( #20076 )
...
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-09-27 14:14:53 +04:00
Ilya Lavrenov
8349849e1c
Use FindPython3.cmake ( #19847 )
...
* Use FindPython3.cmake
* Fixed compilation on macOS 14 with new core development tools
* Try to use Python3_SOABI instead of PYTHON_MODULE_EXTENSION
* Use Development.Module
* Keep specifying only Python3_EXECUTABLE
* Print PYTHON_MODULE_EXTENSION
* Added check for minimal cmake version for python API
* Returned Python3_INCLUDE_DIR for cross-compilation case
* Try to allow cmake older than 3.18
* Use build python interpreter to check cython dependency
* revert changes in .ci/openvino-onnx/Dockerfile
* removed unused code
* Fixed issue with variables scope
* Experiment: remove include dirs
* Corrected docs
* Use pybind11 function to set extension
* Revert "Experiment: remove include dirs"
This reverts commit 6f7f90211c .
* Refactor ConvolutionBackpropDataLayerTest, ConvolutionLayerTest, DeformableConvolutionLayerTest (#19810 )
* Refactor ConvolutionBackpropDataLayerTest
* Refactor ConvolutionLayerTest
* Refactor DeformableConvolutionLayerTest
* Apply comments
* Apply comments
* Fix
* Updated minimum cmake version for Windows
* Simplified check
* Removed useless message status
* Use puiblic option
---------
Co-authored-by: Oleg Pipikin <oleg.pipikin@intel.com>
2023-09-26 20:57:29 +02:00
Maciej Smyk
f790a3b4f2
[DOCS] Python 3.7 support removal from docs for master ( #19670 )
...
* Python update
* update
* fix
* m suffix removal
2023-09-21 15:54:10 +02:00
Ilya Lavrenov
604aed1384
Updated Windows build docs ( #17631 )
2023-09-20 12:24:40 +04:00
Zhang Yi
7fe195a459
[Doc]Update cmake option for MLAS ( #19963 )
...
* [Doc]Update cmake option for MLAS
* Update docs/dev/cmake_options_for_custom_compilation.md
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-09-20 10:35:22 +04:00
Artyom Anokhov
f9560518e3
[DOC] Add hints for debug build ( #19675 )
...
* Added HINTS for generating PDB files and debugging
* Fixed upper case
* Keep hint only for Windows OS
* build_raspbian.md: Added empty line
2023-09-07 16:39:02 +02:00
Maciej Smyk
3677dda457
[DOCS] 23.0 to 23.1 link update for master ( #19584 )
...
* 2023.1 link fix
* 2023.1 link fix
* 2023.1 link fix
* 2023.1 link fix
* 2023.1 link fix
2023-09-04 15:40:02 +02:00
Dmitriy Valetov
245e0c8f7e
fix at docs/dev/build_webassembly.md ( #18979 )
2023-08-04 12:34:13 +04:00