Commit Graph

13806 Commits

Author SHA1 Message Date
Sergey Shlyapnikov
3c63a0afe9
[GPU] Add set_arguments() call in case of dynamic dependencies of static inst (#21664) 2023-12-22 17:56:59 +01:00
Anastasia Kuporosova
5da132bdfe
[PyOV] Delete compatibility tests (#21820)
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-12-22 17:13:21 +01:00
Maksim Doronin
4f9e8603c4
Get path to openvino.dll from test infra (#21760)
* Get path to openvino.dll from test infra

* clang fixes

* add get_path_name

* more clang fixes

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-12-22 17:07:57 +01:00
Oleg Pipikin
26576b0a30
Rework makeConstant builder (#21319)
* Rework make_constant node builder

* Fix

* Apply comments

* Apply comments

* Fix

---------

Co-authored-by: Pavel Durandin <pavel.durandin@intel.com>
2023-12-22 14:57:05 +01:00
Georgy Krivoruchko
b0feb2f632
[ONNX] Refactoring tests on API 2.0 (#21840)
* Tests in onnx_import_rnn.in.cpp moved to API 2.0

* Tests in onnx_import_signal.in.cpp moved to API 2.0
2023-12-22 14:51:15 +01:00
Sergey Shlyapnikov
ef3526c3c0
[GPU] Reduce unnecessary dynamic impls cloning (#21833)
Co-authored-by: Pavel Durandin <pavel.durandin@intel.com>
2023-12-22 17:15:04 +04:00
Xuejun Zhai
670824fe2c
[Test] move softmax.hpp from single_layer_tests/ to single_op/ (#21824)
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-12-22 15:49:37 +04:00
Ilya Lavrenov
6b1d2f8978
Additional clean-up for legacy components removal (#21841) 2023-12-22 15:47:40 +04:00
Ilya Lavrenov
a0d3610518
Revert IE cmake config back (#21842) 2023-12-22 15:43:24 +04:00
Surya Siddharth Pemmaraju
a88679aeb8
Fixed a bug in input validation for torch.compile options (#21787)
* Fixed bug in input validation for torch.compile options

* Added default device if device is None

* Addressed PR comments

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-12-22 13:51:08 +04:00
Ilya Lavrenov
c59ddbab69
Removed legacy components from installation (#21803)
* Removed legacy components from installation

* Updated OMZ submodule
2023-12-22 10:38:26 +01:00
Ilya Lavrenov
36441797b7
Fixed GHA Windows workflow (#21836) 2023-12-22 12:55:16 +04:00
Anastasiia Pnevskaia
cc22a93395
[DOCS] Moved Troubleshooting Reshape article to legacy section. (#21819)
* Moved Troubleshooting Reshape article to legacy section.

* Minor correction.

* Link corrected.

* Removed not working link.
2023-12-22 12:52:12 +04:00
Mateusz Tabaka
2fcaa88af5
LSTMCellFusion - support transposed/not transposed weights (#21780)
* LSTMCellFusion - support transposed/not transposed weights

* add comment describing fused subgraph
2023-12-22 12:03:17 +04:00
Denis Orlov
bc121c06c7
Move ONNX test parameters from Azure folder to ONNX frontend test folder (#21827)
* Remove remaining files for Azure pipelines

* Move the files instead of removal

* Fix the folder ref in linux.yml

* Fix the folder ref in linux_arm64.yml
2023-12-22 03:37:57 +04:00
Anastasia Kuporosova
62dda1bd3e
[PyOV] delete test models from tests (#21821) 2023-12-21 17:45:40 +01:00
Anastasia Kuporosova
d10f49441d
[PyOV] Remove deprecated py api (#21675)
* [PyOV][Draft] Remove deprecated py api

* clean up

* remove symbol

* fix failure

* fix ci

* remove shared_memory from arguments

* update tests
2023-12-21 16:57:22 +01:00
Tatiana Savina
243602929f
[DOCS] PT and TF tutorial (#21815)
* add docs initial draft

* fix tabs

* move to learn ov section

* split the doc

* change model prep structure

* change content

* restructure conversion docs

* change docs order

* fix format issues

* fix format

* change blocks

* fix links

* fix build

* fix link

* change tutorial

* add links and fix wording

* change header

* fix name
2023-12-21 14:57:41 +01:00
Vishniakov Nikolai
3546b0e15d
[JS OV] Specify JS API GitHub config (#21785)
* Extend CODEOWNERS by js api responsibles

* Extend smart ci by js component

* Fix codeowners

* Fix component definition

* Update components.yml

* Update components.yml

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-12-21 13:43:36 +00:00
Anastasiia Pnevskaia
3ab5ee861d
Fixed names for GraphDef. (#21799) 2023-12-21 17:04:05 +04:00
Ilya Lavrenov
80618b0498
Drop POT (#21805)
* Drop POT

* Removed POT transformations
2023-12-21 16:46:37 +04:00
Ilya Lavrenov
c79ae17bbf
Removed GNA plugin from 2024.0 (#21800) 2023-12-21 13:39:06 +01:00
Vitaliy Urusovskij
1fd3399cdf
Shared execution_graph_tests to API2.0 (#21718) 2023-12-21 13:27:24 +01:00
Roman Lyamin
46ebee6be6
[Transformations] Support precision conversion for PriorBoxClustered (#21795) 2023-12-21 16:24:42 +04:00
Georgy Krivoruchko
f980ad8f4c
[ONNX] Refactoring tests on API 2.0 (#21784)
* Tests in onnx_import_quant.in.cpp moved to API 2.0
* Tests in onnx_import_reshape.in.cpp moved to API 2.0
* Update src/frontends/onnx/tests/onnx_import_reshape.in.cpp
* Update onnx_import_reshape.in.cpp
---------
Co-authored-by: Vitaliy Urusovskij <vitaliy.urusovskij@intel.com>
2023-12-21 15:20:04 +04:00
Anastasiia Pnevskaia
12faade22f
[TF FE] Complex type support extended for Separate Bass model. (#21477)
* Complex type support extended, fixed some errors.
* Tests correction.
* FloorDiv, TensorListConcatV2 fixed.
* FloorDiv test added.
* Corrected imports.
2023-12-21 15:17:12 +04:00
Maciej Smyk
71fca88d4b
[DOCS] Removal of unused images + fixing image directives (#21792)
* removal of unused images

* removal of duplicate image files

* removal of unused files + fix for image directive

* removal of unused images

* removal of unused images + fix for protecting_model.rst

* overview document graph update
2023-12-21 10:37:01 +01:00
Ilya Lavrenov
9b52171d29
Updated OpenVINO version to 2024.0 (#21790) 2023-12-21 10:33:07 +01:00
Sofya Balandina
1cc1a3fe35
[op conformance] Made fixes to allign with accuracy validation (#21782) 2023-12-21 13:23:47 +04:00
Karol Blaszczak
fcb7ca6edd
[DOCS] NPU update master (#21811) 2023-12-21 10:08:33 +01:00
Ilya Lavrenov
2463acc5b0
Removed speech_sample (#21801) 2023-12-21 13:06:57 +04:00
rghvsh
1a0f0ccd2a
[ONNX] Extend ONNX Frontend with BitwiseOr-18 operator (#21755)
* Create bitwise_or.hpp
* Update ops_bridge.cpp
* Added protobuf(.prototxt) files via upload.
* Update onnx_import.in.cpp
* Update test_backend.py
* Skip "test_bitwise_or_ui64_bcast_3v1d_cpu"
2023-12-21 12:27:28 +04:00
Roman Lyamin
0709a35cb0
[GPU] Small fix for dynamic_shape_gather_opts pass (#21807) 2023-12-21 11:42:03 +04:00
Oleg Pipikin
12a9d55c3e
Use new builders instead of old ones in tests (#21742)
* Use new make_convolution instead of old one

* Use new make_group_convolution instead of old one

* Use new make_convolution_backprop_data instead of old one

* Use new make_group_convolution_backprop_data instead of old one

* Use new make_binary_conv instead of old one

* Remove makeVariadicSplit builder

* Use new make_activation instead of old one

* Use new make_eltwise instead of old one

* Use new make_embedding_bag_packed_sum  instead of old one

* Remove augru builder

* Fix clang-format

* Fix
2023-12-21 11:26:39 +04:00
Xuejun Zhai
ca5bf95e26
Xuejun/behavior tests core threading (#21775)
* [CPU Func Test] upgrade preprocessing related tests to 2.0

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

* [CPU Func Test] upgrade version related tests to 2.0

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

* [CPU Func Test] upgrade core threading related tests to 2.0

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

* Revert "[CPU Func Test] upgrade preprocessing related tests to 2.0"

This reverts commit abc27eabd2.

---------

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-12-21 11:04:06 +04:00
Vitaliy Urusovskij
56df9bc75e
Test utils to API2.0 + leftovers (#21731)
* Move shared `snippets` tests to API2.0

* Clean test utils from API1.0

* Move tests leftovers to API2.0

* Remove commented

* ClangFormat

* Fix comment

* Remove `single_layer/` includes from ported CPU tests

* Remove extra `InferenceEngine` usage

* CppLint

* Remove `single_layer/` usage from fusing_test_utils

* Remove `single_layer/` usage from GPU func tests
2023-12-21 10:02:58 +04:00
Ilya Lavrenov
8c03c991cd
Removed deployment manager (#21802) 2023-12-21 01:02:51 +04:00
River Li
dc64268564
Remove ov::hint::PerformanceMode::UNDEFINED (#21592)
* Remove ov::hint::PerformanceMode::UNDEFINED

* Update for reviewer comments and build issue

* Fix build error - may be used uninitialized

* Update

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-12-20 21:15:26 +04:00
Alina Kladieva
3d3bb51de9
[GHA] Fix smart ci for docs changes in linux arm64 (#21798)
Update linux_arm64.yml
2023-12-20 21:13:17 +04:00
Alina Kladieva
2b950a65b3
[GHA] Add links to Smart CI doc to GHA overview. Align folder structure (#21794)
Update custom_actions.md
2023-12-20 19:53:48 +04:00
yanlan song
15e43c6f5b
support user dynamism output buffer (#21647)
* test gpu user output buffer dynamism

Signed-off-by: fishbell <bell.song@intel.com>

* enable test

Signed-off-by: fishbell <bell.song@intel.com>

* check valid pointer

Signed-off-by: fishbell <bell.song@intel.com>

* update case

Signed-off-by: fishbell <bell.song@intel.com>

* cpplint

Signed-off-by: fishbell <bell.song@intel.com>

---------

Signed-off-by: fishbell <bell.song@intel.com>
2023-12-20 19:40:16 +04:00
Vitaliy Urusovskij
8384279b2e
Preprocessing tests to new utils (#21752) 2023-12-20 15:28:06 +04:00
Sebastian Golebiewski
c95a34ea15
Updating thumbnails for notebooks (#21781) 2023-12-20 11:16:42 +01:00
Ilya Lavrenov
139242d47d
Delete old Azure pipelines (#21771) 2023-12-20 12:28:08 +04:00
Ilya Lavrenov
119dc95de6
Revert "[op conformance] Made fixes to allign with accuracy validation (#21347)" (#21778)
This reverts commit 8f13219728.
2023-12-20 11:41:27 +04:00
Ilya Lavrenov
f6cd2150c2
Disable JS for on all Linux platforms with gcc < 7 (#21777) 2023-12-20 11:39:46 +04:00
Ilya Lavrenov
3a6a62558a
Disable system TBB on Linux arm64 (#21769)
* Disable system TBB on Linux arm64

* Update cmake/features.cmake
2023-12-20 10:53:49 +04:00
Sergey Shlyapnikov
51eab3c931
[GPU] Revert transformation changes (#21749)
* Revert "[GPU] Apply is_non_decompression_multiply() callback only for compressed models (#21719)"

This reverts commit 032ac898e2.

* [GPU] Apply MarkDequantizationSubgraph callback function only to compressed models
2023-12-20 03:46:09 +00:00
Vishniakov Nikolai
8d704f6400
[JS OV] Node.js API (#19848)
Co-authored-by: almilosz <alicja.miloszewska@intel.com>
Co-authored-by: Andrei Kashchikhin <andrey.kashchikhin@intel.com>
Co-authored-by: yatarkan <yaroslav.tarkan@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-12-20 00:19:34 +00:00
Georgy Krivoruchko
2779df5800
[ONNX] Refactoring tests on API 2.0 (#21748)
* Test in onnx_import_dyn_shapes.in.cpp moved to API 2.0

* Test in onnx_import_exception.cpp moved to API 2.0

* Tests in onnx_import_org_openvino.in.cpp moved to API 2.0

* Tests in onnx_import_org_pytorch.in.cpp moved to API 2.0

* Fixed code style
2023-12-19 22:49:44 +01:00