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
Bogdan Pereanu
73ab0dd065
Fixing run_timest python script for input and output precision ( #16661 )
...
* Fixing run_timest python script for input and output precision
* Update code according to the PR review
* Update run_timetest according to the last review
* Add input_precision and output_precision to test_timetest as well
* Set input/output precision per model
2023-04-05 12:16:27 +04:00
Ilya Churaev
f2d4c96032
Fixed add_output for new subgraph ( #16726 )
2023-04-05 11:39:47 +04:00
Tatiana Savina
c474f564a9
DOCS Change sample path ( #16738 )
...
* change path
* change path for sample
* change architecture in path
* change windows sample comment
2023-04-05 11:34:07 +04:00
Pavel Esir
f9bd2d2c1e
[ie transformations] improve SoftMax fusion for better mixed precision inference ( #16574 )
...
* improve SoftMax fusion
* style and unit-test fix
* more precise SoftMax unit-tests
* rewritten SoftMaxFusion with single matcher
* fixes for align_mixed_fp32_fp16_types_test.cpp and mark_subgraph_to_keep_in_mixed_precision_test.cpp
* add include for pass/pattern/op/or.hpp
* get rank only when necessary
* style-fix
* add comment why SoftmaxFusion is called manually
* fix copy_runtime_info
2023-04-05 11:28:48 +04:00
Roman Kazantsev
45daa2095f
[TF FE] Add diagnostics capabilities via Framework nodes ( #16706 )
...
* [TF FE] Add diagnostics capabilities via Framework nodes
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Refactor normalize logic
* Applied code-review feedback: fix in get_unsupported_operations_and_failures
* Handle unknown exception type
* Store only first encountered failure
* Update src/frontends/tensorflow/tests/convert_unsupported.cpp
* Apply code-review ffeedback: use stringstream
* Correct Key for exception message
* Fix build
* Use helper for creation of fw node with exception message inside
* Add test for conversion with unknown exception
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-04-05 11:28:10 +04:00
Karol Blaszczak
18c876bf23
Update openvino_sphinx_theme.css ( #16740 )
2023-04-04 18:55:16 +02:00
Ivan Tikhonov
093990118d
Remove legacy TransposeSinking transformation ( #16731 )
...
* delete TransposeSinkingOVTF transformation
* delete include from tf_lite frontend
2023-04-04 18:51:10 +04:00
Roman Kazantsev
c034975183
[TF FE] Fix layer tests for BatchToSpace and add to the pre-commit ( #16722 )
...
* [TF FE] Fix layer tests for BatchToSpace and add to the pre-commit
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Specify type for batch_shape
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-04-04 18:46:12 +04:00
Mateusz Bencer
d4b394c1b6
Skip Reduce* ops layer tests due to ORT error ( #16730 )
...
* skip reduce mean
* skip other reduce ops
2023-04-04 14:50:34 +02:00
Tatiana Savina
1ee0c151ea
DOCS shift to rst - Conversion tutorials ( #16704 )
2023-04-04 11:30:19 +00:00
Shen, Wanglei
9f54504232
update cpu properties name to enable_hyper_threading and enable_hyper_threading ( #16723 )
2023-04-04 15:25:11 +04:00
Maciej Smyk
8691ec2779
Update README.md ( #16700 )
2023-04-04 13:15:31 +02:00
Sebastian Golebiewski
f4fe856d9d
[DOCS] Adding a new class for sortable tables - for master ( #15314 )
2023-04-04 12:42:19 +02:00
Eddy Kim
90615cf26a
[GPU] Fix OneDNN primitive attr serialization logic ( #16654 )
...
* fix onednn primitive attr serialization logic
* added an onednn fc fusing serialization test
* added gemm fusing serialization tests
2023-04-03 18:24:40 -07:00
Maria Pushkina
4f7f7c31ee
[CVS-104864] Action: Renamed group for concurrency ( #16715 )
2023-04-03 23:26:25 +04:00
Mikhail Ryzhov
06e6a69356
Revert "[GNA]Fix crash in gna_pluing when using POT ( #16003 )" ( #16719 )
...
This reverts commit 0a56927671
.
2023-04-03 20:12:57 +02:00
Shen, Wanglei
f6c7213ae4
support Ecore only in streams calculation ( #16552 )
...
* support Ecore only in streams calculation
* fix merge conflict
2023-04-03 23:33:18 +08:00
Marcin Kusmierski
0a56927671
[GNA]Fix crash in gna_pluing when using POT ( #16003 )
2023-04-03 16:22:56 +01:00
River Li
dec425c408
[C API] remove UNDEFINED property value ( #16709 )
2023-04-03 16:54:03 +04:00
Mateusz Tabaka
03ab0e4388
Add ConvolutionToGroupConvolutionFusion ( #16688 )
...
Fuses Split->series of Conv->Concat to GroupConvolution op.
Ticket: 105170
2023-04-03 14:38:44 +02:00
Przemyslaw Wysocki
6237868437
Dependabot-ignore line ( #16679 )
2023-04-03 15:49:27 +04:00
Vladimir Paramuzov
f7d15e12c8
[GPU] Refactor dimensions jitter and max rank related code ( #16603 )
...
* [GPU] Refactor dimensions jitter and max rank related code
2023-04-03 13:34:06 +02:00
River Li
b7b788917d
Fix double free in snippets ( #16702 )
2023-04-03 14:42:10 +04:00
Shen, Wanglei
86da15e621
enable new property ov::hint::use_cpu_pinning ( #16383 )
...
* enable ov::hint::use_cpu_pinning
* update test case for comments
* update header file
* update header file
* Delete cpu_streams_calculation.hpp
* Revert "Delete cpu_streams_calculation.hpp"
This reverts commit a1074ca843
.
* update config name
* fix code styple issue
* update for merge conflict
2023-04-03 18:14:33 +08:00
Sebastian Golebiewski
e7c1cdf982
DOCS shift to rst ( #16686 )
2023-04-03 11:41:28 +02:00
Vitaliy Urusovskij
016d36f032
Add mmap
notes in dldt_depl_optimization_latency.md ( #16682 )
2023-04-03 12:10:12 +04:00
Zlobin Vladimir
44330b22bd
Update open_model_zoo submodule ( #16678 )
...
Upgrade onnx to 1.13. Ticket 102716
2023-04-03 12:09:18 +04:00
Roman Kazantsev
f4fca2d578
[TF FE] Activate TopK layer test with the second output in the pre-commit ( #16691 )
...
* [TF FE] Test the second output for TopK operation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Switch off no sorted case
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-04-03 11:38:27 +04:00
Sebastian Golebiewski
b2e4857a64
DOCS shift to rst - AccuracyAwareQuantization Parameters ( #16663 )
2023-04-03 08:29:40 +02:00
Sebastian Golebiewski
02b35d7984
DOCS shift to rst - POT CLI Example ( #16649 )
2023-04-03 08:29:10 +02:00
Sebastian Golebiewski
3a5b819685
DOCS shift to rst - POT API examples ( #16627 )
2023-04-03 08:28:47 +02:00
Sebastian Golebiewski
2f5be5e81c
DOCS shift to rst - Post-Training Optimization ( #16621 )
2023-04-03 08:28:24 +02:00
Sebastian Golebiewski
848c9e3b76
DOCS shift to rst ( #16616 )
2023-04-03 08:27:02 +02:00