Commit Graph

11284 Commits

Author SHA1 Message Date
Ilya Lavrenov
a0119fe33c
Android debug build (#17955) 2023-06-09 08:03:10 +04:00
Ilya Lavrenov
2ff430fa80
Try to use system flatbuffers on Android (#17954) 2023-06-08 21:22:33 +04:00
Gorokhov Dmitriy
e564c50d35
[CPU] Fixed KEY_LP_TRANSFORMS_MODE internal propery behavior (#17945) 2023-06-08 21:09:37 +04:00
Zlobin Vladimir
55ddbcaf23
cpp/samples: update build (#17900)
* cpp/samples: update build

Ticket 111295

* Fix sample_type extraction

* Fix inputLog type

* include <limits>

* Add missing const

* Revert cpp/speech_sample error message

* update azure CI
2023-06-08 19:30:29 +04:00
Mircea-Aurelian Dan
67c0327cd1
Set default duration to 60 for device VPU (#17952) 2023-06-08 18:55:53 +04:00
Ilya Lavrenov
97532622cb
Fixes for deployment manager (#17899) 2023-06-08 18:31:55 +04:00
Sun Xiaoxia
9e8d64bf70
Xiaoxia/update cpu mapping (#17451)
* generate cpu mapping table pre tbb

* change function name

* fix proc_type_table is wrong in RPL

* add getCpuMapFromCores test, fix comments

* modify test case

* fix comments

* fix code style

* add throw an exception

* fix numa_nodes=0 on ARM

* modify numa_nodes

* fix ExportOptimalNumStreams failed on ARM

* fix comments

* add discription of get_cpu_mapping_from_cores

* update for numactl support

* fix cores is wrong

---------

Co-authored-by: Wanglei Shen <wanglei.shen@intel.com>
2023-06-08 22:28:35 +08:00
Daria Mityagina
6ad0e5a1e7
Update comments and help text (#17707) 2023-06-08 13:47:40 +00:00
Alexandra Sidorova
385cfee24a
[Snippets] Fixed copy runtime info which contains PortDescriptors (#17774) 2023-06-08 12:22:48 +00:00
Ilya Lavrenov
b1b1014a34
Enable python API in deb / rpm packages (#17923)
* Enable python API in debian package

* Enable python API in debian package
2023-06-08 15:35:27 +04:00
Ilya Lavrenov
ad5b8f8687
Align tabs in install archives Linux (#17947) 2023-06-08 15:00:25 +04:00
Sergey Shlyapnikov
58d79aa3a6
[GPU] Add shape_of subgraphs markup and initial cpu implementations (#17762)
* [GPU] Add shape of subgraphs markup and initial cpu implementations for some of primitives

* Apply review comments

* Exclude eltwise with boolean mode types from shape of subgraphs and fix leftovers
2023-06-08 13:46:21 +04:00
Alexandra Sidorova
eb3e6a65eb
[Snippets] Add support of MHA Tokenization for different precisions (#15647) 2023-06-08 08:05:14 +00:00
Ilya Lavrenov
bdfa970c7a
Support different names for ITTAPI (#17889) 2023-06-08 11:08:58 +04:00
Sebastian Golebiewski
912e4b6f0d
update-deployment-manager (#17903) 2023-06-08 10:32:08 +04:00
Taylor Yeonbok Lee
f246015dd7
[GPU] Fix issue in runtime buffer fusing (#17909)
* There were two issues in runtime buffer fusing
1) Missing condition in matcher for dyanmic tensor
2) If the node is marked as can_be_optimized = true at build time and then turned out to false at runtime, the kernel compilation has been skipped becuaes it was checking node->can_be_optimized
=> To resolve this issue, added can_be_optimzied to impl_param and let the impl create check can_be_optimized in impl_param instead of that in node.

* Fixed primtiive::can_be_optimize to be set through function
2023-06-07 19:39:26 -07:00
Mingyu Kim
0b06d15178
[docs] typo fix (#17915) 2023-06-08 10:27:26 +09:00
Tatiana Savina
0a94aeb1bb
[DOCS] Port release doc fixes (#17939)
* [DOCS]  Model optimization paragraph fix  (#17907)

* fix mo guide paragraph

* fix format

* fix paragraph

* remove extra line

* fix archive link (#17918)

* [DOCS]  Add sudo to uninstall (#17929)

* add sudo to uninstall

* Update uninstalling-openvino.md
2023-06-07 18:57:42 +02:00
Zlobin Vladimir
7fe13f341b
Update open_model_zoo submodule (#17927)
Catch up https://github.com/openvinotoolkit/open_model_zoo/pull/3782
2023-06-07 19:20:42 +04:00
Edward Shogulin
655c21adf1
[CPU] Quantized MHA extension for SmoothQuant (#17906) 2023-06-07 14:31:06 +00:00
Anton Voronov
2547301fa7
[CPU] gemm convolution: fixed bias offset (#17357) 2023-06-07 17:15:01 +04:00
Georgy Krivoruchko
ee659c1ce8
[TF FE] Workaround for Broadcast/Concat issue with empty tensors (#17864)
* Added transformation for Concat

* Added test

* CI fix

* Fixed behavior of the "empty tensor list" test
2023-06-07 14:17:20 +04:00
Tomasz Otoka
323dbec93c
Adds configuration file for cspell (#17355)
the file for future use with cspell
2023-06-07 12:16:28 +02:00
Tomasz Otoka
d8a78137a7
Adds Python wheel requirements info to docs (#17922) 2023-06-07 10:13:15 +00:00
Ilya Lavrenov
6df054b073
Added cmake_policy call to allow IN_LIST in if() (#17916) 2023-06-07 14:12:54 +04:00
Pawel Raasz
f023f5d672
Add interpolate from all opsets to cpu shape infer (#17875) 2023-06-07 11:28:45 +02:00
hyunback kim
13028397b7
Optimize permute gemm onednn (#17621)
* [GPU] Optimized out permute in permute-gemm(onednn) pattern.

Permute can be optimized out when permute's in and out are compatible and onednn gemm.

Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-06-07 16:20:59 +09:00
Chen Xu
3a1326fb58
[CPU] Reduce node improve parallelism (#17615) 2023-06-07 05:11:18 +00:00
Wang Wangwang
84bd391369
[AUTO] Support setting log_level from config (#17569)
* [AUTO] Support setting log_level from config

* Add test cases

---------

Co-authored-by: Chen Peter <peter.chen@intel.com>
2023-06-07 10:31:27 +08:00
Wanglei Shen
4ca8d40e43
update scheduling core type value (#17771)
* update scheduling core type value

* update for comments

* update for comments

* fix code style issue
2023-06-06 22:14:40 +08:00
Alexandra Sidorova
2ec9fe915c
[Snippets] Added support of 3D MHA (#17817) 2023-06-06 16:55:01 +04:00
Nikita Malinin
29f06692d6
ENABLE_MMAP property pos (#17896) 2023-06-06 12:19:53 +00:00
Tatiana Savina
94597d8391
[DOCS] Port release doc fixes to master (#17901)
* [DOCS] Change downloads directory link  (#17846)

* installation link

* fix path

* change notebooks links (#17857)

* fix apt and yum links (#17877)

* [DOCS] Fix list and links to POT (#17887)

* change link to POT

* change header label

* fix typo
2023-06-06 12:48:18 +02:00
Ilya Lavrenov
13e9752012
Use tbb from vcpkg (#17891) 2023-06-06 09:12:16 +04:00
Ilya Lavrenov
ace4fb6ecd
Fixed compilation with clang (#17890) 2023-06-06 00:23:07 +04:00
Zlobin Vladimir
86e46e5e35
Work around deprecation error (#17888)
For some reason my MSVC gives the following error:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.35.32215\include\utility(176,5): error C4996: 'ngraph::SlicePlan::SlicePlan': T
he nGraph API is deprecated and will be removed in the 2024.0 release. For instructions on transitioning to the new API, please refer to https://docs.openv
ino.ai/latest/openvino_2_0_transition_guide.html [C:\Users\vzlobin\r\openvino\build\src\common\transformations\inference_engine_transformations_obj.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.35.32215\include\xmemory(680,47): message : see reference to function 'std::pai
r<std::shared_ptr<ov::op::v1::StridedSlice>,ngraph::SlicePlan>::pair(std::pair<std::shared_ptr<ov::op::v1::StridedSlice>,ngraph::SlicePlan> &&)' [C:\Users\
vzlobin\r\openvino\build\src\common\transformations\inference_engine_transformations_obj.vcxproj]
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.35.32215\include\utility(175,5): error C4996: 'ngraph::SlicePlan::SlicePlan': T
he nGraph API is deprecated and will be removed in the 2024.0 release. For instructions on transitioning to the new API, please refer to https://docs.openv
ino.ai/latest/openvino_2_0_transition_guide.html [C:\Users\vzlobin\r\openvino\build\src\common\transformations\inference_engine_transformations_obj.vcxproj
]
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.35.32215\include\xmemory(680,47): message : see reference to function 'std::pai
r<std::shared_ptr<ov::op::v1::StridedSlice>,ngraph::SlicePlan>::pair(const std::pair<std::shared_ptr<ov::op::v1::StridedSlice>,ngraph::SlicePlan> &)' [C:\U
sers\vzlobin\r\openvino\build\src\common\transformations\inference_engine_transformations_obj.vcxproj]
2023-06-05 20:31:05 +04:00
Ilya Lavrenov
2799fe9855
Install all python build artifacts to a single folder (#17883) 2023-06-05 18:12:17 +02:00
Karol Blaszczak
6167619e28
DOCS post-release adjustments (#17874) 2023-06-05 16:39:19 +02:00
Chen Xu
1dafb405fd
[CPU] Improve performance in 5D scenario of Reduce node (#17828) 2023-06-05 14:52:18 +04:00
Yury Gaydaychuk
43bf90f90c
[CPU] Align jit and ref offsets handling in DeformableConvolution implementation (#10686) 2023-06-05 14:17:54 +04:00
Roman Zubarev
8e97010595
remove quantization config for vpu (#17507)
* remove quantization config for vpu

* remove VPU config testcases from test unify scales

---------

Co-authored-by: shokinal <alexander.shokin@intel.com>
Co-authored-by: Alexander Kozlov <alexander.kozlov@intel.com>
2023-06-05 13:14:48 +03:00
Piotr Krzemiński
0d9109acf3
[PT FE] Add aten::_shape_as_tensor (#17804)
* [PT FE] Add aten::_shape_as_tensor impl

* Update shape_as_tensor.cpp

* [PT FE] Fix headers, add explicit type, comment out shape detection

* [PT FE] Reverse example comments
2023-06-05 10:59:12 +02:00
Aleksandr Voron
0944295d61
[CPU] Enable SLT Eltwise tests on ARM (#17713) 2023-06-05 12:58:12 +04:00
Piotr Krzemiński
3d8a620ac3
[PT FE] Add aten::_native_multi_head_attention (#17550)
* [PT FE] Add implementation of MHA

* [PT FE] Add tests, add scaled dot product attention

* [PT FE] Fix missing transpose for Q,K,V & output Attention

* [PT FE] Formatting errors

* [PT FE] Fix testing class with nn.Linear

* [PT FE] Fix incorrect key franspose in dot product attention computation

* [PT FE] Fix incorrect matmul due to lack of transpose

* [PT FE] Enable support for all boolean masks

* [PT FE] Fix returned weights

* [PT FE] Remove debugging artifacts

* [PT FE] Remove unused nodes, optimize transpose nodes' usage, add comments to floating masks

* [PT FE] Further reduce node usage, return None instead of 0 for return_weights=false

* [PT FE] Allow for dynamic num_num_head, embed_dim

* [PT FE] Improve error comment, remove unnecessary Unsqueeze

* [PT FE] Clang format

* Update tests/layer_tests/pytorch_tests/test_native_multi_head_attention.py

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>

* [PT FE] Add masks comments, improve mask broadcasting

---------

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-06-05 10:55:03 +02:00
Yury Gaydaychuk
c0fb831c6e
[CPU][Commit slider] Rmtree fixed (#17858) 2023-06-05 12:52:58 +04:00
Ilya Churaev
36625404eb
[GPU] Fix GPU remote context name initialization (#17850) 2023-06-05 12:00:04 +04:00
Sergey Shlyapnikov
db8d23231a
[GPU] Change priority of CPU implementations (#17829) 2023-06-05 11:21:26 +04:00
Sebastian Golebiewski
a9ddc2b553
update-diagram (#17871) 2023-06-05 08:16:29 +02:00
Vladimir Paramuzov
1ce447674e
[GPU] Better device input memory reuse (#17853) 2023-06-05 09:30:22 +04:00
Asthestarsfalll
14da93c155
【PaddlePaddle Hackathon 4】add paddle set_value op (#15888)
* add set_value op

* Support for tensor input

* fix shape error

* refactor for dynamic shape

* update process of target_value_shape and add comments

* support arbitrary steps

* fix

* fix ends_node

* fix and add test cases

* fix error when slice operation return maximum number in int32

* remove redundant function call

* update for minus step

* add constraints for minus inputs

---------

Co-authored-by: mei, yang <yang.mei@intel.com>
2023-06-05 05:06:05 +02:00