Commit Graph

8711 Commits

Author SHA1 Message Date
Zhang Yi
7860d3bf78
[CPU] Int8 Interaction node support (#13486) 2022-11-17 10:13:16 +04:00
Ilya Lavrenov
c51ee524ad
Tuned wheels build (#14038) 2022-11-17 00:03:34 +04:00
Ruslan Nugmanov
af7adf2d46
removes frontend lib paths (#14030) 2022-11-16 19:51:05 +04:00
Przemyslaw Wysocki
4cb0c73cef
[PyOV] Update supported Python versions on PyPI pages (#13151) 2022-11-16 13:23:50 +01:00
Ilya Churaev
a410157b67
Fixed macOS stress_tests build with PKG config (#14004) 2022-11-16 15:27:01 +04:00
Eddy Kim
8a2b1c9cf9
updated memory accessor (#14020) 2022-11-16 14:07:26 +03:00
Ilya Churaev
6da7ee3431
Updated documentation for serialize model (#14022) 2022-11-16 14:50:59 +04:00
Irina Efode
47b6155013
[IE TESTS -> CONFORMANCE] Remove skipps from ie_plugin beh tests (#13609)
* [CIE TESTS -> CONFORMANCE] Remove skipps from ie_plugin beh tests

* core_integration

* test

* fix

* dd

* Skipps

* skipps

* Update skip_tests_config.cpp

* try
2022-11-16 14:31:18 +04:00
Mateusz Tabaka
e752ff753b
Simplify dequantization sub-graph detection (#13906)
DisableConvertConstantFoldingOnConstPath was renamed to MarkDequantizationSubgraph
and modified such that it also marks Subtract and Multiply from dequantization subgraph
with 'DequantizationNode' attribute.

Ticket: 65489

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2022-11-16 14:30:24 +04:00
Anastasia Kuporosova
0f647e6b75
Fix finding onetbb lib on windows (#14018) 2022-11-16 14:13:37 +04:00
Przemyslaw Wysocki
79d92b7d8d
[PyOV] Bump pyyaml (#14010) 2022-11-16 13:10:20 +03:00
Anastasiia Pnevskaia
75ba2c9fd7
Replaced openvino.offline_transformations with openvino._offline_transformations. (#13989) 2022-11-16 14:02:13 +04:00
Ethan
875a4b6ed6
Paddle_OP_Not_euqal (#12009)
* add paddle op : not_equal

* update not_euqal test case

* update not_euqal test case

* Update elementwise_ops.cpp

fix clang-format error.

* Update elementwise_ops.cpp

fix clang format error

* Update src/frontends/paddle/src/op/elementwise_ops.cpp

* Delete op_fuzzy.cpp

* Update op_fuzzy.cpp

* Create generate_not_equal.py

* Delete generate_not_equal.py

Co-authored-by: cecilia peng <cecilia.peng@intel.com>
Co-authored-by: mei, yang <yang.mei@intel.com>
2022-11-16 13:24:45 +04:00
Irina Efode
473269a833
[CONFORMANCE] Improve Conformance IR hash algorythm (#14011)
* [CONFORMANCE] Improve Conformance IR hash algorythm

* Update rename_conformance_ir.py
2022-11-16 12:16:52 +04:00
Irina Efode
de57595b35
[CONFORMANCE] Fix filters for Opset10 (#14015) 2022-11-16 12:13:41 +04:00
hyunback kim
8c5f353bf8
[GPU] Enable the functional issued models (#13933)
* [GPU] Add weight format to enable models
   Add g_os_zy_is_x_osv8_isv2, g_os_zyx_is_osv8_isv2, g_os_is_zyx_isa8_osv8_isv2
   These formats are required from brain-tumor-segmentation-0001/mxnet/fp16/bs1,
   resnext-101-3d/onnx/fp16/bs1.
* [GPU] Fix the issue, Can't find reduce output later in OutputsDataMap.
   The layer name of Reduce converted from AvgPool is different originals.
   It caused an exception, so use original name.
   We have AvgPool to Reduce conversion to improve Perf in dGPU.
   -target model
      action-recognition-0001-encoder, driver-action-recognition-adas-0002-encoder
* [GPU] Remove bfzyx format in oneDNN FC supported format
   Current clDNN FC supports 4dims NOT 5dims, and many related logics are implemented from this, likes 
   calc_output_layout.
   For this reason, oneDNN FC 5dims occur the functional issue in resnext-3/onnx/FP16/BS1
* [GPU] Fix to unsupported 6dims block-format in gather cals_output_layout.
   It's failed issue in cocosnet/onnx/FP16/BS1

Signed-off-by: hyunback <hyunback.kim@intel.com>
2022-11-16 17:06:36 +09:00
Wang, Yang
9bc0dad7be
[AUTO] Update ov::set_property function (#13738)
* ov::set_property should not set HW plugin when device is AUTO or MULTI plugin.

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

* core set_property() didn't support setting ov::device::propreties for HW device.

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

Signed-off-by: Wang, Yang <yang4.wang@intel.com>
2022-11-16 11:15:24 +04:00
Ilya Lavrenov
90427b019e
Unbrick TF FE (#13779) 2022-11-16 10:53:10 +04:00
Mateusz Tabaka
985bdc1138
Enable SmartReshape in offline transformations (#13510)
Ticket: 79534
2022-11-16 07:37:15 +01:00
Taylor Yeonbok Lee
58f8f1a70e
Fix memory realloc for fake alignment (#13996) 2022-11-16 09:04:57 +03:00
Vladimir Paramuzov
21ead7cbc6
[GPU] Dynamic kernels infra and Permute ref kernel (#13661) 2022-11-16 09:29:12 +04:00
Anastasiia Pnevskaia
de1a08c076
Update OMZ submodule. (#14014) 2022-11-15 23:43:32 -05:00
River Li
0e76224199
[Windows] solve warning C4267 and C4244 issue for template plugin test cases (#13736)
* [Windows] solve warning C4267 and C4244 issue for template plugin

* Solve or WA C4267 and C4244 caused by system header files(numeric and utility)
2022-11-16 07:46:46 +04:00
Vladislav Golubev
0f531ffa2d
openvino_gapi_preproc_s including temporary disabled (#13982) 2022-11-16 02:23:08 +04:00
Tingqian Li
80971ae8e8
[CPU] Optimize fused FQ/Eltwise nodes to use less binary postOps (#13502) 2022-11-16 00:26:02 +03:00
Ivan Tikhonov
8d3b382ca9
fix DynamicStitch tests (#14005) 2022-11-16 00:24:38 +03:00
Maciej Kwapulinski
57293a6833
[GNA] race around GNA memory queues' destruction removed (#13905)
* race around gna memory queues' destruction removed

* GNA device gets closed at GNAPlugin destructor
2022-11-15 23:25:35 +03:00
Ilya Lavrenov
20419905c3
Fixed compilation with gcc-12 (#13983)
* Fixed compilation with gcc-12

* Made python to be a mandatory dependency for gpu plugin

* Apply suggestions from code review
2022-11-15 21:59:27 +03:00
Vladimir Paramuzov
fd961d6e56
[GPU] Allow devices which don't support OOO queue (#13900) 2022-11-15 17:51:09 +04:00
Vladislav Golubev
80ce00aa7c
[Snippets] BF16 support enabled (#13859) 2022-11-15 17:40:45 +04:00
Ilya Churaev
d337f6b16f
Add get available opsets (#13920)
* Added doxygen comment for opset10

* Added get_available_opsets method to API

* Fixed build

* Fixed build and typo

* Use constant map

* Removed defines from global opset

* Added const to map
2022-11-15 16:35:09 +03:00
Georgy Krivoruchko
8be7b791d3
Test Runner added separation of tests (#13684) 2022-11-15 16:53:32 +04:00
Denis Orlov
a6a63671f3
[GNA] Add the batch notice for GRUCell in docs (#14009) 2022-11-15 11:09:40 +00:00
Vladimir Paramuzov
d48ec0c855
[GPU] Added network input shape to perf data (#13628) 2022-11-15 14:49:15 +04:00
Irina Efode
ed2d34fc6b
[CONFORMANCE] FIX OpImplCheck (#13787) 2022-11-15 13:48:48 +03:00
yanlan song
80a07375bf
Bell/hetero execution devices (#13924)
* initial commit

Signed-off-by: fishbell <bell.song@intel.com>

* add cases

Signed-off-by: fishbell <bell.song@intel.com>

* apply review comments

Signed-off-by: fishbell <bell.song@intel.com>

* enable app

Signed-off-by: fishbell <bell.song@intel.com>

* clang

Signed-off-by: fishbell <bell.song@intel.com>

* apply review comments

Signed-off-by: fishbell <bell.song@intel.com>

* enable cpu conditionally

Signed-off-by: fishbell <bell.song@intel.com>

* enable cpu tests

Signed-off-by: fishbell <bell.song@intel.com>

Signed-off-by: fishbell <bell.song@intel.com>
2022-11-15 09:53:18 +00:00
Katarzyna Mitrus
49b8a73c46
[ONNX] ConstantOfShape with empty tensor input (#13994)
* Tests for ConstantOfShape scalar

* Enable onnx ConstantOfShape scalar
2022-11-15 10:45:53 +01:00
Oleg Pipikin
1cc8550512
Move conditional compilation tests from ieFuncTests to ov_conditional_complilation_tests (#13899)
* Move CondCompl tests to new executable. Add it to CI

* Fix code style

Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2022-11-15 13:29:19 +04:00
Felix Dohyun Kim
f9e0020677
[GPU] Unittest fix for discrete GPU (#13978) 2022-11-15 18:14:42 +09:00
Pavel Esir
34f16bf749
[MO] turn on bom_tests (#13721)
* turn on bom_tests

* fixed root directories to search

* leftovers fix

* removed requirements from package_BOM.txt; corrected error messages to install via pip

* removed extract_release_version.py from package_BOM.txt, added requirements files to skip

* removed redundant commented line

* mentioned CustomLayersMapping.xml.example in docs

Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
2022-11-15 12:38:59 +04:00
Maciej Smyk
11338ad076
tf_openvino (#13786) 2022-11-15 08:02:54 +01:00
Roman Kazantsev
83ee6aec15
[TF FE] Reimplement NonMaxSuppression translator and test in the pre-commit (#13974)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-11-15 10:58:47 +04:00
Sebastian Golebiewski
c9a44dcb9c
DOCS: Install raspbian updates - for master (#13992)
* update raspbian installation

* fix formatting

* update

* update unlink command

* update the architecture

* Update installing-openvino-raspbian.md

* Apply suggestions from code review

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-11-15 13:34:38 +08:00
Andrew Kwangwoong Park
64498b67a2
[GPU] Baseline program_node and kernel_impl_params with output layouts for multiple outputs support (#13761)
* Intial update for NMS mutiple outputs support

- update get_depedencies_new primitive overriding func for nms and reorder
- primitve API update for nms and reorder
- add non_max_suppression_base test TC for multiple outputs
- update non_max_suppression cpu impl for backward compatibility
- update dependencies_new for remove_redundant_reorders opt pass

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

* Update program_node and kernel_impl_params for multiple outputs supports

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

* Fix runtime error and failed TC for multiple outputs support

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

* Fix conflicts and newly update

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

* TopK shape infer

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

* Implement TopK gpuFunctests for dynamic shape and multiple outputs

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

* Fix conflicts

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

* minor API fix

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

* NMS shape infer

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

* Implement Nms gpuFunctests for dynamic shape and multiple outputs

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

* move gpuFunctests and fix conflict

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

* Fix issues for Nms gpuFunctests

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

* Fix conflicts and code cleanup

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

* apply clang-format

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

* Apply change to onednn primitive_impl

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

* Fix CI issues

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

* Apply code review

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

* updates for ngraph shape infer

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

* Fix conflicts

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

* Apply code review

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

* Failing case

* Apply code review

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

Signed-off-by: Andrew Park <andrew.park@intel.com>
Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
2022-11-15 08:31:16 +03:00
Daria Mityagina
d27baa8811
[MyriadX][CVS-89635] - ovtf data->_producerEdge != nullptr - fix (#13973)
* [MyriadX][CVS-89635] - ovtf data->_producerEdge != nullptr - fix

* [MyriadX][CVS-89635] - ovtf data->_producerEdge != nullptr - trying not to break tests

* [MyriadX][CVS-89635] - ovtf data->_producerEdge != nullptr - exit them all + test
2022-11-15 07:45:22 +03:00
Tomasz Jankowski
c5eb25d3ea
Transformation component transition to OV namespace (phase 2) (#13557) 2022-11-15 04:40:48 +03:00
Roman Kazantsev
d6dc40bf34
[TF FE] Refactor translator for L2Loss and test in the pre-commit (#13972)
* [TF FE] Refactor translator for L2Loss and test in the pre-commit

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

* Use Power for square operation

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-11-15 03:47:56 +03:00
Xiake Sun
5ac06838cd
Fix pcsort message format to be consistent cross language (#13936) 2022-11-14 14:26:31 +01:00
Piotr Krzemiński
d951623027
[BENCHMARK_APP/PYTHON/CPP] Align benchmark_app output across languages (#12814)
* [PYTHON] Pipeline transfer

* [PYTHON] Align python benchmark

* [PYTHON] Align last step

* [PYTHON] Fix innacuracies of the last step - median

* [PYTHON/CPP] Add Core::get_version method to python API, refactor Ben benchmark to print version with this func

* [PYTHON] Remove get_version_string from API

* [PYTHON/CPP] Align output for model input/output info

* [PYTHON/CPP] Step 4,6 alignment of outputs, step 8 dumps all info stored in config parameters

* [CPP] Fix a bug causing nstreams parameter to never be set to AUTO in CPP benchmark_app

* [CPP] Fix clang format errors

* [CPP] Modify print order and data output for 8th step

* [PYTHON] Add verification checks from C++, modify set_thoughtput_streams to match documentation

* [CPP] Revert changes to C++ benchmark_app

* [CPP] Remove additional spacebar

* Update submodules versions on remote

* Update module from master branch

* Redownload submodules from master and override changes from commit

* [PYTHON] Remove unneccesary parse_status from validation function

* [PYTHON] Check for HINT in map, fix circular import

* [PYTHON] Remove artifacts from commit, fix args.perf_hint set to '' instead to 'none'

* [PYTHON] Reverse changes to perf hint, add key in map check, fix validation function throwing error on set hint

* [PYTHON] Fix linter

* [PYTHON] Remove linter spacebar

* [CPP] Fix wait_all exception throw

* [CPP/PYTHON] Clean artifacts and unwanted changes from work process

* [PYTHON] Fix artifacts from merge, clean submodule update

* [C++ CPU] Fix device name string by removing padding NULL characters from the back

* [CPP] Fix ba infer_request_wrap in other throw-catch clauses

* [PYTHON/CPP] Fix missing latencies in final step for shape group, fix minor misaligned messages, add missing report parameter create infer requests time

* [CPP] Clang fix formatting

* [CPP] Reverse clang fix format on plugin.cpp

* [PYTHON/CPP] Fix C++ progressbar printing endl when disabled, fix rounding in python creating infer request message

* [CPP] Fix foramtiing error

* [PYTHON/C++] Refactor network to model based on naming conventions, provide fresh README output example

* [PYTHON/C++] Add example output to C++ README, remove unnecessary device loop

* [BENCHMARK_APP/C++] Fix artifact from refactoring, remove try-catch clause

* Update samples/cpp/benchmark_app/benchmark_app.hpp

Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>

* Update samples/cpp/benchmark_app/main.cpp

Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>

* Update tools/benchmark_tool/openvino/tools/benchmark/main.py

Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>

* Update samples/cpp/benchmark_app/main.cpp

Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>

* [CPP] Fix clang errors

* [CPP/PLUGIN Reverse modification to extract to separate task

* Update tools/benchmark_tool/openvino/tools/benchmark/main.py

Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>

* Update tools/benchmark_tool/openvino/tools/benchmark/parameters.py

Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>

* Update tools/benchmark_tool/openvino/tools/benchmark/utils/utils.py

Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>

* Update tools/benchmark_tool/openvino/tools/benchmark/main.py

Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>

* [PYTHON/C++/BENCHMARK_APP] Fix language inconsistencies, remove unnecessary checks

* Update pyopenvino.cpp

* [CPP/BENCHMARK_APP] Remove unnecessary try-catch, fix linter errors

* [PYTHON/CPP/BENCHMARK_APP] Revert changes to Core, align version prints usin only provided methods

* [DOCS/BENCHMARK_APP] Update README with proper model examples

* Update README.md

Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
2022-11-14 14:10:36 +01:00
Xuejun Zhai
cda2df8736
[CORE][Unite Test][Warning Fix] core unite test warning (#13757)
* [CORE][Unite test] Fix conflicts

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

* [CORE][Unite Test] clear cmake

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

Signed-off-by: Xuejun Zhai <Xuejun.Zhai@intel.com>
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2022-11-14 12:50:29 +00:00