Commit Graph

10473 Commits

Author SHA1 Message Date
Sebastian Golebiewski
848c9e3b76
DOCS shift to rst (#16616) 2023-04-03 08:27:02 +02:00
Maciej Smyk
cddbb667a5
[DOCS] Automatic Batching Update (#16607) 2023-04-03 08:26:21 +02:00
Maciej Smyk
950b46ecad
DOCS shift to rst - Model Creation C++ Sample & Model Creation Python* Sample (#16637) 2023-04-03 08:24:35 +02:00
Maciej Smyk
bb20151c9d
DOCS shift to rst - Hello Query Device C++ Sample & Hello Query Device Python* Sample (#16650) 2023-04-03 08:24:02 +02:00
Maciej Smyk
f5dced8e69
DOCS shift to rst - Hello Classification Samples (#16681) 2023-04-03 08:23:44 +02:00
Yaroslav Torzuk
8491f15ba7
[GPU] Softmax for stable diffusion (#15863) 2023-04-03 10:21:02 +04:00
Anton Voronov
b64cbff10b
[CPU] FQ shape agnostic kernel (#16585) 2023-04-03 09:55:49 +04:00
Karol Blaszczak
d7f70b647b
[DOCS] shift to rst -install guides aptyumdocker (#16680) 2023-04-03 07:48:57 +02:00
Wang Wangwang
99eda5b5e1
[PYTHON][CAPI][AUTO] Add ENABLE_STARTUP_FALLBACK and ENABLE_RUNTIME_FALLBACK proper… (#16436)
* [AUTO] Add ENABLE_STARTUP_FALLBACK and ENABLE_RUNTIME_FALLBACK properties to Python API

* Add DEVICE_BIND_BUFFER property

* Add AUTO properties to C API

* Update test case && Update AUTO properties in PYTHON API

* Create dedicated files for auto plugin

* Update header files

* Update test case

* Modify code style

* Update variable name

* Add test case for invalid input value
2023-04-03 11:56:48 +08:00
Oleg Pipikin
e978db3132
Move new util functions from public api to dev api (#16683) 2023-04-01 11:46:20 +04:00
Ilya Churaev
186a1ccdcd
Move interpreter test to template plugin (#16673) 2023-03-31 20:49:07 +00:00
Oleg Pipikin
66ea57addd
Move memory tests from core to template plugin tests (#16460)
* Move memory tests from core to template plugin tests

* Rewrite tests to use template plugin

* Don't clone model in INTExecutable

* Add reset and modify tests

* Delete old test

* Fix clang-format

* Fix VariableState::set_state

* Enable and add var modify tests

* Fix INTExecutable

* Apply comments
2023-03-31 19:55:55 +02:00
guozhong wang
341217de99
Unify code path for MULTI and AUTO CTPUT hint (#16349)
[MULTI] pass through to AUTO with CTPUT hint
After this change
-- MULTI doesn't support setting infer request via CPU(4),GPU(8).
-- MULTI doesn't support CompiledModel::set_property() and ExecutableNetwork::GetConfig().
2023-03-31 18:40:41 +02:00
Roman Kazantsev
9a5a8f6abc
[TF FE] Move to TopK-11 operation and update downgrading TopK transformation (#16590)
* [TF FE] Move to TopK-11 operation

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Update downgrading transformation

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-31 17:44:58 +02:00
dependabot[bot]
c33a3f87f0
Bump attrs from 22.1.0 to 22.2.0 in /tests (#16676)
Bumps [attrs](https://github.com/python-attrs/attrs) from 22.1.0 to 22.2.0.
- [Release notes](https://github.com/python-attrs/attrs/releases)
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python-attrs/attrs/compare/22.1.0...22.2.0)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-31 11:35:38 +00:00
Gorokhov Dmitriy
6e09e53f0d
[CORE] Added optimized fp32->fp16 precision conversion implementation (#16672) 2023-03-31 11:02:39 +00:00
Egor Duplenskii
6d1e5d336d
[CPU] Enable execution_mode API property (#16367) 2023-03-31 14:29:18 +04:00
Sebastian Golebiewski
f9ff518d16
DOCS shift to rst - Model Optimization Guide articles (#16598) 2023-03-31 11:26:04 +02:00
Sergey Shlyapnikov
bb93bfd90f
[GPU] Add clDNN shape agnostic kernels usage as an initial impls for dGPU (#16018)
* [GPU] Add clDNN shape agnostic kernels usage as an initial impls for dGPU

* [GPU] Use layout as a key of weights cache, implement logic for weights cache capacity calculation based on available memory
2023-03-31 13:05:59 +04:00
Zhang Yi
fc88bed604
[CPU] Improvement for NoneZero and Gather (#16641) 2023-03-31 11:05:43 +02:00
Chen Xu
35398e339d
[CPU] Implement TopK-11 to CPU plugin (#16522) 2023-03-31 10:28:20 +02:00
Pavel Esir
6d064d26cb
remove deprecated MO args (#16626)
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-03-31 12:28:04 +04:00
Ilya Lavrenov
ee0bb79ed6
Fixed LTO build (#16629)
* Partially fixed LTO

* Fixed issues with cnpy LTO

* CPU

* Disabled failing GPU test
2023-03-31 11:34:42 +04:00
Anton Voronov
43fca3d231
[CPU] Introduced shape agnostic eltwise (#15976) 2023-03-31 11:28:54 +04:00
Ilya Churaev
1b9bd61767
Added constructor from string for element Type (#16643)
* Added constructor from string for element Type

* Fixed code style

* Removed WA for tests
2023-03-31 07:24:32 +00:00
Maciej Smyk
73e75c58ba
DOCS shift to rst - Hello NV12 Input Classification C++ Sample & Hello NV12 Input Classification C Sample (#16664) 2023-03-31 09:07:59 +02:00
Maciej Smyk
385bbbd49b
DOCS shift to rst - Hello Reshape SSD C++ Sample & Hello Reshape SSD Python* Sample (#16662) 2023-03-31 09:07:30 +02:00
Sebastian Golebiewski
8fad140a02
DOCS shift to rst - Quantization articles (#16596) 2023-03-31 09:06:52 +02:00
Oleg Pipikin
9cf4ee1eae
Fix sanitizer out-of-memory error (#16457)
* Fix sanitizer out-of-memory error

* Add implementation for Windows

* apply comments

* Fix1

* Fix2

* Fix3
2023-03-31 07:49:45 +04:00
Bogdan Pereanu
bf8e5cb4a2
Fix ITT build fail (#16648) 2023-03-31 01:18:13 +04:00
Roman Kazantsev
fc95d8e544
[TF FE] Align opset usage in utils (#16656)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-30 17:58:46 +00:00
Ilya Lavrenov
e94f7b25c0
Fixed cmake dev warnings (#16655) 2023-03-30 21:01:41 +04:00
dependabot[bot]
5e149aa0dd
Bump test-generator from 0.1.1 to 0.1.2 in /tests (#16625)
Bumps [test-generator](https://github.com/kevinastone/generator) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/kevinastone/generator/releases)
- [Changelog](https://github.com/kevinastone/generator/blob/master/HISTORY.rst)
- [Commits](https://github.com/kevinastone/generator/compare/v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: test-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-03-30 16:58:02 +00:00
Sebastian Golebiewski
ab96cc939b
DOCS shift to rst - Embedding Preprocessing Computation (#16659) 2023-03-30 16:59:58 +02:00
Ilya Churaev
b3503c8b7a
Fixed coverity for ov::Any (#16647) 2023-03-30 13:12:50 +00:00
Tatiana Savina
961a99586a
DOCS shift to rst Supported Model Formats (#16657)
* add model intro doc

* add supported model formats page

* add TF doc

* add pytorch doc

* add paddle  doc

* add mxnet doc

* add caffe doc

* add kaldi doc

* fix format

* fix cide snippets

* fix code snippets

* fix kaldi doc

* kaldi code snippets

* fix format

* fix list

* directive test

* fix note

* move code block

* code snippets style
2023-03-30 14:44:31 +02:00
Pawel Raasz
392b67f082
Fix pooling padding update (#16531)
* Review adaptive max pool shape inference

* Review AvgPool and MaxPool

* Review convolution operator

* Review GroupConvolution shape inference

* Review ConvolutionBackpropData operator

* Review GroupConvolutionBackpropData op

* Review BinaryConvolution operator
- add common bases for convolution ops
- refactor convolution ops

* Review DeformableConvolution operator

* Use new convolution shape_infer in GPU

* Fix build and test issues

* Correct set output spatial shape
in default constructed back prop convolutions

* The convolution shape_infer use pads as parameters
the external padding can be operators or other class padding properties shape_infer should not modify operators padding when
called from plugin

* Apply code formatting

* Fix padding validation and update

* Max and Avg pool don't update op properties
from plugin shape inference
- use ShapeInferWithPadding for pooling operators

* Remove not used function in shape_inference

* Fix evaluates in MaxPool

* Relax convolution shape infer inputs size check

* Remove unused entryFallbackWithPadding class

* Remove unused dilations variable

* Remove unused resize_attributes from max_pool_base

---------

Co-authored-by: mitruska <katarzyna.mitrus@intel.com>
2023-03-30 11:55:53 +00:00
Sebastian Golebiewski
7983e00b00
DOCS shift to rst - Cutting Off Parts of a Model article (#16640) 2023-03-30 13:05:53 +02:00
Irina Efode
87365fa21d
[CONFORMANCE] Parallelization over HW devices (#16431)
* init

* just fix version

* Update merge script

* remove extra code

* Uncomment correct func

* dd

* validate_nvidia

* Small refactoring

* Trigger linux build

* Update main.cpp

revert

* trigger

* fix build

* Update main.cpp
2023-03-30 14:45:49 +04:00
totoka-intel
086ee93bcd
[doc] Install guide openvino_2022 link location fix (#16572) 2023-03-30 12:40:20 +02:00
Ilya Lavrenov
ccf9c19f61
Deprecated UNDEFINED values for execution / performance hints (#16563)
* Deprecated UNDEFINED values for execution / performance hints

* Update src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp

* Fixes

* Fixes
2023-03-30 13:48:19 +04:00
Ilya Lavrenov
5b203efb9c
Disable PDPD test on Linux debian post-commit (#16644) 2023-03-30 12:24:17 +04:00
Bogdan Pereanu
5eea99d96c
Update timetest tool to support ip and op params config (#15916)
* User can set input and output precision for timetest tool

* Update run_timetest.py with the ip and op options as well

* Use only one getType function

* Add extra line at the end of the file

* Remove unused parameters

* Update comment accordingly

---------

Co-authored-by: Vitaliy Urusovskij <vitaliy.urusovskij@intel.com>
2023-03-30 11:27:51 +04:00
Sebastian Golebiewski
3573a38e0b
DOCS shift to rst - Model Optimizer Usage (#16630) 2023-03-30 08:24:22 +02:00
Sebastian Golebiewski
712d1b99d1
DOCS shift to rst - Post-training Quantization with NNCF (#16631) 2023-03-30 08:23:55 +02:00
Vladislav Golubev
b0e6b1e83c
[TF FE] NgramCompilation test fix (#16636)
* [TF FE] NgramCompilation test fixed

---------

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-03-29 18:34:23 +00:00
Artyom Anokhov
2a01695370
Deployment Manager: updated configs with 2023.0.0 layout and versions (#16633) 2023-03-29 19:34:26 +02:00
Ilya Lavrenov
0250f62d11
Revert inference precision to be a hint (#16634) 2023-03-29 18:59:33 +04:00
Maciej Smyk
7d8f4af78a
DOCS shift to rst - Automatic Speech Recognition C++ Sample & Automatic Speech Recognition Python* Sample (#16609) 2023-03-29 16:39:09 +02:00
Karol Blaszczak
10668f4f3a
Docs shift to rst - install guides linux (#16568) 2023-03-29 15:40:53 +02:00