Commit Graph

13159 Commits

Author SHA1 Message Date
Irina Efode
3bff67653e [SUBGRAPHS DUMPER] Fix Application Crash for Subgraphs Dumper (#20698)
* [SUBGRAPHS DUMPER] Fix Application Crash for Subgraphs Dumper

* Update model.hpp
2023-11-23 14:43:41 +01:00
Anastasia Kuporosova
fda9a5f788 [PyOV] fix set_node_friendly_name (#20695) 2023-11-23 14:43:41 +01:00
Sofya Balandina
529af47af0 [apiConformance] Add test CheckInferIsNotChangeInput to io_tensor (#20159) 2023-11-23 14:43:41 +01:00
Maxim Vafin
a9d9aecd1a Fix TupleUnpackInBodyReplacer transformation to run inside body (#20681) 2023-11-23 14:43:41 +01:00
Ilya Lavrenov
03cac2393e Dependabot/pip/src/bindings/python/paddlepaddle 2.5.2 (#20708)
* Bump paddlepaddle from 2.5.1 to 2.5.2 in /src/bindings/python

Bumps [paddlepaddle](https://github.com/paddlepaddle/paddle) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/paddlepaddle/paddle/releases)
- [Changelog](https://github.com/PaddlePaddle/Paddle/blob/develop/RELEASE.md)
- [Commits](https://github.com/paddlepaddle/paddle/compare/v2.5.1...v2.5.2)

---
updated-dependencies:
- dependency-name: paddlepaddle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Removed WA for Ubuntu 22.04 and PDPD

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-23 14:43:40 +01:00
Andrey Kashchikhin
941a4ffbad fix parent job name (#20702) 2023-11-23 14:43:40 +01:00
Andrey Kashchikhin
ee4961f19f increase timeout (#20705) 2023-11-23 14:43:40 +01:00
Fang Xu
62ca40bd0d update linux oneTBB with version 2021.2.4 (#20675) 2023-11-23 14:43:40 +01:00
Mikhail Ryzhov
8e6e4704fa [GHA] Speed up PyTorch Layer unit tests (#20613)
* test

* fixed tests

* typo

* fixed tests

* rest of the tests

* fixed rsub test

* tmp fix

* Revert "tmp fix"

This reverts commit b8bf1e9492e13497895da488612c9a137ef840bc.

* fixed test params

* reset thirdparty/pugixml

* Revert "fixed rsub test"

This reverts commit 9b6be34b8666936e8124b6622fcc5185b640de92.

* fixed typo

* fixed test data

* reset test_rsub

* removed unused param

* reverrted runner

* simplified call

* fixed random

* changed logical to auto mode

* Revert "fixed random"

This reverts commit 8a4f20b24641144f823a7e1f1ff92038634acf32.

* fixed test_all

* replaced random_sample with randn

* fixed rebase issue

* reverted logical splitting

* Update tests/layer_tests/pytorch_tests/test_repeat_interleave.py

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>

* Update tests/layer_tests/pytorch_tests/test_all.py

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>

* Apply suggestions from code review

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>

* fixed merge conflict

---------

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-11-23 14:43:39 +01:00
cecilia peng
d1b2ece978 [CPU] Fix mergeTransposeAndReorder when Transpose and Reorder do oppos… (#20537)
* [CPU]fix mergeTransposeAndReorder when Transpose and Reorder do opposite permutation to each other as expected, but isOptimized is false due to some reason like inPlace memory. The permuation is asked because the dnnl  reorder primitive requires the source and destination tensors to have the same shape.

* add unit test

* Update src/plugins/intel_cpu/src/graph_optimizer.cpp

Co-authored-by: Maksim Kutakov <maxim.kutakov@gmail.com>

* simplify unit test

* update comments

---------

Co-authored-by: Maksim Kutakov <maxim.kutakov@gmail.com>
2023-11-23 14:43:39 +01:00
Vitaliy Urusovskij
40fc836405 Range, RDFT, RandormUniform, ReduceOps layer tests to API2.0 (#20692)
* `Range` to API2.0

* `RDFTLayerTest` to API2.0

* `RandomUniformLayerTest` to API2.0

* `ReduceOpsLayerTest` to API2.0
2023-11-23 14:43:39 +01:00
Tomasz Jankowski
cfa4f45cf1 [core] Migrate SpaceToDepth operator to new API (#20530)
* Drop HostTensor and move to ov namespace

* Drop HostTensor

---------

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-11-23 14:43:39 +01:00
Sun Xiaoxia
cbbdcf9ca0 Fix memory leak on windows (#20590) 2023-11-23 14:43:38 +01:00
Vladimir Paramuzov
97f0d8f094 [GPU] Allow setting remote output for dynamic model (#20608) 2023-11-23 14:43:38 +01:00
Gorokhov Dmitriy
c0784e6852 [CPU] FullyConnected acceleration with 4bit weights decompression (#20607) 2023-11-23 14:43:38 +01:00
Mikhail Ryzhov
48579c571b [GHA] Jobs timeouts (#20601)
* set linux timeouts

* set win timeouts

* other timeouts

* reverted pugixml

* fixed conformance timeout

* reset omz
2023-11-23 14:43:38 +01:00
Mikhail Ryzhov
351797e24d [GHA] Removed dependency on git repo in python tests (#20390)
* Removed repo deps in py tests

* fixed typo

* changed test cmd

* add test_utils to pythonpath

* set test_utils to LD_LIBRARY_PATH

* changed path

* changed path

* source python site-packages

* fixed LD_LIBRARY_PATH

* print pip dir

* changed python install path

* source all openvino dir

* isolate test_utils

* system deps

* reordered deps

* dep conflict

* tests reorder

* changed test_utils path

* cpack test dir

* rebase fix

* fixed env

* frontend tests fix

* removed already installed reqs

* debug

* debug 2

* added python action path

* test

* reset 3rdparties

* set pip install path globally

* reset 3rdparties

* removed parallel code

* moved doc snippets

* switched back 4-core runner

* removed global unused vars

* removed unused requirements.txt

* removed unused requirements

* test

* Revert "test"

This reverts commit bdf22d22fd6ec5d488930bc362bdb0741c5bea76.
2023-11-23 14:43:37 +01:00
Andrey Kashchikhin
f8c63d28b1 [CI] [GHA] Switch Windows pipeline to dynamic build and to VS 2019 (#20630)
* build dynamic in win main; transfer win main to MSVC 2019; use toolchain for win cc

* Update windows_conditional_compilation.yml

use cmake toolchain globally in build stage

* Update windows_conditional_compilation.yml

* Update windows_conditional_compilation.yml

* use quotes

* try w/o protobuf

* do not restore cache

* return

* revert

* add missing shell

* skip Template OpImpl tests

* skip OV C API tests

* rm pr trigger

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-11-23 14:43:37 +01:00
Irina Efode
45c3dea366 [CONFORMANCE] Prepare model filelist for SubgraphsDumper (#20617)
* [CONFORMANCE] Prepare model filelist for SubgraphsDumper

* Improve default and custom scenario

* Update constants.py

* remove extra file

* improveemnt
2023-11-23 14:43:37 +01:00
Ilya Lavrenov
212879e7f9 OpenVINO library expose requirement for C++11 (#20691) 2023-11-23 14:43:37 +01:00
Katarzyna Mitrus
d9333ba181 [MO][Opset13] NMSRotated-13 support in MO IR Reader (#20354)
* nms_rotated mo ir read init

* Fix type infer and clean up

* Update tests

* Update tests

* update package BOM file

* Update type_infer

* Avoid files collision in tests

---------

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-11-23 14:43:36 +01:00
Siddhant Chauhan
27b12fd2ee [PT FE] Add aten::log10 (#20621)
* Add log10 operator and test

* fix

* Update test_log.py

---------

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-11-23 14:43:36 +01:00
Vitaliy Urusovskij
cb74dd1ec0 ReverseSequence, RNNCell, Reverse to API2.0 (#20569)
* `ReverseSequence` to API2.0

* `RNNCell` to API2.0

* `Reverse` GPU test to API2.0

* Alignment fix
2023-11-23 14:43:36 +01:00
Evgenya Nugmanova
e241460332 De-Reshape MatMul (#20396)
* De-Reshape MatMul

* Fixed includes

* Comments resolved

* Style

* comment adressed
2023-11-23 14:43:36 +01:00
( Nechiforel David-Samuel ) NsdHSO
dbc08b6581 docs 📝 : add the take issue workflow [19006] (#19027)
* docs 📝 : add the take issue workflow

* chore: add the latest tag from action

Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>

* Update .github/workflows/triage.yml

Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>

* docs(readme): more descriptive message

Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>

* docs(triage): more descriptive message in action

Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>

* chore: .github/workflows/triage.yml

Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>

* chore:🌻 rename the file and add new secret

---------

Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
2023-11-23 14:43:35 +01:00
Fang Xu
c770aee5e1 fix coverity scan issue (#20678) 2023-11-23 14:43:35 +01:00
Vladimir Paramuzov
e178bdba09 [GPU] Fixed surfaces shape in create_tensor_nv12 helpers (#20539) 2023-11-23 14:43:35 +01:00
Vladimir Paramuzov
18185b966c [GPU] FC with 4-bit weights compression support for iGPU (#20572) 2023-11-23 14:43:35 +01:00
Pawel Raasz
39bccbd692 [core]Migrate Negative operator to new API (#20609)
* Migrate Negative operator to new API

* Remove `visit_attributes` is same as base

* Use std::negate instead of lambda

---------

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-11-23 14:43:34 +01:00
Irina Efode
5b73cb9e12 [CONFORMANCE][SUBGRAPHS DUMPER] Fix issue connected with fused_names extractor (#20522)
* [CONFORMANCE][SUBGRAPHS DUMPER] Fix issue connected with  extractor

* fix build
2023-11-23 14:43:34 +01:00
Pawel Raasz
86d5758bf5 [core]Migrate Slice to new API (#20417)
* Migrate slice to new API

* Remove visit_attributes, is same as base class

* Move shape checks to shape_infer
- minor refactor Slice op

* Move `get_tensors_partial_shapes` to dev API

* Correct comment

Co-authored-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>

---------

Co-authored-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>
2023-11-23 14:43:34 +01:00
Evgenya Nugmanova
c181dc67ac [Symbolic SI] Refactor Table of Equivalence (#20627) 2023-11-23 14:43:34 +01:00
Nikolay Shchegolev
61b664f1ef [CPU] Removed custom ShapeInference impl for RandomUniform (#20599) 2023-11-23 14:43:33 +01:00
Maciej Smyk
be8c593c87 [DOCS] Install Guide Update for master (#20677)
* missing info

* System Requirements

* Update installing-openvino-from-archive-macos.md

* system requirements update
2023-11-23 14:43:33 +01:00
Wilson Seok
22a8c54d9f [GPU] skip excessive mem alloc request in build (#20399)
* skip excessive mem alloc request in build

* update mem check function

* fix os behavior

* update mem size check location

* only dynamic shape case takes check_allocatable

* update check condition
2023-11-23 14:43:33 +01:00
Wilson Seok
7d84e16c40 [GPU] add shape infer in scatter elements update (#20250)
* add shape infer in scatter elements update

* output shape is same with input shape in dynamic case
2023-11-23 14:43:33 +01:00
Vitaliy Urusovskij
b9765c7baa RNNSequence, Result, Reshape, ReorgYolo, RegionYolo layer tests to API2.0 (#20644)
* `RNNSequenceTest` to API2.0

* `Result` to API2.0

* `Reshape` to API2.0

* `ReorgYolo` to API2.0

* `RegionYolo` to API2.0

* Alignment fixes

* Skip more `RNNSequenceTest` cases
2023-11-23 14:43:32 +01:00
Maxim Vafin
19e88962b4 [PT FE] Fix xmod model test (#20682) 2023-11-23 14:43:32 +01:00
Oleg Pipikin
a06df11515 Refaсtor ActivationLayerTest (#20180)
* Refator ActivationLayerTest
2023-11-23 14:43:32 +01:00
Tomasz Jankowski
311dc61972 [core] Migrate DepthToSpace operator to new API (#20515)
* Move into ov namespace

* Use ov::Tensor in place of HostTensor

---------

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-11-23 14:43:32 +01:00
Pawel Raasz
51cfa750c4 Fix check repeats in values in Tile (#20654)
- no action if any of repeats is zero

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-11-23 14:43:31 +01:00
Eddy Kim
bcd3a6fc68 [GPU] fixed to create Graphs with different stream_ids (#20626)
* fixed to create Graphs with different stream_ids

* added num_streams config for auto batch test
2023-11-23 14:43:31 +01:00
Pawel Raasz
9c93befe5d Migrate LessEqual and GreaterEqual to new API (#20645)
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-11-23 14:43:31 +01:00
Pawel Raasz
78c16a2f6d [core]Migrate Less and Greater operators to new API (#20628)
* Migrate Less operator to new API

* Migrate Greater operator to new API
- use less implementation in greater to reduce bin size

---------

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-11-23 14:43:30 +01:00
Andrey Babushkin
50cdf1d368 [workflows/linux] Switch to sccache and Azure Blob Storage (#20484)
* [workflows/linux] Switch to sccache and Azure Blob Storage

* Install curl

* Remove --show-config

* Add sccache to other Linux workflows

* sccache to  Android, curl to riscv and CC

* Use sccache action instead of manual install

* Oops, missed sccache manual installation in two places

* Use env vars instead of hardcoded CMAKE_C(XX)_COMPILER_LAUNCHER

* Forgot one more stage in Linux CC pipeline

* Temporarily disable Blob Storage for RISC-V

For some reason sccache has no effect on build time and show 0 hits
and 0 compilation requests despite being in CMake calls

* forgot to add sccache installation to Linux CC

* Revert "Temporarily disable Blob Storage for RISC-V"

This reverts commit b528f41dad583a38b9ef93121e38044b9dccb71b.

* Missing container option for CC build

* Remove curl installation

* Remove CCACHE* variables which have no effect on sccache

* Revert sccache changes for Linux RISC-V workflow
2023-11-23 14:43:30 +01:00
Oleksii Khovan
eedd6a1551 [GPU] NMSRotated-13 (#20411)
* Add Rotation support to primitive and kernel

* Add unit tests

* Add transformation for NMSRotated

* add single-layer tests

* Fix: angle value for the same box may have its sign changed several times passing through iterations of batch and class loops.

* fix review comments
2023-11-23 14:43:30 +01:00
Siddhant Chauhan
54dd70e49d [ONNX] Extend ONNX Frontend with BlackmanWindow, HammingWindow and HannWindow operators (#19428)
* ONNX BlackManWindow enabled

* added a test periodic

* Add the license statement

* ONNX HammingWindow, HannWindow enabled

also added basic tests for each

* minor tests added

* made reviewed changes

* made reviewed changes

used output_datatype directly, returned y_values directly

* fixed clang-format

* add OPENVINO_SUPPRESS_DEPRECATED_START

* include math.h

* float fix

* fix

* fix namespace to set_1

* test fixes

* fix cast to output_datatype

* fix, replace cast with ov::convert

* fix, use element::f32

* major fixes

* fixes

* Update onnx_import.in.cpp

* Update onnx_import.in.cpp

---------

Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
2023-11-23 14:43:30 +01:00
Evgeny Kotov
80f8c59ae8 fix random layer names and count (#20323)
* add sorting for fix sporadic failure in SharedOpOptimization shared_node_optimization

* fix Output and Input comparison

* remove unneed sorting from transformation

* add unit test

* code review fixes

* code review fixes

* code review fixes

* code review fixes

---------

Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
2023-11-23 14:43:29 +01:00
Ilya Churaev
e280432ca2 Remove NF4 Convert from public API (#20666)
* Remove NF4 Convert from public API

* Fixed build
2023-11-23 14:43:29 +01:00
Ilya Lavrenov
334df6a3ba Removed linux.yml AZure pipeline (#20341) 2023-11-23 14:43:29 +01:00