Taylor Yeonbok Lee
eaf36fdd36
Added gather dynamic gpu func test ( #14715 )
...
Currently limited scope of gather is supported for dynamic shape: i.e., input/output dimension should be same if the shape is > 4D
2022-12-22 22:44:35 -08:00
Mateusz Tabaka
90d3448d1b
Update frontend extension docs with python examples ( #14778 )
...
Ticket: 98857
2022-12-23 07:44:25 +01:00
Evgeny Kotov
8807c46056
Transpose sinking Unsqueeze different ranks ( #14354 )
...
* add unit test for incompat shapes case; fix existed unit tests using get_test_name
* cleanup
* fix unit tests; add unsqueeze insertion
* cleanup
* add test for concat
* fix unit test for concat
* reset concat test to master
* cleanup
* cleanup after rebase
* cleanup
* fix after rebase
* clang fixes
* remove unused headers
* input squeeze on forward sinking
* code review fixes
* add test for forward unsqueeze case
* cleanup
* fix windows build warning/error
* code review fixes
2022-12-23 06:52:55 +01:00
Piotr Krzemiński
f9796ee06a
[BENCHMARK_APP] Add warning if performance mode is not set to max on Windows ( #14616 )
...
* [C++] Display a warning if Power Mode is not 'Max Performance' - rebase from master
* [C++] Prevent std::max from colliding with windows.h max macro
* [PYTHON/C++] Update README docs to reflect possible inaccuracies from optimization settings
* [C++] Cleanup windows optimizations
2022-12-23 06:37:57 +01:00
Ruslan Nugmanov
250e075ee9
TFlite layer tests ( #14760 )
...
* tflite layer tests
* tflite inference
* removed part to remove
* clean-ups
* removes input preprocessing for tflite
* Apply suggestions from code review
Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
Co-authored-by: Evgenya Stepyreva <eva.my.link@gmail.com>
2022-12-23 05:44:44 +03:00
Pavel Esir
a7b3ae6a9d
[MO] tmp IR cleanup if serialization or fem.load_by_framework fails ( #14712 )
...
* cleanup tmp IR files after unexpected failures
* separated catching during tmp serialize and fe.load
* updated file path specification
* moved base MO arguments into utils
* removed redundant 'except' blocks
* shortened specifying MO args
* calling unit-tests from subprocess; joined 2 try/except block into a single one
* changed postfix so that test is run without duplications only once
2022-12-22 22:35:13 +03:00
andriipx
31112e2c10
Changed fw_eps for test_conv_5D_precommit tests ( #14573 )
...
* changed fw_eps for test_conv_5D_precommit tests
* fixed cases with changing fw_eps for test_conv_5D_precommit tests
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2022-12-22 19:42:33 +03:00
Oleg Pipikin
eac0be0f82
Move paddle reader tests from ieFuncTests to paddle_tests ( #14166 )
...
* Move paddle reader tests from ieFuncTests to paddle_tests
Fix code style
Modify Paddle reader test to use generated model
* Enable paddle tests in Azure CI
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2022-12-22 14:58:48 +04:00
Tomasz Jankowski
b9749a984d
[Core] Add evaluate to CumSum core op ( #14566 )
...
* Add evaluate to CumSum core op
* Use new API
* Remove unneeded types
* Revert evaluate in template plugin
* Correct evaluete availability
* Improve code
* Add test
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2022-12-22 10:48:47 +00:00
Daria Mityagina
4dc44a5a26
[VPUX] - add replacement /Z7 -> /Zi /FS ( #14753 )
2022-12-22 12:22:00 +03:00
Karol Blaszczak
10368fbd71
add warnings ( #14776 ) ( #14780 )
...
authored-by:
Dariusz Trawiński
Tatiana Savina
2022-12-22 08:57:42 +01:00
Jan Iwaszkiewicz
2acf3e663c
Fix docs requirements versions ( #14729 )
...
* Fix docs requirements versions
* Bump jinja to fix markupsafe issues
2022-12-22 07:05:39 +01:00
Sun Xiaoxia
25ef748646
Modify statistical information threads on Latency mode ( #14392 )
2022-12-22 09:24:19 +04:00
Roman Kazantsev
b435d46f04
[Core util] Collect dynamism signature for sub-graph operations ( #14762 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-12-21 23:40:00 +03:00
Jan Iwaszkiewicz
243da9bc1d
[PyOV] Add pathlib.Path objects as arguments to serialize pass ( #14746 )
2022-12-21 21:44:20 +03:00
Karol Blaszczak
464b5e0b48
DOC-final-benchmark-changes-for-release ( #14770 )
2022-12-21 18:05:03 +01:00
Przemyslaw Wysocki
cc221679e6
[PyOV] Make graph tests hardware agnostic - part 4 ( #14705 )
2022-12-21 14:44:20 +01:00
Xiping Yan
9ba9687301
[CPU] Fix win conditional compilation build failure ( #14589 )
2022-12-21 16:23:51 +04:00
Sergey Shlyapnikov
901e7982d6
[GPU] Fix Experimental Detectron ROI Feature Extractor pyramid levels indexing and Experimental Detectron DO in case of class_agnostic_box_regression option ( #14700 )
2022-12-21 15:11:33 +04:00
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