Ilya Churaev
38fc26325d
Remove Legacy preprocessing from C API ( #17673 )
2023-05-23 16:17:53 +04:00
Ilya Churaev
294eb1a4d4
Remove legacy Python API ( #17674 )
2023-05-23 16:17:26 +04:00
dependabot[bot]
e2cb6dafe1
Bump pytest-html from 1.19.0 to 3.2.0 in /tests ( #16624 )
...
Bumps [pytest-html](https://github.com/pytest-dev/pytest-html ) from 1.19.0 to 3.2.0.
- [Release notes](https://github.com/pytest-dev/pytest-html/releases )
- [Changelog](https://github.com/pytest-dev/pytest-html/blob/master/docs/changelog.rst )
- [Commits](https://github.com/pytest-dev/pytest-html/compare/v1.19.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: pytest-html
dependency-type: direct:production
update-type: version-update:semver-major
...
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-05-23 11:22:59 +00:00
Alexey Kazakov
65b734083c
Stale issue new rule ( #17549 )
2023-05-23 11:28:01 +01:00
Bo Liu
703e5421ca
extend PaddlePaddle elementwise broadcast type support ( #17102 )
...
* enable PaddlePaddle elementwise broadcast
* fix CI fail issue
* Apply suggestions from code review
* fix CI fail issue
* only B to A broadcast is supported for PDPD
* fix GPU plugin testcase fail issue
* keep PDPD broadcast_merge cpu plugin implement align with ov core
* add type prop test case for pdpd broadcast dst shape smaller than src shape
2023-05-23 14:25:56 +04:00
Tomasz Dołbniak
04904e5147
GroupNormalization op specification ( #17630 )
2023-05-23 10:20:51 +02:00
Tatyana Raguzova
f8598be80b
[build_samples] Using make instead of cmake ( #17559 )
2023-05-23 11:44:21 +04:00
dependabot[bot]
a52bfa216e
Bump requests from 2.28.1 to 2.31.0 in /docs ( #17669 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
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-05-23 11:05:35 +04:00
Ilya Churaev
854537c60e
Update Open Model Zoo submodule ( #17665 )
2023-05-23 10:54:29 +04:00
Ilya Churaev
a72f17dec0
Fixed compile_tool install ( #17666 )
2023-05-23 10:53:22 +04:00
Tatiana Savina
1f1bb6008a
[DOCS] Compile tool docs change ( #17460 )
...
* add compile tool description
* change refs
* remove page to build docs
* doc reference fix
* review comments
* fix comment
* snippet comment
* Update docs/snippets/compile_model.cpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
* change snippet name
* create ov object
* code block fix
* cpp code block
* include change
* code test
* change snippet
* Update docs/snippets/export_compiled_model.cpp
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
---------
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
2023-05-23 07:37:31 +04:00
Taylor Yeonbok Lee
de2302a711
Prevented gather fusion test for dgpu dynamic shape ( #17616 )
2023-05-23 01:57:56 +02:00
Ilya Lavrenov
a591514250
Ability to build universal2 wheel packages ( #17661 )
2023-05-23 00:35:55 +04:00
Ilya Lavrenov
4c92ffa563
Build wheel arm64 packages using cross-compilation ( #17635 )
2023-05-23 00:31:35 +04:00
Andrew Kwangwoong Park
4ccb6794a4
[GPU] Minor fix for shape inference of dynmaic reshape ( #17565 )
...
Signed-off-by: Andrew Park <andrew.park@intel.com>
2023-05-22 10:44:23 -07:00
Mateusz Tabaka
48f207f961
GRUCellFusion - fix handling bias in rz order ( #17651 )
...
Currently GRUCellFusion treats bias as if it's always in zr order,
which sometimes is not the case. So whenever GRUCellFusion detects rz order,
it should also split bias into r and z and concat the halves into zr.
Ticket: CVS-97025
2023-05-22 20:29:05 +04:00
Ilya Lavrenov
c5f4406c34
Install libtbb12 on U22 ( #17655 )
2023-05-22 17:51:52 +04:00
Sebastian Golebiewski
e69bcdb7a5
[DOCS] Update Interactive Tutorials ( #17598 )
2023-05-22 14:45:54 +02:00
Ilya Lavrenov
b69e94c297
Fixed macOS compilation ( #17656 )
2023-05-22 14:49:33 +04:00
Ilya Lavrenov
77bd72081f
Updated build instruction for macOS x86_64 ( #17628 )
2023-05-22 14:22:01 +04:00
dependabot[bot]
added5c44e
Bump attrs from 22.2.0 to 23.1.0 in /tests ( #17649 )
...
Bumps [attrs](https://github.com/python-attrs/attrs ) from 22.2.0 to 23.1.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.2.0...23.1.0 )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 09:52:28 +00:00
Ilya Lavrenov
ef9b3e3cd1
ARM Compute Library flags ( #17640 )
2023-05-22 13:23:43 +04:00
Maxim Vafin
fe1ac700f0
[PT FE] Fix issues in multiple operations ( #17418 )
...
* Fix issues in aten::chunk and aten::split_with_sizes replacers
* Fix code style
* Fix compute issue
* Fix code style
* Support 1 chunk
* Fix issues in meshgrid, sqrt, rsqrt and exp operations
* Use Interpolate-11
* Fix unary ops
* Add tests for unary ops
* Fix unary ops tests
* Add changes in utils
* Fix mo test
* Remove extra line
* Fix mo tests for int
2023-05-22 10:35:34 +02:00
Wanglei Shen
2302e10d3e
enable proc_type_table on MacOS for both ARM and x86 ( #17427 )
...
* enable proc_type_table on MacOS for both ARM and x86
* fix code style issue
* update for comments
2023-05-22 16:29:05 +08:00
Mateusz Mikolajczyk
9b52a77531
[PT FE] Fix aten::conv2d conversion issues related to bias ( #17228 )
...
* Allow for conversion
* Check for const
* Apply requested changes
* Improve tests
2023-05-22 09:59:02 +02:00
dependabot[bot]
4ccc6e3034
Update pytest requirement from <7.3,>=5.0 to >=5.0,<7.4 in /tests ( #17641 )
...
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest ) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.0.0...7.3.1 )
---
updated-dependencies:
- dependency-name: pytest
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-05-22 10:19:00 +04:00
NetPunk
0963c23b29
【PaddlePaddle Hackathon 4】add paddle one_hot_v2 op ( #15859 )
...
* update op linspace
* rewrite function name
* add one_hot op mapping
* change status
* add depth_tensor
* adjust op test
* Update generate_one_hot_v2.py
* adjust cpp
* adjust cpp
* remove default value
* Update Supported_Frameworks_Layers.md
* support N-dims
* remove restriction
---------
Co-authored-by: Yu Xu <yu.xu@intel.com>
Co-authored-by: cecilia peng <cecilia.peng@intel.com>
Co-authored-by: Xiuchuan Zhai <xiuchuan.zhai@intel.com>
2023-05-22 05:24:50 +00:00
dependabot[bot]
5b6bab2636
Bump pytest-html from 1.19.0 to 3.1.1 in /src/bindings/python ( #16852 )
...
Bumps [pytest-html](https://github.com/pytest-dev/pytest-html ) from 1.19.0 to 3.1.1.
- [Release notes](https://github.com/pytest-dev/pytest-html/releases )
- [Changelog](https://github.com/pytest-dev/pytest-html/blob/master/docs/changelog.rst )
- [Commits](https://github.com/pytest-dev/pytest-html/compare/v1.19.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: pytest-html
dependency-type: direct:production
update-type: version-update:semver-major
...
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-05-21 18:57:31 +04:00
Egor Duplenskii
0501434032
[CPU][GPU] Fix ENABLE_DEBUG_CAPS configuration in cmake ( #17639 )
2023-05-21 11:12:13 +00:00
Xiuchuan Zhai
0b72998631
[MO][PDPD] Convert Paddle models from memory ( #17005 )
...
* support convert_model in paddle runtime
* add convert runtime paddle test
* fix a pylint error
* fix ci error
* skip test_mo_convert_paddle.py # Ticket: 95904
* auto remove tmp file
* add docs for PDFE
* enable paddle mo test in ci
* fix docs
* fix docs
* fix the docs
2023-05-20 18:13:21 +04:00
Pavel Esir
1b24e15e1e
[MO] fix IR graph comparator ( #17411 )
...
* fix graph compare (legacy python MO)
* fix failing unit-tests
* fix failing unit-tests: check that shape is defined
* added explanation comment
* Apply suggestions from code review
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* minor corrections
* add unit-tests
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-05-20 10:05:26 +04:00
dependabot[bot]
f2e71cbd0a
Update fastjsonschema requirement from ~=2.15.1 to ~=2.16.3 in /tests ( #16623 )
...
Updates the requirements on [fastjsonschema](https://github.com/horejsek/python-fastjsonschema ) to permit the latest version.
- [Release notes](https://github.com/horejsek/python-fastjsonschema/releases )
- [Changelog](https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt )
- [Commits](https://github.com/horejsek/python-fastjsonschema/compare/v2.15.1...v2.16.3 )
---
updated-dependencies:
- dependency-name: fastjsonschema
dependency-type: direct:production
...
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-05-20 00:15:36 +04:00
Ilya Lavrenov
da9f6c557f
Fixed linkage when THREADING=SEQ ( #17620 )
2023-05-19 17:30:29 +00:00
Ekaterina Aidova
dcd034fb4d
[PT FE]: support aten::argmax and aten::argmin ( #17489 )
2023-05-19 15:55:36 +00:00
Maksim Proshin
2513db5a04
DOCS Update optimization docs with NNCF PTQ changes and deprecation of POT ( #17398 )
...
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update home.rst
* Update ptq_introduction.md
* Update Introduction.md
* Update Introduction.md
* Update Introduction.md
* Update ptq_introduction.md
* Update ptq_introduction.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update model_optimization_guide.md
* Update ptq_introduction.md
* Update quantization_w_accuracy_control.md
* Update model_optimization_guide.md
* Update quantization_w_accuracy_control.md
* Update model_optimization_guide.md
* Update quantization_w_accuracy_control.md
* Update model_optimization_guide.md
* Update Introduction.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update ptq_introduction.md
* Update Introduction.md
* Update model_optimization_guide.md
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update quantization_w_accuracy_control.md
* Update Introduction.md
* Update FrequentlyAskedQuestions.md
* Update model_optimization_guide.md
* Update Introduction.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update model_optimization_guide.md
* Update ptq_introduction.md
* Update ptq_introduction.md
* added code snippet (#1 )
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update ptq_introduction.md
* Update model_optimization_guide.md
* Update basic_quantization_flow.md
* Update ptq_introduction.md
* Update quantization_w_accuracy_control.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update basic_quantization_flow.md
* Update ptq_introduction.md
* Update ptq_introduction.md
* Delete ptq_introduction.md
* Update FrequentlyAskedQuestions.md
* Update Introduction.md
* Update quantization_w_accuracy_control.md
* Update introduction.md
* Update basic_quantization_flow.md code blocks
* Update quantization_w_accuracy_control.md code snippets
* Update docs/optimization_guide/nncf/ptq/code/ptq_torch.py
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com>
* Update model_optimization_guide.md
* Optimization docs proofreading (#2 )
* images updated
* delete reminder
* review
* text review
* change images to original ones
* Update filter_pruning.md code blocks
* Update basic_quantization_flow.md
* Update quantization_w_accuracy_control.md
* Update images (#3 )
* images updated
* delete reminder
* review
* text review
* change images to original ones
* Update filter_pruning.md code blocks
* update images
* resolve conflicts
* resolve conflicts
* change images to original ones
* resolve conflicts
* update images
* fix conflicts
* Update model_optimization_guide.md
* Update docs/optimization_guide/nncf/ptq/code/ptq_tensorflow.py
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com>
* Update docs/optimization_guide/nncf/ptq/code/ptq_torch.py
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com>
* Update docs/optimization_guide/nncf/ptq/code/ptq_onnx.py
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com>
* Update docs/optimization_guide/nncf/ptq/code/ptq_aa_openvino.py
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com>
* Update docs/optimization_guide/nncf/ptq/code/ptq_openvino.py
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com>
* table format fix
* Update headers
* Update qat.md code blocks
---------
Co-authored-by: Alexander Suslov <alexander.suslov@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2023-05-19 14:36:22 +00:00
Ilya Lavrenov
8b215ca363
Upgrade vresions to 2023.1 in packaging ( #17626 )
2023-05-19 18:07:05 +04:00
dependabot[bot]
50957cdddf
Bump pytest-timeout from 2.0.1 to 2.1.0 in /tests ( #16750 )
...
Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-timeout/releases )
- [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.0.1...2.1.0 )
---
updated-dependencies:
- dependency-name: pytest-timeout
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>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-05-19 13:30:37 +00:00
Alexandra Sidorova
9fafcabb7c
[Snippets] Moved infrastructure to Linear Intermediate Representation ( #16402 )
2023-05-19 17:16:36 +04:00
Maxim Vafin
41de4ba638
Add transformation to convert adaptive pool to reduce ( #17488 )
...
* Add transformation to convert adaptive pool to reduce
* Update src/common/transformations/src/transformations/common_optimizations/moc_transformations.cpp
* Add tests and apply feedback
* Simplify if branches
* Add to common pipeline
* Remove 3d AdaptivePool with out_shape 1
* Skip test instead of remove
---------
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
2023-05-19 13:21:19 +02:00
Artyom Anokhov
0b48fc7159
Updated APT/YUM instructions with actual version. Added instructions for Ubuntu22. Updated subfolders naming for APT. ( #17562 )
2023-05-19 12:46:45 +02:00
Ilya Lavrenov
84db7d0ee6
Build using conanfile.txt ( #17580 )
...
* Build using conanfile.txt
* Update .ci/azure/linux_arm64.yml
* Several improvements
* Removed conanfile.py
* Try to use activate / deactivate
* Fixed clang-format code style
* Supported TBB version from Conan
* Added more NOMINMAX
* Fixed static build
* More improvements for static build
* Add usage of static snappy in case of static build
* More fixes
* Small fixes
* Final fixes
2023-05-19 14:01:39 +04:00
Pavel Durandin
54bbc9e603
[GPU] Fix out of range check for pooling ( #17612 )
...
* [GPU] Fix out of range check for pooling
* [GPU] Fix out of range check for pooling
2023-05-19 14:01:27 +04:00
Ilya Churaev
4eebd3a976
Register new plugin extensions ( #17614 )
...
* Register new plugin extensions
* Fixed build
2023-05-19 09:44:11 +00:00
Vladimir Paramuzov
b95aa84b45
[GPU] Removed some redundant internal passes ( #17552 )
2023-05-19 13:34:42 +04:00
Asthestarsfalll
36dbe95d9e
【PaddlePaddle Hackathon 4】add paddle flip op ( #15828 )
...
* add flip op
* fix
* fix signedness error
* update flip
* use Slice
* remove redundant codes
* unify flip and reverse
* fix bug
---------
Co-authored-by: cecilia peng <cecilia.peng@intel.com>
2023-05-19 11:30:27 +02:00
PuQing
d52efb96ea
【PaddlePaddle Hackathon 4】add paddle index_select op ( #15851 )
...
* add index_select
* fix func error
* fix index size error
* add axis native test
* set default dim 0
* fix supported md
---------
Co-authored-by: Xiuchuan Zhai <xiuchuan.zhai@intel.com>
2023-05-19 10:57:11 +02:00
Ilya Lavrenov
c72a950701
Updated macOS build instruction for arm64 ( #17610 )
2023-05-19 11:05:02 +04:00
NetPunk
2e5468646c
【PaddlePaddle Hackathon 4】add paddle linspace op ( #15835 )
...
* update op linspace
* rewrite function name
* adjust op test
* adjust op test
* adjust op test
* format fuzzy
* remove annotations
* add suppot for int64
* remove umap
---------
Co-authored-by: cecilia peng <cecilia.peng@intel.com>
2023-05-19 08:34:06 +02:00
Egor Duplenskii
2680e9b7aa
[CPU][ARM][TESTS] Expect ref implementation for GeluErf ( #17611 )
2023-05-19 07:43:05 +02:00
dependabot[bot]
aec146ff8c
Bump pytest-timeout from 2.0.1 to 2.1.0 in /src/bindings/python ( #16748 )
...
Bumps [pytest-timeout](https://github.com/pytest-dev/pytest-timeout ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-timeout/releases )
- [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.0.1...2.1.0 )
---
updated-dependencies:
- dependency-name: pytest-timeout
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>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-05-18 22:42:28 +00:00