Commit Graph

9258 Commits

Author SHA1 Message Date
Vladimir Paramuzov
e23b8492c5
[GPU] Change default infer precision to fp16 (#14752) 2023-01-04 15:55:44 +04:00
Karol Blaszczak
f31ebd4947
Release doc updates_port (#14784) 2023-01-04 11:12:11 +00:00
Aleksandr Voron
45bf23e527
PyPi documentation - add M1 related updates (#14919)
* pypi-openvino-update-m1

* Update pypi-openvino-rt.md

* Update pypi-openvino-dev.md
2023-01-04 15:02:15 +04:00
Alexander Kozlov
0dd7f8ed23
Excluded some CI checks for changes in the tools (#14926)
* Excluded some CI checks for changes in the tools

* Reverted windows CI pipeline
2023-01-04 15:01:26 +04:00
Maciej Smyk
ca447a2eb7
yolo_tiny_v1 (#14878) 2023-01-04 11:11:46 +01:00
Karol Blaszczak
e40e6c26ef
Docs] remove system requirements from install guides port (#14912)
System Requirements removed where OS or hardware is mentioned... Docker articles not included

* include selector tool in install guide
2023-01-04 11:07:20 +01:00
Maciej Smyk
6ef7dccba1
quantization_picture (#14868) 2023-01-04 11:07:05 +01:00
Pawel Raasz
000a634429
Remove code duplicates for shape inference utils (#14721)
* Remove code duplicates for shape inference utils

* Fix typos and comments
2023-01-04 10:56:35 +01:00
Ilya Lavrenov
a0be13be57
Updated Azure pipelines (#14896)
* Updated Azure pipelines

* Optimize clone time

* Removed OMZ build

* Fixed patterns in triggers

* Test

* Include ours branch

* Fixed filters on Windows
2023-01-04 11:00:18 +04:00
Tomasz Jankowski
fc8c1a1193
[Transformations] ConvertMVN1ToMVN6: Limit downgrading downcast (#14669)
* Add anti-downgrade downcast test

* Strengthen limits test

* Allow convert if normalization is off

* Suppress downgrading for F64 only

* Limit eps values to float

* Limit eps values to float

* Add test

* Consider actual double values
2023-01-04 06:58:13 +01:00
Yuan Xu
2188af6e28
Samples overview update (port from #14658) (#14898)
* add ways to find samples for PyPI installation (#14658)

* update github link
2023-01-04 10:30:21 +08:00
Yuan Xu
de474c16f2
Install macos updates (port from #14656) (#14904)
* Update macOS archive installation with ARM64 for 22/3 (#14656)

* update macos archive installation with arm

* update python version

* fix formatting

* fix formatting

* update

* remove note

* update package names & version number

* update version number
2023-01-04 10:27:40 +08:00
Yuan Xu
480d4b16cf
update windows installation & links (#14905) 2023-01-04 10:26:30 +08:00
Liubov Talamanova
39ff705a3e
[POT] Update CI branch (#14916)
Co-authored-by: Alexander Kozlov <alexander.kozlov@intel.com>
2023-01-03 17:26:36 +00:00
Maciej Smyk
9c14991ebd
nncf_workflow (#14865) 2023-01-03 17:15:22 +01:00
Szymon Irzabek
c683a72400
Gna namespace (#14877)
* [GNA] Cleanup intel_dnn

* [GNA] Replace GNAPluginNS

* [GNA] Rename headers
2023-01-03 15:06:23 +00:00
Maciej Smyk
f2d93f4a79
deployment_simplified (#14853) 2023-01-03 15:59:34 +01:00
Sun Xiaoxia
4b80b4850c
[CPU] Moved streams number computation to CPU plugin from IStreamsExecutor::Config (#14502) 2023-01-03 14:05:56 +00:00
Shen, Wanglei
367058b89e
enable new method to generate CPU information and CPU map on Linux (#14456)
* enable new method to generate CPU information and CPU map

* fix code style issue

* fix initialization issue of variable-sized object

* fix dependency issue

* add sample of CPU map

* add description and sample for CPU map

* fix code style issue

* fix code style issue

* add comments on using second processor as physical core

* update _cpu_mapping to align with Windows implementation

* update description for better understanding

* update cpu mapping table for scaling.

* add check if system folder is accessible

* merge new CPU resource based on CPU mapping table with previous CPU resource based on calculation

* fix typo in note

* add description for GROUP_ID
2023-01-03 21:56:21 +08:00
Maciej Smyk
29b17e1c23
autoplugin_accelerate (#14838) 2023-01-03 14:55:21 +01:00
Maciej Smyk
b361c132d6
DOCS: The LowLatency Transformation images recreation for master (#14827) 2023-01-03 14:48:59 +01:00
Yuan Xu
9fc0f1cb7d
Install raspbian updates (#14902)
* Update Raspbian OS installation for 22/3 (#14628)

* update Raspbian OS installation

* test formatting

* fix formatting

* Apply suggestions from code review

* update version number & package names

* Updated docs for Raspbian OS (#14816)

* Updated docs for Raspbian OS

* Update docs/install_guides/installing-openvino-raspbian.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* update version number

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-01-03 17:46:27 +04:00
Georgy Krivoruchko
8dc946af5c
Added TF Convolution layer tests (#14851) 2023-01-03 17:00:25 +04:00
Yuan Xu
4248cdff28
Add CentOS back to install archive page for 22/3 (#14625) (#14903) 2023-01-03 16:07:40 +04:00
Ilya Churaev
40959a410c
Undef DEBUG macro for log level property (#14897)
* Undef DEBUG macro for log level property

* Renamed define
2023-01-03 16:01:35 +04:00
Sebastian Golebiewski
94662fc236
format pre tags (#14889) 2023-01-03 12:23:40 +01:00
Ilya Lavrenov
d3f7adf63a
Add token for labeler workflow (#14908) 2023-01-03 12:54:11 +04:00
Ilya Lavrenov
1d690fbb50
Added workflow to add labels (#14895)
* Added workflow to add labels

* Preserve groups in codeowners files
2023-01-03 12:26:09 +04:00
Ilya Churaev
8a223adf05
Added iterator to any name (#14766)
* Added iterator to any name

* Fixed code style

* Remove constructor

* Revert "Remove constructor"

This reverts commit 134625a651.

* Add new constructor

* Init iterator
2023-01-03 12:22:55 +04:00
Ilya Lavrenov
808a6b7b83
cmake: arm rasp-pi cross-compilation on macOS (#14894) 2023-01-03 11:48:33 +04:00
Karol Blaszczak
af3c7894a6
DOCS]-workflow-article-titles-tweaks (#14892) 2023-01-03 08:02:53 +01:00
Michael Frank Hansen
6690c7c9a5
Update benchmark-data.csv (#14794)
fixes the FP32 and FP16 swap of results.

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-01-02 12:43:59 +01:00
Vladimir Paramuzov
5a4dbb6760
[GPU] Enable oneDNN primitives cache (#14835) 2023-01-02 13:44:43 +04:00
Felix Dohyun Kim
9cde294b7f
[GPU][DG2] Fix unit test: test_select_preferred_formats.setting_target_conv_format (#14837)
* Fix wrong weight shape
* Output layout initialization
* Ensure preferred output format is selected
2023-01-02 17:36:18 +09:00
Ilya Churaev
a8fa767f41
Fixed sanitizer flags for Ubuntu (#14763) 2023-01-02 12:33:29 +04:00
Ilya Lavrenov
b9df7793fa
Fixed shellcheck (#14882) 2023-01-02 11:30:54 +04:00
Sergey Shlyapnikov
19fde3fee6
[GPU] Peak memory usage optimizations (#14799) 2023-01-02 09:51:19 +04:00
Ilya Lavrenov
f78fa5b769
Smart github actions for shellcheck and clang-format (#14881)
* Smart github actions for shellcheck and clang-format

* Try to remove paths

* Added exclude
2023-01-02 05:16:45 +04:00
Pavel Esir
a856dc4776
[FP16] Keep ShapeOf and Sensitive Subgraphs in FP32 for GPU (#14822)
* keep Shape subgraph in FP32 for GPU

* replaced ngraph:: -> ov:: namespace

* renamed ConvertModelToFP16ElementType -> ConvertCompressedToMixedPrecision and other passes; removed unnecessary argument for the pass

Signed-off-by: Pavel Esir <pavel.esir@intel.com>

* Update src/common/transformations/src/transformations/common_optimizations/convert_compressed_to_mixed_precision.cpp

* Update src/common/transformations/src/transformations/common_optimizations/convert_compressed_to_mixed_precision.cpp

* rephrase calling of ConvertPrecision to avoid error of an unused variable

* Update convert_compressed_to_mixed_precision.cpp

* placed calling of ConvertCompressedToMixedPrecision into the beginning of CommonOptimizations

* Update transformations_pipeline.cpp

* refactored unit-tests

* cleared obsolete commented line

* code style fix

* Update src/common/transformations/src/transformations/common_optimizations/common_optimizations.cpp

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>

Signed-off-by: Pavel Esir <pavel.esir@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2022-12-31 16:25:13 +03:00
Ilya Lavrenov
9193d40b05
Set conflicting versions for RPM / DEB (#14862) 2022-12-30 18:01:46 +04:00
Ilya Lavrenov
0e544e44a1
Renamed requirements.in file (#14863) 2022-12-30 18:00:36 +04:00
yanlan song
b26fcfbeda
fix folder issue when tear down (#14650)
Signed-off-by: fishbell <bell.song@intel.com>

Signed-off-by: fishbell <bell.song@intel.com>
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
2022-12-30 12:55:57 +00:00
Ilya Lavrenov
9cddaa6f96
Removed onnx_prototxt_converter_requirements.txt (#14864) 2022-12-30 16:17:47 +04:00
Nikolay Shchegolev
24f1a9270a
[CPU] IsFinite, IsInf and IsNaN operations JIT implementation. (#14697) 2022-12-29 16:21:25 +04:00
Roman Kazantsev
36a16c8441
[TF FE] Refactor RandomUniform support and provide more test coverage (#14847)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-12-29 15:56:39 +04:00
Ilya Lavrenov
1ef17c507d
Added dependency review action (#14844) 2022-12-29 11:39:56 +04:00
Vladimir Paramuzov
13c8b4fdc7
[GPU] Better extension requirements checks in kernels. Subgroups basic emulation (#13926) 2022-12-29 09:08:05 +04:00
Jade Cho
4831a9ead4
[GPU] Fix a bug to miscalculate feature-axis index for fused-ops (#14737) 2022-12-29 09:29:08 +09:00
Ilya Lavrenov
4309325d4e
Used newer version of checkout github action (#14843)
* Used newer version of checkout github action

* Updated actions/upload-artifact action version to use Node 16

* Updated actions

* Experiment

* Name documentation artifacts

* Moved doxyrest version to environment

* Extract PR number

* Properly upload documentation

* Updated github_org_control/config.json
2022-12-29 02:30:17 +04:00
Ilya Lavrenov
f67b0d5b83
Don't add samples subdirectory when both samples and tests are disabled (#14817) 2022-12-29 01:24:32 +04:00