Evgeny Kotov
70e52cafd9
[GNA] Custom ops: GNAConvolution and GNAMaxPool ( #18102 )
2023-06-23 22:27:34 +00:00
Irina Efode
31b07c40d9
Add global config for test infra ( #17547 )
...
* [IE TESTS] Add Global test config for Subgraph base test
* Replace using option by function redefinition
* fix build
* remove extra changes for gna/template
* code style
* add nvidia to devices
* Fix debian
* remove nvidia
2023-06-24 01:07:36 +04:00
Ivan Tikhonov
eb43f40ca1
Revert "Enable ResolveNamesCollisions transformation in MOC ( #18052 )" ( #18218 )
...
This reverts commit 9630766e03
.
2023-06-24 01:06:12 +04:00
Irina Efode
aefaf74a08
[CONFORMANCE][TOOLS] New SubgraphsDumper ( #17836 )
...
* New Subgraph Dumper -> Cache + Meta
* iCache tests
* tests_meta
* OpCache tests
* Move & refactor matchers
* fix all tests and refactor meta
* Prepare for review
* Add caching types
* Model testing + improvement
* Add ignored ports. Add tests for node utils
* fix build
* Fix compilation error
* fix arm build
* fix win?
* revert chanes in file util
* Update file_util.hpp
* Update constant.hpp
2023-06-24 00:12:47 +04:00
Mateusz Bencer
92fbf96300
Cache const-folded value for the same input connected to MultiSubGraphOp during PushConstantToSubgraph ( #18067 )
2023-06-23 17:45:55 +02:00
Ryszard Jezierski
8a2af2418f
fixed additional warnings ( #18209 )
2023-06-23 15:42:26 +00:00
Maciej Smyk
a3e4a1f730
[DOCS] Table directive update + Get Started fix for master ( #18203 )
2023-06-23 16:47:28 +02:00
Jan Iwaszkiewicz
a8ce60b651
Fix flake8 warnings and ignore VNE001 for Python samples ( #18204 )
...
* Ignore VNE001 for Python samples
* Add explanation
* Fix flake8 on wheel setup.py
* Fix onnx test reporting VNE001
2023-06-23 17:06:02 +04:00
Roman Lyamin
d00c7d30f9
[GPU] Reorder weights refactoring ( #17787 )
2023-06-23 16:01:55 +04:00
Roman Lyamin
cca8cf15ef
[GPU] softmax_kernel_items_class_optimized fix ( #18178 )
2023-06-23 16:00:11 +04:00
Tatiana Savina
e1195e39ed
[DOCS] Added local distribution libraries path ( #18191 )
...
* add relative path to the table
* add another column
* new table format
* fix build issue
* fix tab name
* remove old table
* format fixes
* change font
* change path windows
* change tabset name
* add arm and 86_64 tables
* remove list dots
2023-06-23 13:22:21 +02:00
Sofya Balandina
a9ef0b0678
Fix highlight_tables.py ( #18090 )
2023-06-23 15:12:42 +04:00
Irina Efode
098a4089c7
[CONFORMANCE] Fix type to find not run tests ( #18196 )
2023-06-23 15:09:01 +04:00
Ryszard Jezierski
284ab25f8f
[GNA] Remove warning suppression, fix all warnings ( #17841 )
...
* Removed /wd4661 suppression which had no effect
* Fixed /wd4018, /wd4099 and /wd4200 (signed/unsigned mismatch)
* Fixed /wd4018, /wd4099 and /wd4200
* Fixed -Wparentheses
* Fixed -Wcomment
* Fixed -Wint-in-bool-context
* Fixed -Wsign-compare
2023-06-23 13:07:02 +02:00
hyunback kim
3c378eb7ac
[GPU] Fix onednn implicit concat issue with reorder as input. ( #18180 )
...
* [GPU] Fix onednn implicit concat issue with reorder as input.
Fix for missed memory offset handling in onednn reorder.
Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-06-23 10:46:50 +00:00
Mikhail Ryzhov
54e969012d
[GNA] Fixed gna_unit tests for debug build ( #17792 )
...
* fixed gna_unit tests for debug build
2023-06-23 11:30:18 +02:00
Evgeny Kotov
c7f2676961
[GNA] Sinking Transpose through Split and Concat without changing axis ( #18121 )
2023-06-23 11:28:11 +02:00
Alexandra Sidorova
db4e3bf83d
[Snippets] Added tailing processing support for splitted Loops ( #17878 )
2023-06-23 12:58:53 +04:00
Ivan Tikhonov
9630766e03
Enable ResolveNamesCollisions transformation in MOC ( #18052 )
...
* ResolveNamesCollisions transformation refactoring; enable it in MOC
* fix the description
* call ResolveNamesCollisions transformation in the frontends; resolve review comments
* Resolve review comments
2023-06-23 11:56:26 +04:00
Oleg Pipikin
48b47e754f
Rename ngraph with ov in common_test_utils ( #17905 )
...
* Rename ngraph with ov in common_test_utils
* Fix comments
* Delete opset includes from commonTestUtils
* Fix CI and code style
* Apply comments
* Fix CI and apply comments
2023-06-23 09:51:47 +02:00
Ilya Lavrenov
b7e14deddd
Revert "[PyOV] Model wrappers on Python side ( #18027 )" ( #18201 )
...
This reverts commit b022137d80
.
2023-06-23 11:44:39 +04:00
Mateusz Mikolajczyk
f9e4e32118
[PT FE] Extend aten::pad transformation to accept aten::reflection_pad2d ( #18117 )
...
* Refactor pad transformation
* Fix conflict
* fix changes
* Add parentheses
* Remove rt_info
2023-06-23 10:23:15 +04:00
Ilya Lavrenov
15e69c280a
Used pip wheel to build OpenVINO wheel ( #18029 )
...
* Used pip wheel to build OpenVINO wheel
* Improvements
* Added python api properly into deb / rpm packages
* Use cmake -E variant from cmake 3.13
* Improvements to fix CI
* Some refactoring
* Don't use developer package for scripts projects
* Final fixes
2023-06-23 09:17:02 +04:00
Xuejun Zhai
1b495e3221
[Remote Context] Add operate () overload method in class RemoteContext ( #18186 )
...
* [Remote Context] Add operate () overload method in class RemoteContext to check is initialized or not
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [Remote Context] fix format issue
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
---------
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-06-23 09:10:55 +04:00
Łukasz Mielicki
2983b6abb0
Fix duplicate -Wno-all ( #18197 )
...
Trivial fix to a duplicate flag.
2023-06-23 09:04:15 +04:00
Ekaterina Aidova
df0bd18ed2
[PT FE]: fix constant folding for dequantization ( #18190 )
...
* [PT FE]: fix constant folding for dequantization
* add test
2023-06-23 06:41:32 +02:00
Steve Yoo
d13adf7ae8
Allow new shape infer of ShapeOf ( #17912 )
...
* Fixed to use input shape rank when calculating output layout, added unit test case
* Fixed to use input shape rank when creating shape_of primitive, added functional tests
2023-06-22 21:04:41 -07:00
Maciej Smyk
ad0ac4bfb6
[DOCS] Docker and GPU update for master ( #18192 )
...
port: https://github.com/openvinotoolkit/openvino/pull/17851
2023-06-22 18:07:05 +02:00
Irina Efode
71a970546e
[OV UTIL] Fix method in case file_size == 0 ( #18187 )
2023-06-22 17:30:10 +02:00
Evgeny Kotov
92ec5991b2
[GNA] GatherSinking ( #16446 )
...
Prerequisite commit for layout transformations feature
2023-06-22 15:12:45 +00:00
Mingyu Kim
c40efac569
[GPU] Typo ( #18167 )
2023-06-22 17:49:34 +09:00
Roman Kazantsev
5482e85082
[TF FE] Handle control dependencies to have correct outputs ( #18175 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-06-22 12:46:11 +04:00
Pavel Durandin
a104e6218a
[GPU] Fix windows debug fail in contexts ( #18168 )
2023-06-22 12:39:01 +04:00
Alexandra Sidorova
6130a90d4e
[Snippets] Refactored LoopManager ( #17975 )
2023-06-22 12:08:15 +04:00
Anastasia Kuporosova
b022137d80
[PyOV] Model wrappers on Python side ( #18027 )
2023-06-22 10:05:44 +02:00
Tomasz Dołbniak
45125c24cc
ScatterElementsUpdate-12 core op ( #18069 )
2023-06-22 09:33:45 +02:00
Tingqian Li
54bb74be38
[CPU] Enable f16 inference precision ( #16500 )
2023-06-22 11:03:38 +04:00
Nesterov Alexander
ed087d9bf1
[ARM CPU] Add parallel reference power operation ( #18093 )
2023-06-22 10:33:10 +04:00
Maxim Kurin
3276b8d657
[CompileTool] Throw when provided plugin config is incorrect ( #18143 )
...
* [CompileTool] Throw when a plugin config is missing a space separator between key and value
* Use OPENVINO_ASSERT macro to check for the separator presence
2023-06-22 00:39:56 +04:00
Ilya Lavrenov
c970d576a3
Fixed build of wheel package in tatic build ( #18170 )
2023-06-21 20:03:48 +04:00
dependabot[bot]
25573279e7
Bump paddlepaddle from 2.4.2 to 2.5.0 in /tests ( #18166 )
...
Bumps [paddlepaddle](https://github.com/paddlepaddle/paddle ) from 2.4.2 to 2.5.0.
- [Release notes](https://github.com/paddlepaddle/paddle/releases )
- [Changelog](https://github.com/PaddlePaddle/Paddle/blob/develop/RELEASE.md )
- [Commits](https://github.com/paddlepaddle/paddle/compare/v2.4.2...v2.5.0 )
---
updated-dependencies:
- dependency-name: paddlepaddle
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-06-21 16:29:18 +04:00
Alexander Suvorov
ec82af040b
[DOCS] Added initial version of selector tool ( #17799 )
2023-06-21 14:20:43 +02:00
Andrew Kwangwoong Park
52b9df4a6d
[GPU] Dynamism support for ReadValue and Assign ops ( #18086 )
...
Signed-off-by: Andrew Park <andrew.park@intel.com>
2023-06-21 13:07:55 +04:00
Min, Byungil
96a0c539bd
[GPU] Not to convert crop to implicit on dynamic ( #18148 )
...
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-06-21 09:55:55 +02:00
hyunback kim
bcd2463813
[GPU] Fix skipped GemmBaseTests in iGPU. ( #18001 )
...
* [GPU] Fix skipped GemmBaseTests in iGPU.
Current GemmBaseTests in iGPU are skipped, just showed pass, but actual not run.
Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-06-21 16:09:06 +09:00
Luwei Zhou
731ef78608
[CPU] Move the FC fusing bias into CPU graph optimizer ( #17082 )
2023-06-21 10:20:21 +04:00
yanlan song
684ae645d5
fix post ci failure ( #18159 )
...
Signed-off-by: fishbell <bell.song@intel.com>
2023-06-21 03:37:44 +00:00
Xuejun Zhai
08dc2cf1d6
[AUTO BATCH PLUGIN] renaming the class name in auto batch plugin & remove namespace ( #18145 )
...
* [AUTO BATCH PLUGIN] change namespace AutoBatchPlugin to ov::auto_batch_plugin & remove macro MockAutoBatchPlugin
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [AUTO BATCH PLUGIN] change class AutoBatchInferencePlugin to Plugin
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [AUTO BATCH PLUGIN] change class AutoBatchExecutableNetwork to CompiledModel & class member naming style
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [AUTO BATCH PLUGIN] change class AutoBatchInferRequest to SyncInferRequest & class member naming style
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [AUTO BATCH PLUGIN] change class AutoBatchAsyncInferRequest to AsyncInferRequest & class member naming style
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [AUTO BATCH PLUGIN] fix code format issues
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [AUTO BATCH PLUGIN] remove name space InferenceEngine
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [AUTO BATCH PLUGIN] remove explict & change name network to model
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [AUTO BATCH PLUGIN] remove name space MockAutoBatchPlugin
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* [AUTO BATCH PLUGIN] fix static build issue
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
---------
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-06-21 10:11:14 +08:00
yanlan song
05e8bd375e
Bell/auto api 2.0 ( #17805 )
...
* 2.0 innitial
Signed-off-by: fishbell <bell.song@intel.com>
* enable all tests
Signed-off-by: fishbell <bell.song@intel.com>
* remove unecessary files
Signed-off-by: fishbell <bell.song@intel.com>
* move container header to auto foler, remove uncessary macro define
Signed-off-by: fishbell <bell.song@intel.com>
* enable caching
Signed-off-by: fishbell <bell.song@intel.com>
* enable query_model
Signed-off-by: fishbell <bell.song@intel.com>
* support loaded_from_cache property
Signed-off-by: fishbell <bell.song@intel.com>
* fix some build warning
Signed-off-by: fishbell <bell.song@intel.com>
fake inputs/outputs if needed
Signed-off-by: fishbell <bell.song@intel.com>
* resolve conflict
Signed-off-by: fishbell <bell.song@intel.com>
* skip unsupported test
Signed-off-by: fishbell <bell.song@intel.com>
* use mock icore from common foler
Signed-off-by: fishbell <bell.song@intel.com>
* fix failure for remote tensors
Signed-off-by: fishbell <bell.song@intel.com>
* apply ppp related fix in auto
Signed-off-by: fishbell <bell.song@intel.com>
* fix build warning on windows
Signed-off-by: fishbell <bell.song@intel.com>
* fix ppp output layout issue
Signed-off-by: fishbell <bell.song@intel.com>
* fix ppp output layout issue
Signed-off-by: fishbell <bell.song@intel.com>
* clean up headers
Signed-off-by: fishbell <bell.song@intel.com>
* log formatting
Signed-off-by: fishbell <bell.song@intel.com>
* enable fps logging for binder mode
Signed-off-by: fishbell <bell.song@intel.com>
* apply review comments
apply review comments
Signed-off-by: fishbell <bell.song@intel.com>
* remove all legacy namings, exenetwork/network/metric/IE etc
Signed-off-by: fishbell <bell.song@intel.com>
* update readme
Signed-off-by: fishbell <bell.song@intel.com>
* fix build lto issue
Signed-off-by: fishbell <bell.song@intel.com>
* minor wording
Signed-off-by: fishbell <bell.song@intel.com>
* case fix
Signed-off-by: fishbell <bell.song@intel.com>
---------
Signed-off-by: fishbell <bell.song@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
2023-06-21 00:10:59 +08:00
Ilya Lavrenov
c05d8862cf
Added ocl-icd as dependency for GPU to install_dependencies.sh ( #18123 )
2023-06-20 19:40:35 +04:00