Ilya Churaev
425a3a1974
Removed legacy get_name ( #14751 )
2022-12-21 10:25:51 +00:00
Sofya Balandina
7856045497
[CompileModelCacheTestBase] Avoid tests with ops and them unsupported precision ( #14582 )
...
* [CompileModelCacheTestBase] Avoid tests with ops and them unsupport presicion
* Update functional and plugins tests
2022-12-21 14:23:03 +04:00
Sofya Balandina
20ca25bfca
Fix crash on CompileModelCacheTestBase.CompareWithRefImpl/KSOFunction ( #14678 )
2022-12-21 14:18:41 +04:00
Przemyslaw Wysocki
271681a07f
[PyOV] Make graph tests hardware agnostic - part 2 ( #14519 )
2022-12-21 10:15:53 +01:00
cecilia peng
2d5fa2d164
fix heap-buffer-overflow issue. ( #14648 )
2022-12-21 09:12:08 +00:00
Yuan Xu
3cf64c329e
remove a space ( #14755 )
2022-12-21 12:08:55 +03:00
Ilya Churaev
53a6396579
Bump OpenVINO version ( #14742 )
...
* Bump OpenVINO version
* Bump IE version
2022-12-21 09:57:27 +01:00
Ilya Churaev
1147777808
Use Zi FS instead of Z7 ( #14741 )
2022-12-21 12:15:34 +04:00
Roman Kazantsev
e7b510376a
[TF FE][Telemetry] Collect statistics about operations that fails the conversion ( #14736 )
...
* [TF FE] Add error-cause operation event for telemetry
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Revert unneeded changes
* Apply code-review feedback: replace test with unreal op, use error_cause
* Add test model with unreal Add operation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-12-21 10:09:25 +04:00
Vladimir Paramuzov
04c0dbbf60
[GPU] Fix shape infer for 0d broadcast ( #14744 )
2022-12-21 09:39:20 +04:00
Pawel Raasz
5714fdfe6b
Extend partial shape to use back inserter and emplace ( #14723 )
...
* Extend partial shape interface add value_type
- add emplace_back
* Example to created dimension in output shape
instead of using tmp vector
* Add partial shape tests
2022-12-21 08:36:24 +04:00
Felix Dohyun Kim
fcd33063be
[GPU][DG2] Fix deconv unit tests ( #14176 )
...
* Quantize clamp optimization(prepare_quantization.cpp:227) for cldnn is not proper to onednn.
* cast intermediate variable to output type after ~
* cldnn: every fused quantization.
* onednn: all post-ops are processed.
* A little perf regression expected in onednn because clamp is relatively heavier operation than type casting.
* Remove deconv workaround from PR #14139
2022-12-21 11:39:57 +09:00
Karol Blaszczak
55879bdbee
Docs minor release adjustments ( #14745 )
...
Update benchmark-data.csv
update external files
update articles, faq included
* hide ovms benchmark
2022-12-20 23:07:51 +01:00
Karol Blaszczak
d7c3e0acaf
DOCS: Add text for doc headers ( #14671 ) ( #14748 )
...
port https://github.com/openvinotoolkit/openvino/pull/14671
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2022-12-20 23:05:11 +01:00
Anton Voronov
63e0b47a7d
[DOCS][CPU] Added sparse weights decompression feature description ( #14730 )
...
* [DOCS][CPU] Added sparse weights decompression feature description
* sparsity documentation fix
* fixed code snippet names
* moved code snippets into cpu folder
* review changes
* review fixes 2
* review fixes 3
* code style fix
* small fix
2022-12-20 22:15:44 +01:00
Andrei Gorbachev
25671ca219
[GPU] Fix convert color I420 ( #14679 )
2022-12-20 20:02:46 +03:00
Krzysztof Bruniecki
9ba6e48dbf
[GNA] Fix input padding validator ( #14607 )
...
* [GNA] Fix input padding validator
Assert that kernel above padding size
Add tests
Simplify compile target handling in graph compiler
Fix issue 98584
Swap padding end axes when swaping begin (fix 99008)
* [GNA] Add unit test for ShouldUseOnlyConv2DGnaIface fixed
* Apply review
* Simplify mock for GNA Lib
* Fixup missing includes
* Fix static build issues described in 71010
2022-12-20 15:04:40 +00:00
Gorokhov Dmitriy
fa55306794
[CPU] Extend StridedSlice dynamic shape support ( #14541 )
2022-12-20 10:50:41 +00:00
Marcin Kusmierski
6bca87a88a
[GNA] Fix exception handling on wait and infer ( #14578 )
...
* [GNA] Move definition of GNAInferRequest class to source file
* [GNA] Fix handling exception for infer() and wait() gna_infer_request
* fixed handling of exceptions for wait and infer gna_infer_request
* fixed closing ongoing subrequest of divided model in case of exception on
on enqueueing request or waiting for end of request.
* [GNA] Apply review comments, Removed exceptions from enqueue and wait for Worker
* changed API of request worker to return:
* erorr in case wait failed instead of
throw,
* return true/false for enqueue instead of exception for failure case
* [GNA] Fix review commentd related to gna_infer_request and worker_impl
* [GNA] Add tests for GANInferRequest
* added tests for exception handling of Infer, Wait, StartAsync methods of
GNAInferRequest class.
* [GNA] Added final fixes for review comments.
2022-12-20 10:15:15 +00:00
Marcin Kusmierski
bc69385093
[GNA] Create new tests for PWL approximation and refactor numerical_u… ( #14604 )
...
* [GNA] Small Improvement in PWLApproximation and update of unit test for it.
* added template method for floating pointcomparision
* added new tests for PWLApproximation
* [GNA] Refactor numerical_utils and usage of its method in plugin
* refactor numerical utils use template methods for conversion and comparision
2022-12-20 09:20:09 +00:00
cecilia peng
8ef6ad3665
[Paddle] Add paddle frontend developer guide. ( #13464 )
...
* Update src/frontends/paddle/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* [Paddle] Add paddle frontend developer guide.
* add png.
* Update src/frontends/paddle/docs/paddle_frontend_architecture.md
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update src/frontends/paddle/README.md
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* Update src/frontends/paddle/README.md
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Update src/frontends/paddle/README.md
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Update src/frontends/paddle/docs/paddle_frontend_architecture.md
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Update src/frontends/paddle/docs/paddle_frontend_architecture.md
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Update src/frontends/paddle/docs/tests.md
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Update src/frontends/paddle/docs/paddle_frontend_architecture.md
Co-authored-by: mei, yang <yang.mei@intel.com>
* fix CR.
* unit test path
* Update src/frontends/paddle/docs/paddle_frontend_architecture.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/docs/paddle_frontend_architecture.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* fix with mermaid.
* fix
* fix
* Update src/frontends/paddle/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* fix
* fix
* Update src/frontends/paddle/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/docs/paddle_frontend_architecture.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/docs/tests.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Update src/frontends/paddle/README.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* more specific
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: mei, yang <yang.mei@intel.com>
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2022-12-20 13:01:43 +04:00
Pawel Raasz
88456e6c3c
Review tile class for shape inference aspects ( #14673 )
...
* Review tile for shape inference:
- propagate labels and dimension
- template implementation of shape inference
- if repeats is not-positive output dim is always 0
* Refactor Tile shape inference
* Review preserve partial values and labels
* Add support to evaluate bounds from repeats input
* Remove not used code
2022-12-20 12:49:52 +04:00
Sergey Shlyapnikov
f02c663a1d
[GPU] Fix eltwise fusions in case of LT_ALIGNED_READ and vec_size>1 ( #14275 )
2022-12-20 12:13:15 +04:00
Roman Kazantsev
0b2f3347f6
[Tools] Support NumPy 1.24 ( #14728 )
...
* [Tools] Avoid use of NumPy deprecated types
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Revert "[Tools] Avoid use of NumPy deprecated types"
This reverts commit 21ffc167d1
.
* Move to 1.24 Numpy
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-12-19 23:51:34 -08:00
Daria Mityagina
d300abf743
[OV][VPUX] - Debug build flags ( #14651 )
...
* [TEST] - Debug build flags
* Remove the pdb config to let each project use own vxx.pdb file.
Co-authored-by: Xin Wang <xin1.wang@intel.com>
2022-12-20 11:38:43 +04:00
Vladimir Paramuzov
6bc4f00695
[GPU] Refactored GPU verbose utils ( #14549 )
...
* [GPU] Refactored GPU verbose utils
* [GPU] More refacoring
* Fix build
2022-12-20 11:06:01 +04:00
Egor Duplenskii
e306cbc67a
[CPU] [DEBUG CAPS] Extension for snippets and other ngraph transformations ( #14223 )
2022-12-20 08:49:37 +03:00
Oleg Pipikin
40e19dec00
Fix clang warnings for transformation tests ( #14727 )
2022-12-20 08:34:19 +04:00
Roman Kazantsev
a2edb1a483
Use concrete version of numpy for Python binding testing ( #14726 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-12-19 22:47:51 +04:00
Maksim Kutakov
1f84eabcec
[CPU][DOCS] Remove recommendation to use partially defined shapes ( #14674 )
2022-12-19 21:49:46 +04:00
Roman Kazantsev
291eddaecd
[Docs][Install] Update description for default and extras installation of openvino-dev ( #14706 )
...
* [Docs][Install] Update description for default and extras installation of openvino-dev
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* Apply code-review feedback: no need in new environment for the default installation
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
* Apply code-review remarks: grammar corrections and avoid confusion
* Apply code-review feedback: clarify compatibility issue case, remove confusing sentence
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Ryan Loney <ryanloney@gmail.com>
2022-12-19 20:46:23 +04:00
Jan Iwaszkiewicz
c8493bd47b
[PyOV] Update BUILDING.md and minor dev docs fixes ( #14357 )
2022-12-19 16:03:54 +01:00
Egor Duplenskii
4d44c70c32
[CPU] Improve some error messages ( #14668 )
2022-12-19 14:56:40 +04:00
Liubov Talamanova
67f467b2f3
[POT] Updated Simplified mode documentation ( #14545 )
...
* [POT] Added image generation doc for Simplified mode
* Fix comments
* Remove version
2022-12-19 13:26:35 +04:00
Vladimir Paramuzov
ee256e801c
[GPU] Removed legacy public gpu config and related processing ( #14707 )
2022-12-19 11:19:07 +04:00
Zlobin Vladimir
787ba3de4f
replace benchmark_app imean and iscale parameters ( #14621 )
...
* replace benchmark_app imean and iscale parameters
Tickets 80777 and 80900
* Warn about difference with imean and iscale, note that in help
* Clang format
* Clang format
* mean->scale
* Keep mean scale empty if not set
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
2022-12-19 09:27:39 +04:00
Taylor Yeonbok Lee
05159b8cfb
[GPU] Fixed shape infer dep for blocked format ( #14646 )
...
* Fixed shape infer dep for blocked format
* Set preferred format for shape_of to be made from input rank
- ShapeOf should get the original output layout of the previous node, which is not reorderd.
2022-12-18 20:03:23 -08:00
Sofya Balandina
a7d0b7b010
[Confromance, API2] Remove CPU from heteroDeviceName ( #14631 )
2022-12-18 03:45:18 +00:00
Andrei Kochin
1a4117b855
[MO] remove deprecated mean_file option ( #14137 )
...
Signed-off-by: andrei.kochin <andrei.kochin@intel.com>
Signed-off-by: andrei.kochin <andrei.kochin@intel.com>
2022-12-17 15:23:54 +04:00
Oleg Pipikin
b808fb7f4f
Enable warnings for transformation tests ( #14699 )
...
* Remove warning suppression from tests
* Fix warnings MSVC ov_transformations_tests
* Fix warnings MSVC ov_lp_transformations_tests
* Fix code style
2022-12-17 01:54:24 +03:00
Oleg Pipikin
8e3c3f5c04
Enable clang-format for tests ( #14667 )
2022-12-17 01:54:07 +03:00
Sebastian Golebiewski
73771a09f0
DOCS: Homepage - openvino workflow section update - for master ( #14655 )
...
Removing raw html directive
Updating/improving css
adding new diagram
updating css
2022-12-16 19:49:06 +01:00
Tomasz Dołbniak
56606ec46f
ONNX Adaptive average pooling implementation ( #14682 )
2022-12-16 15:39:40 +01:00
Oleg Pipikin
e9812caff5
Change compile options for transformation tests to fix CVS-97900 ( #14608 )
...
* Change compile options for transformation tests to fix CVS-97900
* Disable cpplint
* Remove changes for RelWithDebugInfo config
2022-12-16 17:09:46 +04:00
Jan Iwaszkiewicz
4479585d47
[PyOV] Rewriting properties tests as hardware agnostic ( #14684 )
2022-12-16 12:29:20 +01:00
Maxim Vafin
fce4641a25
Preserve input constant in Squeeze and Unsqueeze shape infer ( #14432 )
...
* Preserve input constant when Squeeze and Unsqueeze shape infer is sone in MO IR Reader
* Fix bom test
* Add tests
* Fix value
* Fix test
* Apply suggestions from code review
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2022-12-16 15:08:28 +04:00
Pawel Raasz
b850f422ba
Review logical ops for shape inference aspects ( #14393 )
...
* Review dims and labels propagation for logical not
* Review dims and labels propagation
for logical and, or, xor
* Remove duplicated tests
* Expand logical ops tests by numpy broadcast
and inputs order
* Review template shape infer of logical ops
- add static shape inference test
- add default ctor test
* Default ctor test for LogicalNot op
2022-12-16 14:37:47 +04:00
Katarzyna Mitrus
72c39c3e32
[Shape Inference] ScatterUpdate - add evaluate_label ( #14381 )
...
* Add ScatterUpdate type_prop tests
* Add evaluate_label for ScatterUpdate
* style update
* Reuse has_no_labels
* Adjust the logic to the single output
* Remove redundant size_check
* Migrate from HostTensor to ov Tensor
* Remove deprecation macro
* Use auto instead of HostTensorPtr
* Adjust tensor element type
* Update to reuse labels vector
* Use sizeof size_t to set element type
* Ensure static shapes on inputs
2022-12-16 14:34:25 +04:00
Katarzyna Mitrus
e0c21ce302
ScatterUpdate CPU shape_infer by entryFirstPassthrough ( #13950 )
...
* ScatterUpdate shape_infer tests
* Add ScatterUpdate to entryFirstPassthrough
* Headers cleanup
* Style update
* namespace update
2022-12-16 14:28:16 +04:00
Przemyslaw Wysocki
4bc80ca446
[PyOV] Make graph tests hardware agnostic - part 3 ( #14639 )
2022-12-16 11:23:35 +01:00