Commit Graph

12388 Commits

Author SHA1 Message Date
Fang Xu
016c7dea8a
update oneTBB with https://github.com/oneapi-src/oneTBB/releases/tag/v2021.2.3 (#19639) 2023-09-12 13:53:23 +08:00
Ilya Lavrenov
6a1d680f90
Partially fixed github issue 18274 (#19758) 2023-09-12 07:34:45 +04:00
Ilya Churaev
3be8b58d2a
Update classes func tests (#19663)
* Remove legacy classes from functional_test_utils

* Fixed code style

* Fixed build all for macOS

* Suppress warning

* Revert old functions for internal plugins
2023-09-12 07:09:45 +04:00
Ilya Churaev
7becaf8494
Remove legacy API from common test utils (#19647)
* Remove legacy API from common test utils

* Fixed code style

* Fixed build

* Try to fix Windows build

* Fixed GNA build
2023-09-12 07:09:12 +04:00
Nikolay Shchegolev
497f42bd82
Post commit fix for #19521. (#19741) 2023-09-12 01:31:57 +04:00
Roman Kazantsev
fc5696321a
[TF Hub][GA] Separate Workflow for TF Hub Tests Validation (#19754)
* [TF Hub][GA] Use Ubuntu 20.04 for TensorFlow Hub Models validation and Separate job

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Apply review comments: ubuntu-20.04 use and install deps

* Simplify validation pipeline for TF Hub Models

* Remove extra deps installations

* Remove not needed code

* Try to fix

* Try 22.04

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-12 01:05:50 +04:00
Andrey Kashchikhin
3e95e48309
[CI] [GHA] Remove unnecessary steps and cmake options, use proper # of CPU cores for ARM64 pipeline (#19746)
* address comments

* rm

* use machine's # of cpu core
2023-09-11 22:37:42 +04:00
Bartlomiej Bielawa
2320329a51
[DOCS] Modify dropdowns css 2023-09-11 17:07:28 +02:00
Maciej Smyk
e614b8f69a
[DOCS] Update of model_conversion_diagram.svg for master (#19737)
* Update model_conversion_diagram.svg

* Update model_conversion_diagram.svg

* Update model_conversion_diagram.svg
2023-09-11 18:49:31 +04:00
Mateusz Tabaka
d0dda74fc2
Handle negative values in GroupedSliceToVSplitOptimization (#19495)
* Handle negative values in GroupedSliceToVSplitOptimization

CVS-118897

* change the way of getting slice inputs

* clamp value

---------

Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
2023-09-11 18:31:39 +04:00
Vladimir Paramuzov
7e3e1e2480
[GPU] Support of int8 compressed weights for matmul (#19548) 2023-09-11 18:11:34 +04:00
Ilya Lavrenov
a1cc5e6692
Resolve ARM CPU plugin illegal instruction on older Linux systems (like Ubuntu 18.04) (#19717) 2023-09-11 17:15:42 +04:00
Vitaliy Urusovskij
847eb3f4f1
TransposeLayerTest to API2.0 (#19671) 2023-09-11 16:15:53 +04:00
Vitaliy Urusovskij
9f4e918ee2
Gracefully fail if test models weren't generated (#19705)
* Gracefully fail if test models weren't generated

* Add assert instead of return `nullptr`
2023-09-11 15:18:45 +04:00
Sebastian Golebiewski
3d872f14e4
[DOCS] Remove index file from notebooks (#19619) 2023-09-11 10:56:08 +00:00
Vitaliy Urusovskij
fb59d0eb36
VariadicSplitLayerTest refactoring to API2.0 (#19648) 2023-09-11 14:55:36 +04:00
Karol Blaszczak
da79964bd3
[DOCS] banner what's new text (#19730) 2023-09-11 12:15:47 +02:00
Ilya Lavrenov
f519f2990d
Added python3 vcpkg port dependecies to GHA workflow (#19718) 2023-09-11 10:37:46 +01:00
Maciej Smyk
86c3184e2f
Update installing-openvino-pip.md (#19726) 2023-09-11 11:02:26 +02:00
dependabot[bot]
a1a56a3d29
Bump SimenB/github-actions-cpu-cores from 1 to 2 (#19724)
Bumps [SimenB/github-actions-cpu-cores](https://github.com/simenb/github-actions-cpu-cores) from 1 to 2.
- [Release notes](https://github.com/simenb/github-actions-cpu-cores/releases)
- [Commits](https://github.com/simenb/github-actions-cpu-cores/compare/v1...v2)

---
updated-dependencies:
- dependency-name: SimenB/github-actions-cpu-cores
  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-09-11 12:51:33 +04:00
dependabot[bot]
f3de5a2fba
Bump actions/checkout from 3 to 4 (#19725)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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-09-11 12:51:09 +04:00
Andrew Kwangwoong Park
5604566795
[GPU] Minor fix to get correct input layout for dump layer (#19686)
Signed-off-by: Andrew Park <andrew.park@intel.com>
2023-09-11 12:21:09 +04:00
Andrew Kwangwoong Park
161ba14796
[GPU] Fix GatherND shape agnostic ref kernel (#19706)
Signed-off-by: Andrew Park <andrew.park@intel.com>
2023-09-11 12:20:10 +04:00
Roman Kazantsev
530da61a4e
[TF Hub] Fix compute output size issue in test (#19719)
It helps to get 4 new models passed and other 2 models failed with accuracy issue.

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-11 12:14:09 +04:00
Irina Efode
1d0709f533
[CONFORMANCE] Enable QM + IE tests in Opset Conformance (#19693) 2023-09-11 11:10:47 +04:00
Kelvin Choi
2f4f76070f
[GPU] Update strided_slice for partially dynamic shape case (#19467) 2023-09-10 22:44:13 -07:00
Pawel Raasz
5833e7d55d
Migrate ReduceL1, ReduceL2 to new API (#19622)
* Migrate ReduceL1, ReduceL2 to new API
- add some new utils which are deprecated

* Add missing include

* Remove debug message

* Hide helper functions from public API
2023-09-11 07:17:57 +04:00
Ilya Lavrenov
51d77cb59f
Migrate to ade v0.1.2c (#19714) 2023-09-11 07:15:59 +04:00
Roman Kazantsev
37f61551a3
[TF FE][TF Hub] Use ConcreteFunc input and output signatures (#19690)
* [TF Hub][TF FE] Preserve outputs of ConcreteFunction from signature and their names

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Fix naming and complete TODO

* Apply code-review: extra assert to check input_signature

* Fix inputs for fw

* Fix input data preparation and import convert_model

* Correct variable detection among all inputs

* Handle special input and output signature

* Fix adjust_saved_model_names

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-10 03:46:01 +00:00
Karol Blaszczak
932ba63744
[DOCS] feature transition section (#19506)
* [DOCS] legacy features section

* pass 2 of extensions

* Apply suggestions from code review

---------

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2023-09-09 20:30:51 +02:00
Ilya Lavrenov
8eb165021c
Fixed compilation with C++17 on Windows (#19682) 2023-09-09 01:53:20 +04:00
Ilya Lavrenov
ed230cd879
Fixed build with oneDNN GPU in some Conan scenarios (#19711) 2023-09-09 01:52:58 +04:00
Ilya Lavrenov
3823360238
Try to use conan.lock file (#19709) 2023-09-09 01:52:25 +04:00
Ilya Lavrenov
888d4e9633
Updated vcpkg.json config with newer TBB version with default dependencies (#19708) 2023-09-09 01:52:07 +04:00
Maxim Vafin
e83697ded4
[PT FE] Implement override_all_inputs, override_all_outputs (#19642)
* Implement override_all_inputs, override_all_outputs

* Apply suggestions from code review

Co-authored-by: Piotr Krzemiński <piotrkrzeminski1234@gmail.com>

* Update src/frontends/pytorch/src/input_model.cpp

* Update src/frontends/pytorch/src/input_model.cpp

* Resolve problem with self input

* Update place.cpp

* Update place.cpp

* Fix build

---------

Co-authored-by: Piotr Krzemiński <piotrkrzeminski1234@gmail.com>
2023-09-08 22:31:49 +02:00
Alexander Suvorov
815ce1c595
Add selector tool 2023.1 2023-09-08 21:22:16 +02:00
Nikolay Shchegolev
f0421d94a6
[CPU] Scalar is passed as a tensor with shape [1] in custom op evaluate. (#19521)
[CPU] Scalar is passed as a tensor with shape [1] in custom op evaluate.
2023-09-08 19:40:44 +04:00
Andrey Kashchikhin
77d11f7dc8
[CI] [GHA] Introduce GHA Linux ARM64 Pipeline (#19230)
* add linux arm 64

* add comment

* prevent from scheduling on forks

* remove triggers

* rm unused exits

---------

Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
2023-09-08 15:30:54 +00:00
Andrey Kashchikhin
d5f684d934
[CI] [GHA] Introduce GHA Linux Android ARM64 Pipeline (#19246)
* add anroid arm64 pipeline

* rm triggers

* rm unnecessary exits
2023-09-08 15:26:52 +00:00
Ilya Lavrenov
1ef9cc70b5
Fixed compilation with gcc-13.2 (#19689) 2023-09-08 18:39:24 +04:00
bstankix
8f73cb19b1
[DOCS] Integrate coveo search engine (#19703) 2023-09-08 14:07:27 +00:00
Bartlomiej Bielawa
7b59190521
[DOCS] Move menu arrows to the left side (#19677) 2023-09-08 14:01:10 +00:00
Maciej Smyk
79ac4a5763
img-fix (#19699) 2023-09-08 15:16:03 +02:00
Maciej Smyk
d9805a8871
[DOCS] ShapeOf-3 & Supported Model Formats fix for master (#19694)
* fix

* Update supported_model_formats.md
2023-09-08 13:33:38 +02:00
Ivan Novoselov
8124f5c435
Snippets shape inference infrastructure (#18887) 2023-09-08 12:58:21 +04:00
Przemyslaw Wysocki
25b1b4e26c
Add upper bound for setuptools (#19672) 2023-09-08 11:56:39 +04:00
dependabot[bot]
dd05c42951
Bump SimenB/github-actions-cpu-cores from 1 to 2 (#19685)
Bumps [SimenB/github-actions-cpu-cores](https://github.com/simenb/github-actions-cpu-cores) from 1 to 2.
- [Release notes](https://github.com/simenb/github-actions-cpu-cores/releases)
- [Commits](https://github.com/simenb/github-actions-cpu-cores/compare/v1...v2)

---
updated-dependencies:
- dependency-name: SimenB/github-actions-cpu-cores
  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-09-08 11:56:18 +04:00
Mateusz Tabaka
a55b5381d3
Move BroadcastTransition to MOC (#19543)
* Move BroadcastTransition to MOC

Broadcast that could be eliminated by BroadcastElementwiseFusion are moved down the graph
(by BroadcastTransition registered in the plugins). That prevents BroadcastElementwiseFusion
to eliminate them.

Ticket: CVS-118899

* dont count const layers

* remove virtual inheritance
2023-09-08 11:05:54 +04:00
Jade Cho
e2b553302b
[GPU] Use preferred output format if node impl type is onednn (#19601)
+ Changes to use preferred format in both cldnn and onednn for gemm and
FC when shape inferencing.
2023-09-08 15:56:40 +09:00
Artyom Anokhov
f9560518e3
[DOC] Add hints for debug build (#19675)
* Added HINTS for generating PDB files and debugging

* Fixed upper case

* Keep hint only for Windows OS

* build_raspbian.md: Added empty line
2023-09-07 16:39:02 +02:00