Commit Graph

8312 Commits

Author SHA1 Message Date
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
Luwei Zhou
61acc4a08b
[CPU] Add conv per-tensor input zero point. (#12270)
- Enable per-tensor zp on AVX512_VNNI and AVX512_AMX ISA to use BRGCONV kernel.
- Fix brgconv should not be disabled correctly in some INT8 model which has binary postops
- Merge optimization of convolution attribute PR to lower down the load network time latency
- Only enable conv/group conv S8 input on AMX. Non-AMX same with 2022.1 LPT input precision config.
2022-10-13 10:07:11 +04:00
hyunback kim
383ec09d85
[GPU] Fix endless loop issue in onednn optimization post-opt (#13413)
* [GPU] Fix endless loop issue in onednn optimization post-opt
* Reproduced in yolo_v5s.int8
* Add OV_GPU_DisableOnednnOptPostOps in debug_configuration
2022-10-13 14:47:03 +09:00
Ilya Churaev
01d332eb59
Added initial documentation version for Inference component (#13439) 2022-10-13 08:38:32 +04:00
Karol Blaszczak
22bfd50b5f
DOCS-https-change-for-notebook-repository (#13426)
Porting https://github.com/openvinotoolkit/openvino/pull/13145 to master

Co-authored-by: Alina Kladieva <alina.kladieva@intel.com>
2022-10-13 07:18:35 +04:00
Maciej Smyk
39abc5368d
DOCS: Port to master - NNCF Fix (#13283)
Port from #13215
2022-10-12 17:06:37 +02:00
Przemyslaw Wysocki
b36fc446a3
[PyOV] Update docs with Python 3.10 (#13243) 2022-10-12 15:52:41 +02:00
Mikhail Ryzhov
a197c814f8
renamed unit tests in azure ci (#13450) 2022-10-12 17:04:23 +04:00
Sebastian Golebiewski
60099a19bd
DOCS: Fixing formatting in Samples - port to master (#13128)
* DOCS: Fixing formatting in Samples - porting to master

Porting
https://github.com/openvinotoolkit/openvino/pull/13085

Fixing incorrectly numbered lists and indentation of code blocks.

* Update get_started_demos.md

Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
2022-10-12 14:16:02 +02:00
Karol Blaszczak
7f75da93ed
DOCS-benchmarks table update (#13436) 2022-10-12 12:39:13 +02:00
Oleg Pipikin
11579530b7
Add IR frontend tests (#13178)
* Add IR frontend tests

* Fix comments

* Add tests

* Fix comments 1

* Fix comments 2

* fix comments 3

* fix code style

* Fix comments 4

* Fix comments 5

Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2022-10-12 13:31:58 +04:00
Irina Efode
07aabf27bc
The same Conformance IR name version by version (#13329)
* Initial version

* Add ports info

* Checks

* add dynamic
2022-10-12 11:46:01 +03:00
Ilya Lavrenov
c2911adf94
Conda-forge fixes (#13392) 2022-10-12 12:16:13 +04:00
Mikhail Ryzhov
ea3ac0d335
[GNA] Rename and move to new place gnaFuncTests, gnaUnitTests (#13280)
* [GNA] Move tests to plugin dir

* reverted temporary fix

* Added linux specific compiler flags

Co-authored-by: Adam Tumialis <adam.tumialis@intel.com>
2022-10-12 09:33:42 +02:00
Haiqi Pan
c0c4c41241
Correct the GPU number that triggers the CPU removal in CTPUT (#13225) 2022-10-12 15:00:04 +08:00
Katarzyna Mitrus
844b0a2682
[shape_infer] Shape inference function for GRU/AUGRUSequence operations (#12982)
* shape_infer function for gru_sequence

* Reuse gru sequence shape infer for augru shape infer

* link ov_shape_inference in transformations

* Move attention input validation to shape_infer

* Update gru_sequence type prop tests

* type prop tests update

* gru_sequence shape_infer tests

* Update merged dimensions init

* Enable GRUSequence shape_infer in cpu

* Comments update

* Align error messages

* Change constexpr int to size_t in tests

* Apply types refactor

* Remobe set_input_is_relevant_to_shape from gru/augru_sequence

* Style apply

* revert constexpr for result_et

* Uninitialize valid_num_directions variable
2022-10-12 10:35:54 +04:00
Pawel Raasz
988ed3b2f1
Remove deprecated util functions (#13417)
* Remove deprecated and not used functions:
- ngraph::is_valid_permutation
- ngraph::apply_permutation

* Use not blocking assertion in transpose test,
type prop
2022-10-12 10:23:26 +04:00
Pawel Raasz
660b309235
Extract and move transpose evaluate bounds tests (#13428)
* Extract and move transpose evaluate bounds tests

* Apply clang-format
2022-10-12 06:41:02 +02:00
Ivan Tikhonov
8a9890dbf1
[TF FE] Support DynamicStitch operation (#13408)
* Delete unneccessary changes

* codestyle

* skip dynamic stitch layer tests for legacy frontend

* apply review comments

* fix unit tests, apply review comments
2022-10-12 08:04:19 +04:00
Wang, Yang
6bd099917a
[AUTO plugin] Enable benchmark setting performance hint with none value to hardware device through AUTO/MULTI plugin (#13063)
* Set 'UNDEFINED' as the performancehint default value. Update benchmark app to pass performance hint with none value to MULTI/AUTO plugin.

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

* Using 'UNDEFINED' as the default value of hint in AUTO/MULTI plugin.

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

* Adding a flag instead of adding a default value of hint to check if user configures the performance hint to AUTO/MULTI plugin.

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

* Update benchmark python version.

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

Signed-off-by: Wang, Yang <yang4.wang@intel.com>
2022-10-12 10:03:17 +08:00
yanlan song
37a0afa330
disable binder related tests (#13399)
Signed-off-by: fishbell <bell.song@intel.com>

Signed-off-by: fishbell <bell.song@intel.com>
2022-10-12 04:12:42 +03:00
Ekaterina Aidova
d6694e4820
[OMZ]: update submodule to minimize ac dependencies (#13416) 2022-10-11 19:56:58 +04:00
Liubov Talamanova
968bd6c96b
Fix bug with unknown node type (#13406) 2022-10-11 19:05:54 +04:00
Evgenya Stepyreva
abd58eef5c
Group Convolution: prevent dyn input shape from making weights dynamic via ShapeOf (#13374)
* GroupConvolution: prevent dynamic input shape to make weights dynamic via ShapeOf

* Minor fix to get rid of deprecation warnings
2022-10-11 18:48:11 +04:00
Ruslan Nugmanov
37dbcdac3f
Adds fixture for tf2 layer tests to run them with new FE (#13403)
* Adds fixture for TF new FE

* fixes imports
2022-10-11 17:25:05 +04:00
Roman Lyamin
9c6ad77852
[GPU] FullyConnected dynamic (#13015)
* [GPU] FullyConnected dynamic

* [GPU] Fix FC OneDNN usage
2022-10-11 16:51:18 +04:00
Oleksandr Zhydkov
2d4d80a444
[GPU] Add support class agnostic box regression for experimental detectron … (#13003)
* add support class agnostic box regression for experimental detectron detection output

* add test
2022-10-11 21:31:47 +09:00
Oleksii Khovan
66b5f9acf2
[GPU] GenerateProposals-9 (#11994)
* add static_output attribute to enable GPU implementation of GenerateProposals.
This change may be reverted when dynamic shapes support will be implemented
in GPU plugin.

* - add GPU single layer test;
- add normalized attribute to SLT.

* add GPU primitive for GenerateProposals

* add kernel for GenerateProposals

* add unit test for GenerateProposals

* add blocked layouts support

* tidy up

* support blocked layouts also for 2nd and 3d outputs

* Transformation to deal with dynamic output in GPU
  - revert changes in GenerateProposals interface and shape inferenece;
  - add transformation;
  - custom compare method in single-layer test.

* address review comments

* fix after rebase

* fix after rebase

* review comment: added nms_eta to testcase name generation

* - added input types combination to functional tests;
- fix float16 comparison.

* fix after rebase

* use vector for input ids

* fix after rebase
2022-10-11 21:10:32 +09:00