Zlobin Vladimir
7e709a0ecc
benchmark: remove deprecation notice ( #20175 )
...
Python version didn't mark -api as deprecated
2023-10-02 13:50:49 +04:00
Sebastian Golebiewski
affceaa32b
Changing file structure of Prerequisites and Markup Transformations section ( #20173 )
2023-10-02 11:00:14 +02:00
Sebastian Golebiewski
172a50bb3c
Changing file structure of Plugin API Reference ( #20177 )
2023-10-02 10:49:13 +02:00
Sebastian Golebiewski
e4cd6c5c44
Changing file structure of Cleanup Transformations ( #20176 )
2023-10-02 10:48:52 +02:00
Sebastian Golebiewski
319954e19d
Changing file structure of Main Transformations ( #20174 )
2023-10-02 10:19:22 +02:00
Sebastian Golebiewski
641743efb1
Changing file structure of Attributes of Low Precision Transformations section ( #20170 )
2023-10-02 09:22:40 +02:00
Roman Kazantsev
b409ea1930
[TF FE] Support TF1 While Control flow ( #20105 )
...
* [TF FE] Support TF1 While Control flow
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Apply code-style fix
* Update API for OpPlace to store back edge
* Fix build: no rvalue by reference passing
* Fix build issue: correct type
* Fix TF FE unit-tests
* Apply code-review feedback: remove unused vars
* Fix fusing complicated case of TF1 While
* Remove unused variable
* Update MO unit test
* Fix layer tests for While
* Handle Switch and NextIteration nodes connected directly
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-10-02 09:56:10 +04:00
Sergey Shlyapnikov
e2501a67d2
[GPU] Fix os_is_yx_osv16_isv4 weights format matching ( #20132 )
2023-10-02 09:02:10 +04:00
Ilya Lavrenov
95e3096684
Added build on RedHat system to build & test RPM packages ( #20134 )
...
* Added GHA workflow for RPM packages
* Avoid rebuild for RPM / Debian packages
* Removed conditional include headers
* try only post-build
* Beautification
* Fixed testdata generation for mulit-config generators
2023-10-01 23:23:06 +04:00
Katarzyna Mitrus
86bf038417
[Ref][Core][Opset13] NMSRotated-13 core shell and reference implementation ( #19907 )
...
* nms_r_init
* Add tests
* Update nms refs
* Update onnx import
* Add nms rotated utils
* Remove soft sigma and align constructors
* Fix typo
* Style apply
* Add namespace for iou
* Update opset comment
* Revert cpu changes
* onnx test cleanup
* Update input types validation
* Align shape_infer boxes
* Test update
* Fix warning
* Temporary evaluate support for tests
* Add counterclockwise support
* Remove box_encoding attr
* Fix clockwise box idx
* More tests
* Update opset test
* Update boxes shape validation
* Type prop tests
* HostTensor to ov Tensor migration
* Update output_type set get output_type_attr
* Move setters and getters to cpp
* Add visitor test
* Cleanup
* Remove temp eval
* Headers adjustment
* use float for division
* Fix ref tests run
* Tests and style code refactor
* Move type check into box_last_dim
* Update visitor test namespace
* Check input type loop
* Remove nms_rotated namespace and rename ref function
* avoid copies in filling output tensor
* Update shape var name
* remove static from riou func
* Update nms_rot utils
* Move nms rot util to ov reference namespace
* use std::cos and std:::sin
* Update struct name
* Explain usage of postprocessing
* Update element type desc in error message
* Add more comments
* Adjust rotated util float types
* Fix name conflicts and warnings
* Update opset test ops number
* Move int input check to the loop
* Short box_def_size init
* Move remove static_output from shape_infer params
* Align float zero
* Update third-party-programs
* Fix TensorIt for CI
* Add op check test
2023-09-29 17:48:45 +00:00
Andrey Kashchikhin
77e043d342
[CI] [GHA] Transfer Linux CC to AKS runners ( #20146 )
...
* transfer to aks runner
* add missing git lfs
* use 22 ubuntu; rm unused ninja installation
2023-09-29 20:37:07 +04:00
Andrey Kashchikhin
74251ce932
rm obsolete pipeline ( #20155 )
2023-09-29 18:37:15 +04:00
Andrey Babushkin
201403ecd0
More RAM for 4 core AKS runner ( #20138 )
2023-09-29 15:00:52 +01:00
Sebastian Golebiewski
cb315e8f91
Changing file structure of Advanced Topics section of OpenVINO Plugin Developer Guide ( #20154 )
2023-09-29 14:42:50 +02:00
Sebastian Golebiewski
30b0f660d3
Changing file structure of OpenVINO Plugin Developer Guide section of ( #20153 )
2023-09-29 14:21:16 +02:00
Sebastian Golebiewski
6e1e8105fe
Changing file structure of Overview of Transformations API section of docs ( #20150 )
2023-09-29 13:57:00 +02:00
Maciej Smyk
6906af1d72
runtime windows & linux ( #20148 )
2023-09-29 13:39:43 +02:00
Sebastian Golebiewski
332305b1eb
Changing file structure of OpenVINO Extensibility section of docs ( #20145 )
2023-09-29 12:48:56 +02:00
Maciej Smyk
51060c2643
macOS runtime ( #20143 )
2023-09-29 12:22:02 +02:00
Maciej Smyk
064ee982df
install guide overview ( #20129 )
2023-09-29 10:37:34 +02:00
Maciej Smyk
932179252f
get started & install configurations ( #20128 )
2023-09-29 10:02:10 +02:00
Maxim Vafin
f38b5f4f06
[PT FE] Support moving TupleConstruct inside If body ( #20081 )
...
* Support moving TupleConstruct inside If body
* Fix win build
---------
Co-authored-by: Alina Kladieva <alina.kladieva@intel.com>
2023-09-28 23:11:09 +02:00
Maxim Vafin
64cc3a96bb
Restrict version of pytorch-quantization ( #20137 )
2023-09-28 23:11:41 +04:00
Mikhail Ryzhov
f85a276782
[GHA] Azure pip cache ( #20029 )
...
* switched PyTorch_Models
* fixed root issue
* upgrade pip
* set bash environments
* install pip deps
* added git installation
* added g++ deps
* added python-dev package
* get particular python-dev package
* fixed package name
* removed python-dev
* cython dep
* debug
* fixed inlude path
* test cache
* set home dir
* changed disk space calculation
* crosspipeline pip cache
* added tag for source builded deps
* immutable deps
* use commit id instead of tag
* Update .github/workflows/linux.yml
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* fixed logs upload condition
* removed pip upgrade
* changed detectotron version
* Update tests/model_hub_tests/torch_tests/requirements_secondary.txt
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* changed wheel installation way
* reset onednn
* added cleanup workload
* cleanup test
* fixed reqs install
* test cache depending on pip version
* syntax fix
* env overwriting test
* test env output
* fixed set env step
* move pip cahc initialization to step
* changed pip ver regexp
* set custom pip cahce for each step
* cleanup code and enabled test cleanup job
* test cleanup 2
* speedup removal
* check existed dir
* Enabled cache for samples job
* removed debug job
* changed way how to get pip ver
* improved pip version extration
* revert omz
* switched PyTorch_Models
* fixed root issue
* upgrade pip
* set bash environments
* install pip deps
* added git installation
* added g++ deps
* added python-dev package
* get particular python-dev package
* fixed package name
* removed python-dev
* cython dep
* debug
* fixed inlude path
* test cache
* set home dir
* changed disk space calculation
* crosspipeline pip cache
* added tag for source builded deps
* immutable deps
* use commit id instead of tag
* Update .github/workflows/linux.yml
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* fixed logs upload condition
* removed pip upgrade
* changed detectotron version
* Update tests/model_hub_tests/torch_tests/requirements_secondary.txt
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* changed wheel installation way
* added cleanup workload
* reset onednn
* cleanup test
* fixed reqs install
* test cache depending on pip version
* syntax fix
* env overwriting test
* test env output
* fixed set env step
* move pip cahc initialization to step
* changed pip ver regexp
* set custom pip cahce for each step
* cleanup code and enabled test cleanup job
* test cleanup 2
* speedup removal
* check existed dir
* Enabled cache for samples job
* removed debug job
* changed way how to get pip ver
* improved pip version extration
* revert omz
* review fixes
* remove cache files using atime
* mtime->atime
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-09-28 22:21:32 +04:00
Maxim Vafin
84d98d8bf7
[PT FE] Add support for aten::pixel_shuffle ( #20124 )
...
* [PT FE] Add support for aten::pixel_shuffle
* Add comments
* Update src/frontends/pytorch/src/op/pixel_shuffle.cpp
2023-09-28 19:09:54 +02:00
andreyanufr
b73b2502b1
Introduce NF4 data type ( #19900 )
...
* NF4 reference initial commit
* Compilable version.
* Executable NF4.
* Fixed nf4 unpacking.
* 1) Fixed warnings with nf4.
2) Removed unused functions.
* Added one test for nf4.
* Fixed code-style errors.
* Fixed code-style errors.
* Fixed NamingConventionCheck errors.
* Fixed test with nf4.
* Fixed windows compilation.
* Fixed casting warning.
* Fixed incorrect changes.
* Changed order of elements in nf4 pack/unpack.
* 1) Made Convert only on direction nf4->other type.
2) Applied reviewers suggestions.
* Fixed code style.
* Fised code style.
* 1) Added array header.
2) Added Bitsandbytes to third-party-programs.txt.
* 1) Removed unused code.
2) Fixed style typos.
3) Revert submodule version.
* Added test for nf4 compression.
* NF4 test refactoring.
* Added cpp tests for NF4.
* Removed model compilation from NF4 tests.
* Reverted submodule version.
2023-09-28 20:56:57 +04:00
Ilya Lavrenov
3de1332838
VCPKG docs for dynamic OpenVINO build ( #20127 )
...
* VCPKG docs for dynamic OpenVINO build
* Apply suggestions from code review
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* Update installing-openvino-vcpkg.md
* Update docs/install_guides/installing-openvino-vcpkg.md
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
---------
Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
2023-09-28 19:55:20 +04:00
Anastasia Kuporosova
744f5d4130
[PyOV] Fix docs and add test for Model._get_raw_address ( #20109 )
2023-09-28 12:06:20 +00:00
Sebastian Golebiewski
9a88eed9f2
Fix Issue 20097 - providing an easy to read Cmake command ( #20126 )
2023-09-28 16:04:48 +04:00
Maciej Smyk
960cfa09ad
update ( #20106 )
2023-09-28 13:43:18 +02:00
Mikhail Ryzhov
d2ba528993
switched to 8 core runner ( #20120 )
2023-09-28 15:42:55 +04:00
Chenhu Wang
c5320bf7f0
[CPU] DetectionOutput perf fix ( #19773 )
2023-09-28 15:36:12 +04:00
Ilya Lavrenov
23e602f06f
Fixed NCC style check ( #20121 )
2023-09-28 15:01:52 +04:00
Pawel Raasz
197e954846
[core]Migrate reduce ops max min mean prod sum evaluate to new API ( #19756 )
...
* Migrate ReduceL1, ReduceL2 to new API
- add some new utils which are deprecated
* Hide helper functions from public API
* Migrate reductions ops to new API
* Migrate get_constant_from_source to dev API
* Rename ref max to reduce_max
* Rename ref min to reduce_min
* Rename ref mean to reduce_mean
* Rename ref sum to reduce_sum
* Rename ref product to reduce_prod
- minor optimization in ReduceProd operator
* Restore custom isfinite for ov float types
* Fix type name in reduce_max.hpp
* Add missing include in shape_util.hpp
* Make count same type as data type in reduce mean
* Correct reduce sum doxy comment
2023-09-28 10:12:21 +00:00
Sergey Shlyapnikov
f9678a285c
[GPU] Do not use usm_host memory buffers for PVC as a device inputs ( #19767 )
2023-09-28 13:53:51 +04:00
Sergey Shlyapnikov
886be26c0b
[GPU] Add handling of unsupported simd8 for PVC ( #20093 )
2023-09-28 13:39:41 +04:00
Roman Kazantsev
7761fc754c
[Hub Tests] Move TF Hub tests to AKS runners ( #20049 )
...
* [Hub Tests] Move Hub tests to self-host runners
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Not all directories possible to clean up
* Move Hub models tests to AKS nodes
* Add install actions python setup
* Add ca-certificate deps to install
* Fix bug for PT models
* Update .github/workflows/linux.yml
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* Update .github/workflows/linux.yml
* Revert changes for PT models tests
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Install correct version of OV
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-09-28 09:10:39 +00:00
Sebastian Golebiewski
7dd5d9720c
Changing file structure of documentation gapi section of docs ( #20107 )
2023-09-28 11:09:14 +02:00
Maciej Smyk
b0507b9918
Update release_notes.md ( #20113 )
2023-09-28 11:03:58 +02:00
Maxim Vafin
fea6db1a5f
[PT FE] Fix issue when cat input is folded to tensor ( #20090 )
...
* [PT FE] Fix issue when cat input is folded to tensor
* CHeck real first input
* Update src/frontends/pytorch/src/op/cat.cpp
2023-09-28 10:52:09 +02:00
Ilya Lavrenov
1be993dd39
[GHA] Don't build documentation in post-commit ( #20099 )
2023-09-28 12:11:14 +04:00
Ilya Lavrenov
20ec04bfcc
Try to use vcpkg cache ( #20102 )
2023-09-28 12:03:46 +04:00
Anastasia Kuporosova
c90bcbf5eb
[PyOV] fix if_op return types ( #20014 )
...
* [PyOV] fix if_op return types
* fix if
* other types
* test for if
* add tests, try fix loop, ti
* fix ci
2023-09-28 09:35:54 +02:00
Sebastian Golebiewski
ca7031f69d
Changing file structure of documentation section of docs. ( #20104 )
2023-09-28 08:47:33 +02:00
Fang Xu
2f9727aef9
fix compilation issue on Windows arm64 ( #19873 )
...
* fix compilation issue on Windows arm64
* fix build issue
* fix build issue
* disable clang compiler for Windows on ARM
* disable clang compiler for cpu plugin
* Update CMakeLists.txt
removed fatal_error from cpu cmake
* Update features.cmake
disable Intel CPU plugin by default on Windows ARM64 with clangl-cl compiler
* update comments
* fix build issue
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-09-28 05:56:10 +00:00
Ilya Lavrenov
920d1badf3
Added WebAssembly workflow ( #20092 )
2023-09-28 01:18:17 +04:00
Ilya Lavrenov
ce7366bc90
Enabled Android arm64 GHA in precommit ( #20094 )
2023-09-28 01:15:36 +04:00
Ilya Lavrenov
132bada331
Enable PDPD tests build ( #20078 )
...
* Fixed comments for linux-riscv64 GHA workflow
* Try to enable PDPD tests back
2023-09-27 18:03:02 +04:00
Zlobin Vladimir
20172200ea
Update open_model_zoo submodule ( #20083 )
...
Catch up https://github.com/openvinotoolkit/open_model_zoo/pull/3864
2023-09-27 18:02:43 +04:00
Nikita Malinin
064a18eb09
[POT] Change python version to 3.8+ ( #20071 )
...
* Change python version to 3.8+
* Fix tests
2023-09-27 18:01:34 +04:00