Commit Graph

10505 Commits

Author SHA1 Message Date
yanlan song
769353df00
Support dynamic output models with all possible devices instead of CPU only (#15594)
* with dynamic output models, do not use intermediate IE blobs

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

* enable tests

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

* add some log/comment

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

* refine and enable tests

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

* change implementation

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

* fix issue with 1.0API

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

* enable unit test

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

* integrate test with folder change

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

* clean up cmake

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

* fix warnings

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

* fix conflict with master

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

* optimize common mock infer request

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

* rebase with master

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

* resolve merge conflict

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

---------

Signed-off-by: fishbell <bell.song@intel.com>
2023-04-07 20:44:36 +08:00
Daria Mityagina
8c40bfd9c7
detected vulnerability with shared_ptr (#16791) 2023-04-07 16:25:05 +04:00
Sofya Balandina
c6fc8e5adc
[apiConformance] Exec_network_base refactor and define mandatory scope (#16413) 2023-04-07 16:17:50 +04:00
Ivan Tikhonov
72952bdc45
Disable ConstantFolding for ShapeOf subgraph in TS transformation (#16765)
* Disable ConstantFolding for ShapeOf expressions in TS transformation

* update ModelWithEmptyTensorListAndPushBack: add ShapeOf subgraph
2023-04-07 14:50:59 +04:00
Maxim Vafin
8b7e6878e8
[TF FE] Better support for named ports in tensorflow frontend (#16697)
* Fix in create_same_type_const_scalar; accurate updating type for parameter when inlining function call body

* Added Unique to the list of operations with named output ports (another MUSE fix)

* Draft: working version of extension with named ports in TF

* Merge fixes

* Refactor and productize POC

* Clean up

* Fix build

* Fix code style

* Fix lib so extension test

* Fix namespaces

* Remove usage of Any from CreatorFunction

* Fix build

* Fix arm build

* Apply review feedback

* Fix build after merge

* Apply suggestions from code review

---------

Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>
2023-04-07 14:16:23 +04:00
Zlobin Vladimir
1eb6ad20c3
Update open_model_zoo submodule (#16779)
Fix model serialize

Ticket 107646
2023-04-07 12:45:49 +04:00
Fang Xu
4ade0e5533
fix wheel_blacklist_extension for macos (#16799) 2023-04-07 11:28:56 +04:00
Yuan Hu
06cacfe2a7
Revert "[CPU] optimize shape infer of Reshape (#16537)" (#16703)
This reverts commit 75c62ea320.
2023-04-07 06:18:58 +00:00
Roman Lyamin
132b657977
[GPU] Added GatherND dynamic support and changed logic for empty tensor support (#16690) 2023-04-07 09:19:05 +04:00
Vladimir Paramuzov
6d82f36050
Enable nop elimination for f16 type (#16749) 2023-04-07 09:18:27 +04:00
Xuejun Zhai
3be946371d
Xuejun/remove api tensor related (#15877)
* [Remove APIs] remove api set_partial_shape()

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

* [Remove APIs] remove api set_element_type()

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

* [Remove APIs] remove api set_tensor_type()

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

* Revert "[Remove APIs] remove api set_tensor_type()"

This reverts commit 96f89e222d.

* Revert "[Remove APIs] remove api set_element_type()"

This reverts commit 33ebb61977.

* Apply suggestions from code review

---------

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
Co-authored-by: Evgenya Stepyreva <eva.my.link@gmail.com>
Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
2023-04-07 06:37:25 +02:00
Eddy Kim
07437eec1e
updated to store dims and data type for binary post ops (#16792) 2023-04-06 20:13:53 -07:00
yanlan song
51967fd27b
Optimize and fix fps number in log (#16615)
* fix in correct fps with cpu_help

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

* fix some threading issue

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

* indenting

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

* fix lock

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

* formatting

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

* do print in destructor, avoid CI script parse failure

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

* fix build warning

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

---------

Signed-off-by: fishbell <bell.song@intel.com>
2023-04-07 09:31:40 +08:00
Eddy Kim
df4d7bd3e9
fix uninitialized scalar variables (#16772) 2023-04-06 17:28:45 -07:00
Mingyu Kim
e17a6f29bf
[GPU] Use unique symbol name for typedef (#16777) 2023-04-07 09:03:28 +09:00
Paul Youngsoo Ahn
24ab3f7c41
[GPU] Fix sub kernel ordering issue in kernels_cache (#16746)
* [GPU] Fix sub kernel ordering issue in kernels_cache (#16746)

* [GPU] Add unit test for sub kernel idx (#16746)

* [GPU]Follow up code review (#16746)

* [GPU] Skip kernel compilation when current node is optimized out in update_impl (#16746)

* [GPU]Code refactoring (#16746)
2023-04-06 12:44:25 -07:00
Nadezhda Ageeva
5e2f424fd0
[HETERO] Enable smoke_Hetero_CachingSupportCase tests (#16711) 2023-04-06 21:19:37 +04:00
Zlobin Vladimir
c7c7c4bb05
samples/cpp remove unused code (#16787) 2023-04-06 20:59:00 +04:00
Ivan Tikhonov
4812879318
Enable transformation callback for TS transformations (#16767) 2023-04-06 20:42:01 +04:00
Ilya Lavrenov
d2deae225a
Added rpath for TBB libs to find hwloc (#16788) 2023-04-06 20:33:32 +04:00
Sofya Balandina
5ccc743707
[apiConformance] Fix relative all (#16518) 2023-04-06 18:24:13 +02:00
Vladislav Golubev
5f416dc4d2
[LPT] Introduced BiasAttribute (#16781)
* Extended check on ConvSum fusing

* [LPT] Introduced 'bias' rt attribute

* [CPU][TESTS] Added FQLayerDQBias tests
2023-04-06 16:01:04 +00:00
Anastasiia Pnevskaia
906ec7ee1b
Fixed command lines in MO docs. (#16780)
* Fixed command lines in docs.

* Removed freezing from tutorial.
2023-04-06 18:30:59 +04:00
Jan Iwaszkiewicz
92eb62fe63
[PyOV] Fix getting all names in OVDict (#16665)
* [PyOV] Fix getting all names in OVDict

* Add docs and adjust tests

* Fix linter issues

* Adjust typing and add test for incorrect key type

---------

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-04-06 14:44:37 +02:00
Ilya Lavrenov
d732024ccb
Extended a list of libraries to exclude from wheel package (#16764) 2023-04-06 16:37:11 +04:00
Tomasz Jankowski
cb436112b2
[Transformations] Assert valid output shape on ReduceReshape fusion (#16712)
* Assert valid output shape on ReduceReshape fusion

* Remove useless test step

* Reduce tests flow

* _dummy_

to retrigger failed nonrestartable check
2023-04-06 11:55:57 +00:00
Ilya Churaev
cafc7359c5
Set test case name for ReshapeMatMul tests (#16705)
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-04-06 15:40:20 +04:00
Anastasia Kuporosova
dbe051aa79
[POT] use serialize methid (#16768) 2023-04-06 15:02:24 +04:00
Katarzyna Mitrus
7a5c472ccc
[ShapeInference] Fix Group Convolution shape infer - relax inputs size check (#16707)
* Relax group conv inputs size check

* Tests

* Relax inputs size checks for Backprop Convs
2023-04-06 10:59:37 +00:00
Min, Byungil
932a668a2f
[GPU] Bugfix in reorder_bfyx_to_blocked_format kernel (#16689)
+ Bugfix bfyx_to_blocked_format kernel of reorder prim for doubl blocked format
+ issued format is bs_fs_yx_bsv16_fsv32. Added test-cases.
+ Fixed accuracy issue from check_accuracy_issue

Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-04-06 18:08:34 +09:00
Marcin Kusmierski
bc0c8374da
[GNA] Fix issues with GNA 3.5 - Increasing kernel to stride for Convolution2D (#16642)
* [GNA] Add increasing kernel in case stride is bigger than kernel.

* [GNA] fix review comments
2023-04-06 09:34:38 +01:00
Wang Wangwang
53d9b26e1f
[AUTO] Show the detailed failure message when AUTO load network failed (#16297)
* Show the detailed failure message when AUTO load network failed

* Add test case

* Update test case to check multi load network failed

* Update test case based master

* RM _availableDevices hard code from AUTO

---------

Co-authored-by: Chen Peter <peter.chen@intel.com>
2023-04-06 15:41:32 +08:00
Vladimir Paramuzov
b2a64e8c3a
[GPU] Enable dynamic shapes support for gather elements (#16727) 2023-04-06 11:14:36 +04:00
Shen, Wanglei
9f0e557744
HOT FIX: update cpu map calculation for Windows to avoid incorrect total number of processors (#16763)
* update cpu map calculation for Windows

* update typo

* update typo

* update for hybrid CPU

* update for hybrid CPU

* update for typo
2023-04-06 15:08:42 +08:00
Ilya Churaev
70ef0b5316
Minimize rebuild for Makefiles generator (#16729)
* Add dependency from ov_plugins.hpp only for files which use it

* Remove rebuild files depends on CI_BUILD_NUMBER changes

* Try to fix static build

* Fixed comments

* Fixed build

* Merged some change

* Try to fix build

* Try to fix nvidia build

* Take LTO value from target property
2023-04-06 11:02:28 +04:00
Ilya Churaev
f2894d09e9
Fixed windows build after #16716 (#16773) 2023-04-06 11:02:10 +04:00
Roman Lyamin
38c8a3d15b
[GPU] Added custom canonicalize_shapes for Gather (#16733) 2023-04-06 10:50:57 +04:00
Wang Wangwang
362389c733
[DOCS][AUTO] Add enable_runtime_fallback property to AUTO Device Sele… (#16645)
* [DOCS][AUTO] Add enable_runtime_fallback property to AUTO Device Selection article

* Update docs/OV_Runtime_UG/auto_device_selection.md

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

* Update docs/OV_Runtime_UG/auto_device_selection.md

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

* Update docs/OV_Runtime_UG/auto_device_selection.md

---------

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-04-06 14:35:55 +08:00
Sun Xiaoxia
f95fd27c16
HOT FIX: CPU binding cannot follow numactl's control (#16736)
* fix numactl command issue

* fix comments
2023-04-06 13:47:34 +08:00
Oleg Pipikin
1c564226f3
Deprecate util functions in public api (#16716)
* Deprecate util functions in public api

* Add deprecation suppression for usage inside openvino

* Fix clang-format

* Fix1
2023-04-06 06:32:04 +04:00
Roman Kazantsev
6e97c82c97
[Spec] Fix Interpolate specification: input index port (#16762) 2023-04-05 23:01:02 +04:00
Anastasia Kuporosova
2e0bac34db
[PyOV] Fix warnings (#16674)
* [PyOV] Fix warnings

* another win

* fix codestyle

* fix test

* fix any

* exclude some warnings
2023-04-05 20:01:43 +02:00
Irina Efode
ff8f361778
[CONFORMANCE] Solve the problem to generate filters (#16713)
* [CONFORMANCE] Solve the problem to generate filters

* trigger linux build

* Add handling of not run tests

* Remove extra
2023-04-05 21:25:05 +04:00
Sebastian Golebiewski
8c2766c4bc
DOCS shift to rst - Converting TensorFlow YOLO Models (#16735)
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2023-04-05 16:49:43 +02:00
Vitaliy Urusovskij
7442a17240
Add Core property to switch from mmap to read in IR Frontend (#16600)
* Add Core property to switch from `mmap` to `read`
in IR FrontEnd

* Add tests on `ov::enable_mmap` property

* Add `enable_mmap` in C & Py APIs

* ClangFormat
2023-04-05 18:22:11 +04:00
Sungeun Kim
fef04e468a
[GPU] add WA to avoid hang issue. (#16724) 2023-04-05 16:32:42 +04:00
Andrew Kwangwoong Park
44cfbea9ab
[GPU] Fix synchronization issue from wrong stream in multi-stream mode on dGPU (#16671)
Signed-off-by: Andrew Park <andrew.park@intel.com>
2023-04-05 16:29:47 +04:00
Vladimir Paramuzov
f5e199c494
[GPU] Don't reorder weights when can reinterpret (#16714)
* [GPU] Don't reorder weights when can reinterpret

* [GPU] Test fixes
2023-04-05 16:20:51 +04:00
Anastasiia Pnevskaia
4098434233
Parameter list and descriptions for mo.convert_model() method in docstring (#16459)
* Added convert_model() params docs.

* Added auto-generating of most cli params.

* Added auto-generating of cli params.

* Small correction.

* Removed wrong change.

* Corrected default values.

* Fixed errors, added tests.

* Small correction.

* Corrected params descriptions, moved cli specific params to separate file.

* Moved params specifics to utils/help.py.
2023-04-05 14:48:13 +04:00
Ekaterina Aidova
837f5a7d53
[PT FE]: fix aten::index inconsistent reshape (#16741)
* [PT FE]:  fix aten::index inconsistent reshape

* add index name, return false

* Update src/frontends/pytorch/src/transforms/aten_index_replacer.cpp
2023-04-05 10:44:25 +02:00