Commit Graph

10536 Commits

Author SHA1 Message Date
Mateusz Tabaka
4fbd094cba
BroadcastConstRangeReplacement - skip unsqueeze if Broadcast input is 1D (#16851)
Ticket: 106636
2023-04-11 17:59:03 +02:00
Vladislav Golubev
98afdc848a
[LPT] ConvolutionTransformation: support for a new per channel dequantization representation (#16687)
* [LPT][TESTS] GrConv: added test cases with per channel dq on weights and without reshape

* FoldFQ: don't transform FQ with quantization by several dimensions

* ConvolutionTransformation: supported GrConv with per channel dq on weights and without reshape

* fold_reshape: refactoring
2023-04-11 14:07:23 +02:00
Vladislav Golubev
296c2d6603
[Transforamtions] NonZero horizontal fusion: review leftovers (#16639)
* Review comments applied

* codestyle

* review comments applied
2023-04-11 15:42:43 +04:00
Ekaterina Aidova
ca2265395d
[PT FE]: fix aten::mean behaviour for provided dtype (#16790) 2023-04-11 14:29:29 +04:00
Ekaterina Aidova
d41663694c
[PT FE]: aten::gather (#16784)
* [PT FE]: aten::gather

* add detach and sign
2023-04-11 14:28:05 +04:00
Ekaterina Aidova
d407bc1b3b
[PT FE] fix invalid reshape shape after aten::index (#16821)
* [PT FE] fix invalid reshape shape after aten::index

* support aten::index_select
2023-04-11 12:41:59 +03:00
Eddy Kim
f6ee6e92f8
[GPU] fixed loop serialization logic for multi-stream execution (#16838)
* fixed loop serialization logic for multi-stream execution

* fixed the multistream unit test
2023-04-11 12:40:37 +04:00
Roman Kazantsev
f991f92f8c
[TF FE] Test ResourceGather operation and fix debug caps (#16819)
* [TF FE] Test ResourceGather operation and fix debug caps

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

* Fix test generation script

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-04-11 11:33:32 +04:00
yanlan song
527c2dad2a
query capacity before popping (#16828)
* query capacity before popping

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

* refine

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

---------

Signed-off-by: fishbell <bell.song@intel.com>
2023-04-11 11:25:29 +04:00
Mingyu Kim
615177ae09
[GPU] Update onednn version to latest v3.1 (#16848) 2023-04-11 15:05:35 +09:00
Roman Lyamin
234fe92931
[GPU] MVN 1d dynamic batch case fix (#16826) 2023-04-11 09:42:51 +04:00
Oleg Pipikin
efc647a512
[Snippets][CPU] Fix cycle dependency check in snippets tokenizer (#16760) 2023-04-10 22:36:29 +04:00
Ilya Churaev
81821f3dbb
Remove vopset typo (#16833)
* Remove vopset typo

* remove ::
2023-04-10 19:50:06 +04:00
Ilya Lavrenov
f1d6725477
Removed legacy src files from inference library (#16839) 2023-04-10 19:26:09 +04:00
dependabot[bot]
81af7f52cb
Bump pytest from 7.2.0 to 7.3.0 in /src/bindings/python (#16830)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.2.0...7.3.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 16:50:12 +04:00
Ilya Lavrenov
feb08c408f
Return benchmark_tool to openvino-dev wheel (#16834) 2023-04-10 16:34:51 +04:00
Ilya Lavrenov
023dc1fa3d
Remove warnings during cython call (#16831) 2023-04-10 16:28:15 +04:00
Roman Kazantsev
f36ee94b4b
[TF FE] Correct SpaceToBatch layer test (#16823)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-04-10 14:41:02 +04:00
Evgenya Stepyreva
bc7a121a20
Removes legacy transformations from CNNNetworkNGraphImpl::reshape (#15853)
* Removes legacy transformations from CNNNetworkNGraphImpl::reshape

* Removes legacy transformations from CNNNetworkNGraphImpl::reshape

* 6 more models propagate shape more precise

* Removes legacy includes

* Fix invalidation

* Test change

* win fix

* Ilyas suggestion

* Unary ops -- removed shape relying on the output of the op, used shapes from the input tensor instead

* Code clean up

* Equal: bounds evaluation

* Equal: bounds evaluation

* Restrict TypeRelaxed from partial_value propagation

* TypeRelaxed: propagate lower/upper bounds

* Remove debug prints

* fix build

* GPU shape inference problem fixed

* Generate Proposals: better dynamic shape propagation

* Style
2023-04-10 12:36:56 +02:00
Ilya Churaev
b921bf2e29
Remove redundant copy of ov::Any in has_rt_info method (#16802)
* Remove redundant copy

* Fixed Python segfault and avoid a copy of ov::Any
2023-04-10 13:56:35 +04:00
Sergey Shlyapnikov
2075dcb7c3
[GPU] Fix Interpolate assert (#16806) 2023-04-10 12:29:01 +04:00
Sofya Balandina
ed50d3782c
[apiConformance] Define mandatory scope for infer requiest tests (#16418) 2023-04-10 12:27:20 +04:00
Irina Efode
b7bf760516
[CONFORMANCE] Add re-run of interapted tests to avoid not reported tests (#16782)
* [CONFORMANCE] Add re-run of interapted tests to avod not reported tests

* Fix mistake with interapted

* test

* Remove extra prints
2023-04-10 12:23:59 +04:00
Wang Wangwang
57684e28ff
[AUTO] Remove cache_dir property from AUTO plugin (#16775)
* Remove cache_dir property from AUTO plugin

* Pass the secondary property to hardware plugin

* Update test case

* Update test case, meta plugin will pass the properties to device without checking
2023-04-10 11:42:24 +04:00
Sergey Shlyapnikov
48dee7c30a
[GPU] Fix missed weights params update (#16815) 2023-04-10 10:28:06 +04:00
Kelvin Choi
c7fe5ca73b
[Coverity] Resource leak in primitive_inst.cpp (#16771) 2023-04-10 10:27:09 +04:00
Egor Duplenskii
b5a0497c19
[CPU][TESTS] Fix cmake subset target (#16710)
cmake iterates over a list and cannot iterate over space separated string
2023-04-10 10:00:35 +04:00
hyunback kim
f4179e8ee4
[GPU] Add to check FC bias data-type logic in issued kernel selection. (#16628)
* Fix unit test failure with broadcast primitive
* After introduce shape canonicalization, static broadcast unit test failed.
* Guilty commit is https://github.com/openvinotoolkit/openvino/pull/16166

Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-04-10 14:54:15 +09:00
Chenhu Wang
d1a23e964e
[CPU] Store emitter keep source vec values intact (#16313) 2023-04-10 09:51:50 +04:00
Chen Peter
13874b31e9
[AUTO] Initialize variable / reduce variable copy (#16743)
* [AUTO] Initialize variable / reduce variable copy

Signed-off-by: Peter Chen <peter.chen@intel.com>

* Be compatible with C++11

https://stackoverflow.com/questions/18184096

Signed-off-by: Peter Chen <peter.chen@intel.com>

* Fix C7555

C7555 “use of designated initializers requires at least ‘/std:c++latest’” in extern “C” code.

Signed-off-by: Peter Chen <peter.chen@intel.com>

* Init in constructor and use auto const &

Signed-off-by: Peter Chen <peter.chen@intel.com>

* Fix cpplint issue

common.hpp:72:  You don't need a ; after a }

Signed-off-by: Peter Chen <peter.chen@intel.com>

* Support all possible parameter numbers (0-6)

Signed-off-by: Peter Chen <peter.chen@intel.com>

* Fix cpplint issues

Signed-off-by: Peter Chen <peter.chen@intel.com>

---------

Signed-off-by: Peter Chen <peter.chen@intel.com>
2023-04-10 10:21:40 +08:00
Szymon Irzabek
8c69100439
[GNA] Fix tests which create convolution with stride > kernel size on height dimension (#16804) 2023-04-07 15:42:51 +02:00
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