Commit Graph

8489 Commits

Author SHA1 Message Date
Vladislav Golubev
2d33f6f603
[CPU] LSTM Sequence test enabled (#13323) 2022-10-18 18:43:03 +04:00
Artur Kulikowski
e12983e82c
Copy runtime info in RIC fusion transformation (#13490)
* Copy runtime info in RIC fusion transformation

* Use ov namespace

* Iterate over const refs instead of use iterator
2022-10-18 16:30:53 +02:00
Evan
8a6d68ad2f
Docs: Update "What's Next?" section in PyPI installation instructions (#13219)
* docs: Rewrite What's Next section on PyPI page

* docs: fix link to Python example

* docs: add link to additional configurations page

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

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>

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

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>

* docs: remove Whats Next link

* docs: fix what's next link

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

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

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-10-18 21:52:35 +08:00
Evan
993f22eff6
Docs: update for consistent usage of OpenVINO Runtime (master branch) (#13154)
* Docs: update for consistent usage of OpenVINO Runtime

* Update docs/install_guides/configurations-for-intel-gna.md

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

* Update docs/install_guides/configurations-for-intel-gna.md

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

* Update docs/install_guides/configurations-for-intel-gpu.md

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

* Update docs/install_guides/configurations-for-intel-gpu.md

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

* Update docs/install_guides/configurations-for-ivad-vpu.md

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

* Update docs/install_guides/configurations-for-ncs2.md

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

* Update docs/install_guides/configurations-for-ncs2.md

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

* Update docs/install_guides/configurations-for-ncs2.md

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

* Update docs/install_guides/installing-openvino-linux-header.md

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

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

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

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

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

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

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

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

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

* Update docs/install_guides/installing-openvino-windows-header.md

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-10-18 16:50:36 +03:00
Evan
a82eb6e9c3
docs: Update Troubleshooting overview page (#13217)
* docs: update troubleshooting overview page

* Update docs/install_guides/troubleshooting.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-10-18 16:41:16 +03:00
Vladimir Paramuzov
5453965566
[GPU] Refactor kernel selector to make file path a bit shorter (#13419) 2022-10-18 17:41:09 +04:00
Alexander Kozlov
7019afd7ff
Fixed versions of POT dependencies (#13497)
* Fixed versions of POT dependencies

* Keep pandas version fixed due to incompatibilities with the numpy
2022-10-18 15:59:54 +04:00
Katarzyna Mitrus
24e74b55ad
Shape infer review (dim labels and intervals) - BinaryElementwiseArithmetic ops (#13285)
* Add missing div/mul/sub type_prop test files to CMakeLists

* Align license note in missed test files

* Add interval dimension tests for binary arithmetic ops

* Align test file style

* Add test for broadcast none

* Add more numpy test cases

* Add pdpd broadcat tests

* Add more intervals numpy broadcast tests

* add attr types header

* Register tests in ArithmeticOperator suite

* Change all assert_eq to expect_eq

* pdpd broadcast tests clean up

* Add tests for dim labels numpy broadcast

* Style format

* Tests improvement

* More label tests

* Comment update

* Add more tests for numpy and none broadcast

* PDPD tests cleanup

* Refactor tests to use get/set_shape_labels helper

* Add more label tests

* Add more tests, use TableOfEquivalence

* Propagate d2 label if labels are not equal

* Make common `merge_labels` helper function

* Update MatMul labels test

* Fully dynamic shape test numpy/none/pdpd

* Separate and refactor test cases
2022-10-18 13:32:37 +04:00
Przemyslaw Wysocki
1861609119
[PyOV] Fix nightly pip conflicts (#13387)
Signed-off-by: p-wysocki <przemyslaw.wysocki@intel.com>
2022-10-18 11:24:06 +02:00
Pawel Raasz
4bc36f29f4
Review opset1 concat for shape inference aspects (#13455)
* Add interval dim test to Concat op
- use common test fixture for PartialShape OK scenario

* Use get_shape_labels in Concat tests

* Add label_evaluate test for Concat op

* Add validation util to check no labels in tensor

* Add template shape inference for Concat op

* Move Conact evaluate_label test to evaluate bounds

* Fix cpplint issue
2022-10-18 13:17:21 +04:00
Nadezhda Ageeva
e9681fca49
Fix query_model for unconnected Parameters (#13511) 2022-10-18 11:05:10 +03:00
mei, yang
7f3c95c161
Meiyang/paddle 2.3 (#13272)
* Migrate to PDPD 2.3

* update supported paddle version to 2.3.2

* update paddle test with paddle new static API on 2.3.2

* fix issue of different output shape with paddle's

* fix clang format issue

* fix compiling issue

* integrate paddle static save model api to original save model api

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: Alina Kladieva <alina.kladieva@intel.com>
2022-10-18 11:14:03 +04:00
Ivan Tikhonov
8e130391f0
EliminateSplitConcat transformation (#13373)
* SplitConcatElimination transformation

* ov namespace

* fix: add an additional check for split

* Fix lpt tests: added unary op between Split and Concat to avoid elimination

* add additional check in SplitConcatElimination, add new tests

* apply review comments, add detailed description of the special case

* apply review comments

* clean up

* apply review comments

* Apply suggestions from code review

Co-authored-by: Ilya Churaev <ilyachur@gmail.com>

* codestyle

Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
2022-10-18 11:03:52 +04:00
Felix Dohyun Kim
f2bdffb04f
[GPU][DG2] Fix some bugs (#13517)
* Bugfix: deconv 2 conv optimization
2022-10-18 15:34:50 +09:00
Sungeun Kim
b21510f9f6
Optimize b16 (#13205)
* optimize models on batch16
* add is_os_yx_isv16_osv8 to format_traits_map
* choose onednn deconv
  - remove checking deconv cross-precision
  - implicit concat could not support byxf.

Co-authored-by: Jade Cho <jade.cho@intel.com>
2022-10-18 13:35:45 +09:00
Ilya Churaev
0f3621ec9b
Removed global opset mutex (#13501)
* Removed global opset mutex

* Fixed compilation

* Fixed IR frontend
2022-10-18 07:28:43 +04:00
avoskoboinyk-lohika
daa8aaa894
Unbreak ShapeOf conformance test with dynamic shapes (#13326) 2022-10-17 21:47:14 +03:00
Ilya Lavrenov
5519fff5c2
Fixed RDFT under Rosetta (#13495) 2022-10-17 15:02:28 +02:00
Irina Efode
c81fa39d3d
[IE TESTS] Fix build with -DENABLE_FUNCTIONAL_TESTS=OFF && -DENABLE_TESTS=ON (#13494)
* [IE TESTS] Fix build with -DENABLE_FUNCTIONAL_TESTS=OFF && -DENABLE_TESTS=OFF

* Comment
2022-10-17 13:09:10 +03:00
Ilya Lavrenov
5889b82a2a
Fixed arm cross-build (#13504) 2022-10-17 13:39:34 +04:00
Maciej Smyk
be2180654e
several ports to master
Fixing issues for Ecosystem Overview, Media Processing and Extensibility.

Porting:
#13098
#13086
#13108
2022-10-17 11:06:04 +02:00
Sebastian Golebiewski
0db641fc51
DOCS: Fixing math equation for master (#13210)
A small fix for math equation that was not rendering properly... further changes required in the future, when build process is simplified.
2022-10-17 11:31:16 +03:00
Sebastian Golebiewski
d17464985a
DOCS: Updating link to OMZ Demos (#13258)
Changing the version of the docs to which a link directs.

Porting:
https://github.com/openvinotoolkit/openvino/pull/13256
2022-10-17 10:16:02 +02:00
Andrew Kwangwoong Park
550e59070e
[GPU] Baseline primitive, primitive_inst, program_node change for multiple outputs support (#13295)
* Update primitive, primitive_inst, and program_node for multiple outputs support

Signed-off-by: Andrew Park <andrew.park@intel.com>

* Update arg_max_min kernel for multiple outputs support

Signed-off-by: Andrew Park <andrew.park@intel.com>

* Fix failed unittests TCs

- remove duplicate output memory

Signed-off-by: Andrew Park <andrew.park@intel.com>

* Clean up code

Signed-off-by: Andrew Park <andrew.park@intel.com>

* Apply code review

Signed-off-by: Andrew Park <andrew.park@intel.com>

Signed-off-by: Andrew Park <andrew.park@intel.com>
2022-10-17 15:13:19 +09:00
Min, Byungil
f1d816f6aa
[GPU] Add planar format to onednn reduction (#13445)
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2022-10-17 15:04:41 +09:00
Wang, Yang
0552d98802
[AUTO]Update the incorrect config test for Myriad (#13271)
* Update the config test for Myriad because config checking logic is updated in the MULTI/AUTO plugin.

Signed-off-by: Wang, Yang <yang4.wang@intel.com>

* Update.

Signed-off-by: Wang, Yang <yang4.wang@intel.com>

Signed-off-by: Wang, Yang <yang4.wang@intel.com>
2022-10-17 09:29:16 +08:00
Anastasia Kuporosova
81c0456acf
[PyOV] Fix userdata default value (#13481)
* [PyOV] Fix userdata default value

* add test

* apply fixes
2022-10-15 13:11:15 +02:00
Ilya Lavrenov
2e336e4bb8
Fixes for brew support on OSX (#13476)
* Fixes for brew support on OSX

* Added new policy

* added quotes

* Used OpenVINODeveloperPackage

* Extra fixes

* Use standard verbose variable

* Fixed pkg-config generation
2022-10-15 00:15:03 +03:00
Xuejun Zhai
830cc6ed73
[C API DOC] fix mac build error, caused by compiled model doesn's provide api to get input port with nan const (#13488)
Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>
2022-10-14 18:51:51 +04:00
Pavel Durandin
0a174e6788
[GPU] Fix for windows memory fail (#13489) 2022-10-14 17:31:48 +03:00
Georgy Krivoruchko
ea5b7a2c65
TensorFlow Equal layer test implementation (#13334) 2022-10-14 16:20:29 +04:00
Sergey Shlyapnikov
5fea4c3fc3
[GPU] Convert activation's slope buffer data type for OneDNN fusions (#13444) 2022-10-14 13:58:35 +04:00
Sergey Shlyapnikov
0b8f1f8c00
[GPU] Optimize reorder between permute and first convolution (#13459) 2022-10-14 13:57:58 +04:00
Irina Efode
bbfd5635a6
[IE TESTS] Fix cuda plugin fix for PR443 (#13479) 2022-10-14 12:19:47 +03:00
Roman Kazantsev
3b642e2465
[TF FE] Remove export of API for helper transformations (#13484)
* [TF FE] Remove export API for helper transformation

Also, it skips layer tests for SegmentSum and DynamicPartition in case legacy frontend

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

* Split test suites for DynamicPartition

* Update CMake to link additional sources for the tests

* Update Cmake to fix unresolved symbol get_message_prefix_tf

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-10-14 12:17:16 +03:00
Irina Efode
22d08de791
Separation Static and Dynamic operations in Subgraph Dumper serialization (#13420) 2022-10-14 11:31:00 +03:00
Oleg Pipikin
c8050d017b
Disable IRFrontendTests.elementary_model_reading_v9 (#13471) 2022-10-14 09:24:11 +03:00
Tomasz Jankowski
b424ee2568
[Core] Move op_eval tests into Template plugin (#13001)
* Remove redundant tests

* Remove MatMul op_eval tests

* Remove RoiAlign, RoiPooling op_eval tests

* Move VariadicSplit op_eval tests to TemplatePlugin

* Move Transpose op_eval tests to TemplatePlugin

* Move Interpolate op_eval tests to Template Plugin

* Redo Interpolate_v4 tests

* Adopt to new exception messages
2022-10-14 07:45:28 +03:00
Xuejun Zhai
4c329fbe5a
[C API DOC] update C API user guide pipeline (#13290)
* [C API DOC] update C API user guide pipeline

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

* [C API DOC] C API user guide pipeline add Link & Build part for C

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

* [C API DOC] C API user guide pipeline add objects release for C

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

* [C API DOC] C API user guide pipeline clear annotates

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

* [C API DOC] fix build error

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

* [C API DOC] Reconstruct the guide about integration with OpenVINO Runtime for C

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

* Revert "[C API DOC] Reconstruct the guide about integration with OpenVINO Runtime for C"

This reverts commit 9552054e7e.

* [C API DOC] split project structure & Cmake

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

* [C API DOC] using correct input shape

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

* [C API DOC] align with C++ code example

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

* [C API DOC] fix build error

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>

Signed-off-by: xuejun <Xuejun.Zhai@intel.com>
2022-10-14 07:27:40 +04:00
Irina Efode
dafa67cf27
[IE TESTTS] Move Set_Device_Name to correct place (#13473) 2022-10-14 06:17:03 +03:00
Mykhailo Hnap
30774036ab
[GPU] Implement CTCLoss-4 (#13122) 2022-10-14 11:13:32 +09:00
Roman Kazantsev
b08fa945bc
[TF FE] Support Unique operation via transformation (#13463)
* [TF FE] Support Unique operation via transformation

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

* Fix other part: place header for UniqueReplacer and test name

* Remove redundant included headers in the transformation test

* Add one more case in the transformation test

* Implement the right way for mapping tensor names

* Apply code-review: rename out_idx, add check for 1D

* Fix unique_replacer test

* Fix typo in the test

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

* Add FunctionsComparator CmpValues ACCURACY to the test

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-10-13 21:34:29 +03:00
Oleg Pipikin
2d8faed15b
Fix Mac CI. Disable ir frontend tests (#13475) 2022-10-13 22:18:07 +04:00
Irina Efode
78d6f68de4
Infra for device suffix (#13339)
* [IE TESTS] Using Gflags instead of parsing command-line options

* Apply infra for suffix

* remove extra

* Squashed commit of the following:

commit c249f5d581
Author: iefode <irina.efode@intel.com>
Date:   Thu Oct 6 11:56:11 2022 +0400

    Fix default values for command-line argument

commit b2dbb4418c
Author: iefode <irina.efode@intel.com>
Date:   Wed Oct 5 18:09:22 2022 +0400

    rename gflags config

* Fix errors

* Remove gflag using

* Remove gflags

* Update main.cpp

* Update main.cpp
2022-10-13 15:45:03 +04:00
Ilya Churaev
b0fadcebd6
Update information about tests for IR frontend (#13465)
* Update information about tests for IR frontend

* Fixed typos

* Update src/frontends/ir/README.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/ir/docs/tests.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/ir/docs/tests.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/ir/docs/tests.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update src/frontends/ir/docs/tests.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2022-10-13 15:31:57 +04:00
Sebastian Golebiewski
18348b1081
DOCS: Fixing readme for master (#13252)
* DOCS: Fixing Readme for master
Minor linguistic corrections and fixing links.
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
2022-10-13 13:06:45 +02:00
Ilya Lavrenov
4a727ea54d
Disabled TBB and OpenCV downloading for aarch64, keeping only for yocto (#13462) 2022-10-13 14:16:20 +04:00
Szymon Irzabek
296b621577
[GNA] Replace fixed quantization code with a more flexible approach (#13237) 2022-10-13 10:21:59 +01:00
Irina Efode
3f14ec7fcb
Fix relative path in conformance runner script (#13418) 2022-10-13 12:50:49 +04:00
Zhang Yi
7d5e0abcaa
[CPU]add interaction op with FP32 & BF16 support (#12351) 2022-10-13 11:59:48 +04:00