Roman Kazantsev
9a5a8f6abc
[TF FE] Move to TopK-11 operation and update downgrading TopK transformation ( #16590 )
...
* [TF FE] Move to TopK-11 operation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Update downgrading transformation
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-31 17:44:58 +02:00
dependabot[bot]
c33a3f87f0
Bump attrs from 22.1.0 to 22.2.0 in /tests ( #16676 )
...
Bumps [attrs](https://github.com/python-attrs/attrs ) from 22.1.0 to 22.2.0.
- [Release notes](https://github.com/python-attrs/attrs/releases )
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python-attrs/attrs/compare/22.1.0...22.2.0 )
---
updated-dependencies:
- dependency-name: attrs
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-03-31 11:35:38 +00:00
Gorokhov Dmitriy
6e09e53f0d
[CORE] Added optimized fp32->fp16 precision conversion implementation ( #16672 )
2023-03-31 11:02:39 +00:00
Egor Duplenskii
6d1e5d336d
[CPU] Enable execution_mode API property ( #16367 )
2023-03-31 14:29:18 +04:00
Sebastian Golebiewski
f9ff518d16
DOCS shift to rst - Model Optimization Guide
articles ( #16598 )
2023-03-31 11:26:04 +02:00
Sergey Shlyapnikov
bb93bfd90f
[GPU] Add clDNN shape agnostic kernels usage as an initial impls for dGPU ( #16018 )
...
* [GPU] Add clDNN shape agnostic kernels usage as an initial impls for dGPU
* [GPU] Use layout as a key of weights cache, implement logic for weights cache capacity calculation based on available memory
2023-03-31 13:05:59 +04:00
Zhang Yi
fc88bed604
[CPU] Improvement for NoneZero and Gather ( #16641 )
2023-03-31 11:05:43 +02:00
Chen Xu
35398e339d
[CPU] Implement TopK-11 to CPU plugin ( #16522 )
2023-03-31 10:28:20 +02:00
Pavel Esir
6d064d26cb
remove deprecated MO args ( #16626 )
...
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-03-31 12:28:04 +04:00
Ilya Lavrenov
ee0bb79ed6
Fixed LTO build ( #16629 )
...
* Partially fixed LTO
* Fixed issues with cnpy LTO
* CPU
* Disabled failing GPU test
2023-03-31 11:34:42 +04:00
Anton Voronov
43fca3d231
[CPU] Introduced shape agnostic eltwise ( #15976 )
2023-03-31 11:28:54 +04:00
Ilya Churaev
1b9bd61767
Added constructor from string for element Type ( #16643 )
...
* Added constructor from string for element Type
* Fixed code style
* Removed WA for tests
2023-03-31 07:24:32 +00:00
Maciej Smyk
73e75c58ba
DOCS shift to rst - Hello NV12 Input Classification C++ Sample & Hello NV12 Input Classification C Sample ( #16664 )
2023-03-31 09:07:59 +02:00
Maciej Smyk
385bbbd49b
DOCS shift to rst - Hello Reshape SSD C++ Sample & Hello Reshape SSD Python* Sample ( #16662 )
2023-03-31 09:07:30 +02:00
Sebastian Golebiewski
8fad140a02
DOCS shift to rst - Quantization articles ( #16596 )
2023-03-31 09:06:52 +02:00
Oleg Pipikin
9cf4ee1eae
Fix sanitizer out-of-memory error ( #16457 )
...
* Fix sanitizer out-of-memory error
* Add implementation for Windows
* apply comments
* Fix1
* Fix2
* Fix3
2023-03-31 07:49:45 +04:00
Bogdan Pereanu
bf8e5cb4a2
Fix ITT build fail ( #16648 )
2023-03-31 01:18:13 +04:00
Roman Kazantsev
fc95d8e544
[TF FE] Align opset usage in utils ( #16656 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-30 17:58:46 +00:00
Ilya Lavrenov
e94f7b25c0
Fixed cmake dev warnings ( #16655 )
2023-03-30 21:01:41 +04:00
dependabot[bot]
5e149aa0dd
Bump test-generator from 0.1.1 to 0.1.2 in /tests ( #16625 )
...
Bumps [test-generator](https://github.com/kevinastone/generator ) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/kevinastone/generator/releases )
- [Changelog](https://github.com/kevinastone/generator/blob/master/HISTORY.rst )
- [Commits](https://github.com/kevinastone/generator/compare/v0.1.1...v0.1.2 )
---
updated-dependencies:
- dependency-name: test-generator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-03-30 16:58:02 +00:00
Sebastian Golebiewski
ab96cc939b
DOCS shift to rst - Embedding Preprocessing Computation ( #16659 )
2023-03-30 16:59:58 +02:00
Ilya Churaev
b3503c8b7a
Fixed coverity for ov::Any ( #16647 )
2023-03-30 13:12:50 +00:00
Tatiana Savina
961a99586a
DOCS shift to rst Supported Model Formats ( #16657 )
...
* add model intro doc
* add supported model formats page
* add TF doc
* add pytorch doc
* add paddle doc
* add mxnet doc
* add caffe doc
* add kaldi doc
* fix format
* fix cide snippets
* fix code snippets
* fix kaldi doc
* kaldi code snippets
* fix format
* fix list
* directive test
* fix note
* move code block
* code snippets style
2023-03-30 14:44:31 +02:00
Pawel Raasz
392b67f082
Fix pooling padding update ( #16531 )
...
* Review adaptive max pool shape inference
* Review AvgPool and MaxPool
* Review convolution operator
* Review GroupConvolution shape inference
* Review ConvolutionBackpropData operator
* Review GroupConvolutionBackpropData op
* Review BinaryConvolution operator
- add common bases for convolution ops
- refactor convolution ops
* Review DeformableConvolution operator
* Use new convolution shape_infer in GPU
* Fix build and test issues
* Correct set output spatial shape
in default constructed back prop convolutions
* The convolution shape_infer use pads as parameters
the external padding can be operators or other class padding properties shape_infer should not modify operators padding when
called from plugin
* Apply code formatting
* Fix padding validation and update
* Max and Avg pool don't update op properties
from plugin shape inference
- use ShapeInferWithPadding for pooling operators
* Remove not used function in shape_inference
* Fix evaluates in MaxPool
* Relax convolution shape infer inputs size check
* Remove unused entryFallbackWithPadding class
* Remove unused dilations variable
* Remove unused resize_attributes from max_pool_base
---------
Co-authored-by: mitruska <katarzyna.mitrus@intel.com>
2023-03-30 11:55:53 +00:00
Sebastian Golebiewski
7983e00b00
DOCS shift to rst - Cutting Off Parts of a Model
article ( #16640 )
2023-03-30 13:05:53 +02:00
Irina Efode
87365fa21d
[CONFORMANCE] Parallelization over HW devices ( #16431 )
...
* init
* just fix version
* Update merge script
* remove extra code
* Uncomment correct func
* dd
* validate_nvidia
* Small refactoring
* Trigger linux build
* Update main.cpp
revert
* trigger
* fix build
* Update main.cpp
2023-03-30 14:45:49 +04:00
totoka-intel
086ee93bcd
[doc] Install guide openvino_2022 link location fix ( #16572 )
2023-03-30 12:40:20 +02:00
Ilya Lavrenov
ccf9c19f61
Deprecated UNDEFINED values for execution / performance hints ( #16563 )
...
* Deprecated UNDEFINED values for execution / performance hints
* Update src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp
* Fixes
* Fixes
2023-03-30 13:48:19 +04:00
Ilya Lavrenov
5b203efb9c
Disable PDPD test on Linux debian post-commit ( #16644 )
2023-03-30 12:24:17 +04:00
Bogdan Pereanu
5eea99d96c
Update timetest tool to support ip and op params config ( #15916 )
...
* User can set input and output precision for timetest tool
* Update run_timetest.py with the ip and op options as well
* Use only one getType function
* Add extra line at the end of the file
* Remove unused parameters
* Update comment accordingly
---------
Co-authored-by: Vitaliy Urusovskij <vitaliy.urusovskij@intel.com>
2023-03-30 11:27:51 +04:00
Sebastian Golebiewski
3573a38e0b
DOCS shift to rst - Model Optimizer Usage ( #16630 )
2023-03-30 08:24:22 +02:00
Sebastian Golebiewski
712d1b99d1
DOCS shift to rst - Post-training Quantization with NNCF ( #16631 )
2023-03-30 08:23:55 +02:00
Vladislav Golubev
b0e6b1e83c
[TF FE] NgramCompilation test fix ( #16636 )
...
* [TF FE] NgramCompilation test fixed
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-03-29 18:34:23 +00:00
Artyom Anokhov
2a01695370
Deployment Manager: updated configs with 2023.0.0 layout and versions ( #16633 )
2023-03-29 19:34:26 +02:00
Ilya Lavrenov
0250f62d11
Revert inference precision to be a hint ( #16634 )
2023-03-29 18:59:33 +04:00
Maciej Smyk
7d8f4af78a
DOCS shift to rst - Automatic Speech Recognition C++ Sample & Automatic Speech Recognition Python* Sample ( #16609 )
2023-03-29 16:39:09 +02:00
Karol Blaszczak
10668f4f3a
Docs shift to rst - install guides linux ( #16568 )
2023-03-29 15:40:53 +02:00
Vladislav Golubev
8d59252966
[Transforamtions] NonZero horizontal fusion ( #16571 )
...
* Added ValuePredicate 'consumers_more_than'
* NonZero fusion
* NonZero fusion tests
2023-03-29 17:23:37 +04:00
Edward Shogulin
a9360f8045
[CPU] Element-wise precision selection fix ( #16547 )
2023-03-29 12:31:30 +00:00
Roman Kazantsev
0c2308506f
[TF FE] Fix leftovers from review ( #16619 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-29 16:28:37 +04:00
Tomasz Jankowski
f7e898893d
Add PRelu fusion ( #16617 )
2023-03-29 11:32:57 +00:00
Przemyslaw Wysocki
591c3e61c5
[PyOV] Simplify requirement files ( #15343 )
...
* Partial progress
* Finish v1
* Cleanup
* Remove useless files
* Fix path to pdpd
* Fix onnx path
* Minor change
* Rework MO
* Minor change
* Remove some costraints
* Add MO constraints
* Update gitignore for MO
* Minor change
* Apply tech sync discussion
* Cleanup
* CR comment
* Debug ONNX FE
* simplify ONNX FE
* Update cmake
* Hardcode ONNX requirement
* Add dependency resolver to cmake
* Add constraints for openvino/tests
* Add missing pytest-html
* Fix -c path
* Revert debug changes to path
* Add cmake to copy constraints.txt
* Update dependabot
* Remove slash
* Remove cmake
* Debug prints
* Minor changes
* Move reqs check to separate file
* Add requirements parser to benchmark_tool
* Fix smoke tests constraints
* Minor fixes
* Minor change
* My fixes were apparently wrong
* Debug - self.executable_path
* Debug - add singledispatch to tests and tools
* Debug - print IE_APP_PATHs
* Revert "Debug - print IE_APP_PATHs"
This reverts commit 67ccb6d3f5
.
* Revert "Debug - add singledispatch to tests and tools"
This reverts commit 3b945931e2
.
* Revert "Debug - self.executable_path"
This reverts commit 3aa724eff6
.
* update dependabot
* update dependabot
* Skip benchmark_app tests
* Use CMAKE_CURRENT_BINARY_DIR in cmake
* Remove debug prints
* minor change
---------
Signed-off-by: p-wysocki <przemyslaw.wysocki@intel.com>
2023-03-29 14:27:27 +04:00
Sun Xiaoxia
988a8dd6a9
Xiaoxia/Optimize the streams calculation process ( #15777 )
...
* add _big_core_logic_streams
* modify core binding with cpu mapping table
* get _cpu_ids with querying cpu_mapping_table
* fix mac build issue
* fix cpu func test issue
* fix clang-format issue
* remove getCoreOffset and getThreadStep
* motify return false from cpuMapAvailable on windows
* remove core binding in latency mode
* add bind core on windows
* add model prefer threads
* modify streams calculating schedule in ApplyPerformanceHints
* modify MakeDefaultMultiThreaded and Stream
* add unified cpu binding with cpu_mapping on linux and windows. add GPU core binding interface. modify streams calculation scheduling
* fix code style issue
* modify default streams to 1 to fix ci test issue
* add SetStreamtoConfig, modify getNumOfAvailableCPUCores to fix continuous call loadnetwork issue
* modify code according to comments
* fix build issue on macos
* fix macos error
* fix cputest issue
* fix build issue on macos
* move features about CPU to lin_system_config.cpp
* fix code style
* fix bebian_arm build failed issue
* fix macos build issue
* fix code style
* fix test issue on windows
* fix code style
* add latency in hybrid_aware condition
* add the condition used all cores in latency mode
* fix code style
* fix code style
* add init_cpu
* fix code style
* fix streams=2 issue
* fix multi gpu core bind issue
* modify interface
* fix debian arm build issue
* add bind core in different socket
* fix code style
* fix build issue on windows
* fix GPU set_executor_config sync issue
* fix latency issue
* fix bind_cores issue
* modify model prefer on tigerlake machine
* modify according to comments
* fix code style
* modify GPU reserve CPU interface, remove bind core on windows feater
* fix code style
* add 3rd type core in cpu_mapping_table
* fix build issue
* update test case
* modify core bind behavior in latency mode
* remove 3rd core type function
* update format
* add lock in get_task_flag
* not bind core in latency mode
* change model_prefer to 0 with latency mode on core machine. bind core with latency mode on core machine
* remove a void thread
* modify condition of create task_area
* modify comments
* fix according to comments
* fix spelling mistake
* fix according to comments
* fix code style
---------
Co-authored-by: Shen, Wanglei <wanglei.shen@intel.com>
2023-03-29 18:26:27 +08:00
Ilya Churaev
f3dcf93f96
Remove suppression Wno-delete-non-abstract-non-virtual-dtor ( #16560 )
...
* Remove suppression Wno-delete-non-abstract-non-virtual-dtor
* Fixed Allocator warning
* Suppress warning for GPU plugin
* Skip warning for GNA
* Fixed preprocessing
* Added virtual constructor for base plugin class
* Some fix for CPU
* Suppress for CPU
* Fixed any
* Fixed meta
* Disable warning for paddle
* Fixed Allocator tests
* Move suppress to paddle
* Fixed benchmark_app
2023-03-29 14:19:30 +04:00
Vladislav Golubev
df3c06ecb4
[CPU] Ngram node fusion ( #16131 )
2023-03-29 13:58:41 +04:00
Karol Blaszczak
f4da729a19
[DOCS] prerelease notes 0329 ( #16584 )
2023-03-29 11:27:12 +02:00
Yuan Hu
75c62ea320
[CPU] optimize shape infer of Reshape ( #16537 )
...
* add reshape shapeinfer in cpu plugin
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* add squeeze and unsqueeze
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* add precision i8 i64 on test
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix code out of bounds risk
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* test performance of this PR
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix code issue
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* Revert "test performance of this PR"
This reverts commit f4f9f002de28d03bc1c55c24067f75b74824904c.
* fix reviewer comment
fix throw message
not create ov::shape instance
remove i8 test case
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix pytorch layer test failed issue
inputShape(1,0) outpattern(-1) is a valid input
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix windows compile issue
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix rebase mistaken
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
---------
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
2023-03-29 11:26:49 +02:00
Tingqian Li
05ab0f32d7
[CPU] Simple fix of redundant const-weight reordering for brgconv node in dynamic model ( #16305 )
2023-03-29 10:27:08 +02:00
Mateusz Tabaka
556d469f6b
[PADDLE] add paddle opextension support ( #16439 )
...
* add opextension support
* support opconversion
* fix test contructor ambiguous
* fix ci fail
* add tag to avoid compiler ambiguous
* move tests to layer_tests & remove PaddleTag
* static cast
* use create_ov_node_by_name
---------
Co-authored-by: Luo Cheng <cheng.luo@intel.com>
2023-03-29 12:23:47 +04:00
Roman Kazantsev
35e03d33bb
[TF FE] Support frozen models in text protobuf format aka pbtxt ( #16604 )
...
* [TF FE] Support frozen models in Text Protobuf format aka pbtxt
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Fix gen_wrapper.py for pbtxt
* Fix is_supported method
* Fix gen_wrapper.py script
* Adopt test_text_frozen_format unit-test
* Update src/frontends/tensorflow/src/frontend.cpp
* Update src/frontends/tensorflow/src/frontend.cpp
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-29 11:58:08 +04:00