Maksim Kutakov
d13dff06f3
[CPU] Disable gather inPlace for out of range indices ( #19159 )
2023-08-16 10:32:31 +04:00
Andrew Kwangwoong Park
8a0a4df941
[GPU] Fix unintentional expansion of pad's rank into 2D ( #19106 )
...
* [GPU] Fix unintentional expansion of pad's rank into 2D
* Add explicit 1d pad TCs for ov_gpu_unit_tests
2023-08-16 14:29:00 +09:00
Roman Lyamin
188434e969
[GPU] image_2d_weights_winograd_6x3_s1 formats fix ( #19205 )
2023-08-16 08:59:43 +04:00
Ivan Tikhonov
8509737d0a
Fix TransposeSinking for Gather ( #19202 )
...
* Fix TS gather
* enable pytest
* revert auto replaced comment
2023-08-15 16:23:01 +00:00
yanlan song
13f8ff4a40
fix rt_info meta parse race condition ( #19196 )
...
* fix a possible race condition
Signed-off-by: fishbell <bell.song@intel.com>
* clang
Signed-off-by: fishbell <bell.song@intel.com>
* reimpl
Signed-off-by: fishbell <bell.song@intel.com>
* add cases
Signed-off-by: fishbell <bell.song@intel.com>
* implement test in 2.0
Signed-off-by: fishbell <bell.song@intel.com>
* clean up unchanged files
Signed-off-by: fishbell <bell.song@intel.com>
* add pragma once
Signed-off-by: fishbell <bell.song@intel.com>
---------
Signed-off-by: fishbell <bell.song@intel.com>
2023-08-15 15:33:01 +00:00
Georgy Krivoruchko
18ab677952
[TF FE] Enabled MMAP for SavedModel and MetaGraph ( #18471 )
...
* Moved mmap to openvino/util as a shared functionality
* Enabled MMAP for SavedModel and MetaGraph
* Fixed CMake
* Fixed a lost line
* Simplified code for compilers
* Aligned with an actual master
* Enabled mmap by default and added test
* Suppressed warning, added test for MetaGraph, additional messages
---------
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
2023-08-15 14:36:08 +00:00
Sergey Shlyapnikov
d13ae31a61
[GPU] Allow to use infinity value as a Pad's fill value ( #19201 )
2023-08-15 14:31:49 +00:00
Irina Efode
043cd86449
[CONFORMANCE] Fix memory leak in Subgraphs Dumper ( #19172 )
...
* [CONFORMANCE] Fix memory leak in Subgraphs Dumper
* Update fused_names.cpp
* Change inheritance of extractors
* Check graph cache
* Enable Op cache
2023-08-15 14:24:17 +01:00
Gorokhov Dmitriy
5ff67fca40
[CPU][ARM] Fixed execution mode behavior ( #19192 )
2023-08-15 16:46:05 +04:00
Nadezhda Ageeva
45a534d209
Adds constant folding in ConvertInterpolate11ToInterpolate4 transformation ( #19195 )
2023-08-15 11:39:22 +00:00
Sergey Lyalin
bf607a1238
Remove example_output
for ovc
and ovc.convert_model
( #19079 )
...
* Removed 'example_output' from ovc and ovc.convert_model, used output for this purpose
* Update tools/ovc/openvino/tools/ovc/convert.py
* Update tools/ovc/openvino/tools/ovc/convert_impl.py
* Reverted mo parts not affected by remove of example_output
* fix PDPD convert_model tests
---------
Co-authored-by: Xiuchuan Zhai <xiuchuan.zhai@intel.com>
2023-08-15 15:14:25 +04:00
Georgy Krivoruchko
66345ed9fc
Removed randomization on frontend size for RandomNormal ( #19114 )
2023-08-15 11:22:20 +04:00
Eddy Kim
0194cdce3b
[GPU] updated to add reorder after parameter when it is connected to quantize ( #19182 )
...
* updated to add reorder after parameter when it is connected to quantize
* removed redundant code
2023-08-14 23:29:49 -07:00
Egor Duplenskii
37a6848f26
[CPU][ARM][FP16] Prefer Convert over Reorder for conversion ( #19148 )
2023-08-15 09:11:50 +04:00
Roman Lyamin
9be28328bf
Added giy_xs_os_xsv2_osv8__ao32 format to to_weights_layout map ( #19181 )
2023-08-15 08:49:50 +04:00
dependabot[bot]
c7eb9fe7c7
Update tensorflow requirement in /src/bindings/python ( #19169 )
...
Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow ) to permit the latest version.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.5...v2.13.0 )
---
updated-dependencies:
- dependency-name: tensorflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 01:15:39 +04:00
Anastasiia Pnevskaia
8ef0acfb95
Updated OMZ. ( #19187 )
2023-08-15 01:12:14 +04:00
Paul Youngsoo Ahn
e2db808495
[GPU] Fix multiple output issue in get_output_layout( #19186 ) ( #19186 )
2023-08-14 20:49:21 +00:00
Irina Efode
a0d1b91a78
[CONFORMANCE] Readability in model_utils ( #19175 )
2023-08-14 23:15:20 +04:00
Aleksandr Voron
e48b2dfc34
[CPU][ARM] Set FP16 inference precision by default for non-convolution networks on ARM ( #19069 )
2023-08-14 22:22:39 +04:00
Maxim Vafin
e49b2c05f1
[PT FE] Fix behavior of convert_partially method to align with new description ( #19147 )
...
* [PT FE] Fix behaivior of convert_partially method to align with new description
* Simplify
* Do not add a message to exception of get_converted_model
* Update src/frontends/pytorch/src/frontend.cpp
* Supress normalize exception only when model is valid
* Create TranslateSession in own scope
2023-08-14 16:56:06 +00:00
Mateusz Mikolajczyk
f1d61f72ac
[PT FE] Add aten::tensor_split transformation ( #19144 )
...
* Add aten::tensor_split
* Fix formating
* Reduce number of test cases
* fix requested changes
2023-08-14 18:31:38 +02:00
Egor Duplenskii
680333b2db
[CPU][ARM] Enable FP16 precision for CumSum node ( #19176 )
2023-08-14 15:22:43 +00:00
Roman Kazantsev
600c2d8283
[TF FE][TF Hub] Fix conversion of SavedModel with only numerical names operations ( #19166 )
...
* [TF FE] Fix conversion of SavedModel with only numerical names operations
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Compare tensor names in the unit-test
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-08-14 14:10:53 +00:00
Ilya Lavrenov
1ffab2fe30
Added --single-version-externally-managed during python package build ( #19177 )
2023-08-14 17:45:23 +04:00
Piotr Krzemiński
e77070890a
[PT FE] Fix Sporadic Quantized Ops Errors ( #18962 )
...
* [PT FE] Fix sporadics with round & 0 zero_pt, 1.0 scale
* [PT FE] Change scale and round input in quantized cat tests
* [PT FE] Add rounding to conv & linear tests
* Update test_quantized_cat.py
* Update test_quantized_cat.py
* [PT FE] Replace randn with rand for consistency in convnd
2023-08-14 15:41:36 +02:00
Ilya Lavrenov
2830b20d73
Removed 'wheel' upper bound in requirements.txt ( #19170 )
2023-08-14 17:40:25 +04:00
bstankix
6afe49decf
[DOCS] Add state retention to design-tabs ( #19179 )
2023-08-14 13:37:52 +00:00
Maxim Vafin
b10b773f0c
[PT FE] Support aten::randint and aten::index_put_ on mask ( #19158 )
...
* [PT FE] Support aten::randint and aten::index_put_ on mask
* Fix code style
2023-08-14 15:08:08 +02:00
Ilya Lavrenov
11610b2cc9
Added 'openvino_req_files' component for archives ( #19174 )
2023-08-14 16:58:08 +04:00
Anton Voronov
87f9b2bdf8
[CPU] Fixed checks in snippets_mark_skipped for MatMul weights ( #19141 )
2023-08-14 16:04:35 +04:00
Georgy Krivoruchko
46f428eeac
[ONNX] Implemented cache for MMAP handles ( #19130 )
...
* Implemented cache for MMAP handles
* Applied comments and fixed behavior when m_data_length==0
* Aligned data length calculation with no-MMAP implementation
* Removed unused code
2023-08-14 15:56:59 +04:00
Maciej Smyk
e5c4350d92
[DOCS] Review release docs for master ( #19152 )
2023-08-14 13:40:34 +02:00
Sergey Shlyapnikov
86c4c6785d
[GPU] Don't invalidate users after reorder insertion ( #19137 )
2023-08-14 14:16:54 +04:00
Maksim Kutakov
4996d1f034
TensorMemoryBlob: sync data handle on alloc call ( #19149 )
2023-08-14 13:22:11 +04:00
Evgeny Kotov
44a90dc874
TransposeSinking PRelu special slope fix input(1) ( #19066 )
...
* fix + unit tests
* code review fixes
* code review fix: IsSpecialPRelu use only partial shape
2023-08-14 12:45:54 +04:00
Ilya Lavrenov
aebf1edec7
Fixed build without protobuf-lite ( #19164 )
2023-08-14 11:57:35 +04:00
Egor Duplenskii
f09d2e2666
[CPU][ARM] Perf fixes for FP16 precision ( #18973 )
2023-08-14 09:22:03 +04:00
Mingyu Kim
4e96b6ba9d
[GPU] Do not select onednn format for asymmetric weight ( #19140 )
...
OneDNN does not support asymmetric weight.
2023-08-14 12:59:07 +09:00
Roman Kazantsev
329abd8864
[TF FE][TF Hub] Support UnsortedSegmentSum operation ( #19165 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-08-13 17:49:38 +00:00
Ilya Lavrenov
6067ab17ba
Aligned target and files (libraries) names ( #19161 )
2023-08-13 11:31:44 +04:00
Wanglei Shen
0368474c8a
fix manually setting Pcore+Ecore manually when model prefers Pcore only ( #19160 )
2023-08-12 18:19:02 +08:00
Oleg Pipikin
5379068610
Fix fill_tensor_random for real values: ( #19095 )
2023-08-11 20:26:17 +00:00
Roman Kazantsev
545c5bbde1
[TF FE][TF Hub] Support FakeQuantWithMinMaxArgs operation ( #19154 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-08-11 16:58:35 +00:00
Zlobin Vladimir
396a899b75
benhcmark_app: fix -api sync -i multiple images ( #19142 )
...
The Python version uses `app_inputs_info` to represent different input configurations, but the C++ version extends that use case and uses `app_inputs_info` to represent different input images as well. That means that the assumption that if `app_input_info.size() > 1`, then input shape is dynamic, doesn’t always hold for C++
Ticket 117673
2023-08-11 19:09:48 +04:00
Fang Xu
e33de35063
[CPU] Add max_threads_per_core setting into StreamExecutor ( #18857 )
2023-08-11 14:12:38 +00:00
Sergey Lyalin
edc8015a65
Fixed description for convert_partially
( #19133 )
...
* Update src/frontends/common/include/openvino/frontend/frontend.hpp
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Better and correct description of convert_partially (normalize or not normalize)
* Update src/frontends/common/include/openvino/frontend/frontend.hpp
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-08-11 17:29:56 +04:00
Sebastian Golebiewski
260273932a
remove-howto ( #19139 )
2023-08-11 14:01:22 +02:00
Ekaterina Aidova
9fd8a13fe6
[PT FE] aten::concat ( #19101 )
...
* [PT FE] aten::concat
* Update src/frontends/pytorch/src/op/cat.cpp
* add out
* fix tests
2023-08-11 15:49:18 +04:00
Wanglei Shen
a957764362
block SOC Ecore to be used in multi-threading on Windows ( #18910 )
2023-08-11 15:23:29 +04:00