Commit Graph

13806 Commits

Author SHA1 Message Date
Georgy Krivoruchko
0972de4da8
[ONNX] Refactoring tests on API 2.0 (#21712)
* Moved test in onnx_import_com_microsoft to new API
* Updated onnx_import_constant_folding.in.cpp to new API
* Tests in onnx_import_controlflow.in.cpp moved to new API
* Tests in onnx_import_convpool.in.cpp moved to new API
* Test in onnx_import_deprecated.in.cpp moved to API 2.0
2023-12-18 11:31:32 +04:00
Ivan Tikhonov
c4a49a3987
Add reset_state method to Python API (#21660)
* Add reset_state method to Python API

* fix missprint

* codestyle

* extend python tests

* delete debug code

* resolve review comments
2023-12-18 11:26:53 +04:00
Roman Lyamin
0e7248430c
[Transformations] Support precision conversion for PriorBox (#21702) 2023-12-18 11:19:59 +04:00
Jade Cho
81f336b352
[GPU] Fix the mismatch between format and shape. (#21381)
+ Change broadcast type of broadcast node which is added for binary add fusion.
2023-12-18 15:51:47 +09:00
Chenhu Wang
6aa0a6677d
[SnippetS] Binary size reduce, executor cache disabled if enable perf count (#21494) 2023-12-18 09:53:43 +04:00
Sungeun Kim
da662116d4
parameter's event will be included execution args (#21377)
- all primitives generate event.
- remove reorder from test-case
2023-12-18 10:40:20 +09:00
Georgy Krivoruchko
7b00e804de
[ONNX] Refactoring tests on API 2.0 (#21707)
* Removed usage of API1.0 in onnx_reader_external_data.cpp

* Removed API1.0 usage in onnx_import.in.cpp

* Replaced old calls by convert_model in onnx_import.in.cpp

* Removed a deprecated API in onnx_import.in.cpp

* Fixed code style

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-12-17 13:44:38 +04:00
Georgy Krivoruchko
58a3debaa7
Try to fix download issue (#21710) 2023-12-17 12:31:01 +04:00
Eddy Kim
e109f735dc
[GPU] faster model caching (#21479)
* faster large data loading by double buffering

* added get_allocating_order() that is cached for faster loading

* added offset usm memory copy tests

* removed negative_same_names_within_different_networks_cache

* replaced get_processing_order() with processing_order
2023-12-16 04:50:58 -08:00
Ivan Tikhonov
fc88e14e83
Update evaluate methods of ReadValue/Assign operations (#21372)
* Update evaluate methods of ReadValue/Assign operations

* Update evaluate methods of ReadValue/Assign operations

* Prepare IVariable interface

* Support initializing subgraph

* Add exception types to the edge conflict searching algo

* Add test for init graph edge conflict

* Remove ShapeOf from consumer nodes in memory conflicts detection algo

* update template plugin

* Fix template tests; synchronize reset flag between VariableState and VariableValue objects

* fix legacy (Assign/ReadValue v3 + CNN Network) tests

* fix python tests

* fix python tests

* resolve review comments, apply cpu patch

---------

Co-authored-by: Maksim Kutakov <maksim.kutakov@intel.com>
2023-12-16 11:26:39 +01:00
Andrey Kashchikhin
adb372fc8a
[CI] [GHA] Add overview document (#20845)
* add first several sections of the overview document

* add missing step about artefacts collection

* formatting

* add runners section

* add stub documents

* clarity for caches, rename title

* clarify, better wording

* rm todos

* wording
2023-12-16 12:49:37 +04:00
Alina Kladieva
29d55ef7f3
Add doc file for Smart CI (#21557) 2023-12-16 12:49:19 +04:00
Georgy Krivoruchko
9e8c259ae2
[TFLite] Allows failing when model isn't generated (#21706)
* [TFLite] Allows failing when model isn't generated

* Use alternate way for downloading file
2023-12-16 12:46:13 +04:00
Andrey Kashchikhin
24b414c168
[CI] [GHA] Introduce ONNX Models Tests job in Linux workflow (#21581)
* add onnx models test job

* rm sudo

* add missing update

* add missing git-lfs

* add missing package

* correct var

* correct command

* try with pytest

* provide path to models

* use mounted path

* add msft models

* use symlinks

* correct name for model

* use -h

* create and use directory for models

* use share as source for models

* fix test names, use fresh onnx repo

* return names

* fix test names

* change folder structure for onnx model downloading

* skip tests; clean up logs; adapt azure counterpart

* make skip names lowercase

* increase parallel

* add missing git-lfs

* fix dir

* install git-lfs properly

* use sudo

* use 12 parallels; rm -f

* use skip

* rm unnecessary requirements

* rm pytorch from installing

* disable test
2023-12-16 12:37:37 +04:00
Chen Peter
c8125e7e3b
Update nlohmann_json to tag 3.11.3 (#21632)
Signed-off-by: Peter Chen <peter.chen@intel.com>
2023-12-16 12:36:32 +04:00
Alina Kladieva
9e3b1fa7d6
[GHA] Add openvino ref input to workflow_dispatch for coverity (#21704)
Needed to be able to run coverity on a specific commit from nightly, like we did in Azure (workflow_dispatch doesn't support running workflow from sha by default).
2023-12-16 12:31:34 +04:00
Zhang Yi
17fb201433
[CPU] SDPA supports multi-query and different input layout (#21513) 2023-12-16 00:38:04 +01:00
Jan Iwaszkiewicz
eff9ba76ba
[PyOV] String type support (#21532)
* WIP working Tensor with automatic casting

* Update infer functions and minor fixes

* Impl for multi-dim arrays with fixes for strides

* Fix strides for S kind and refactor tests

* Added str_data and bytes_data to Tensor, cleaning up the solution

* Add test of warning while using data property

* Allow lists as inputs for single Tensors, refactor infer code to return OVDict with decoded strings, some refactoring, tests

* Replace string with another invalid input

* Added bytes_str and string_str properties, clean up common part of bindings, added test cases

* Improve string element type to be created from numpy/python counterparts, refactor of common code, small improvements

* Add tests for types

* Remove print

* Small fix for tensors from pointers

* Small fix for asserts

* Add tests for data dispatcher

* Fix comments

* fix tests

* Fix edge-case for scalar-like values and unlock tests for data dispatcher
2023-12-15 21:14:55 +01:00
Ilya Lavrenov
7a311635bd
Enabled smart CI for Win CC (#21690)
* Enabled smart CI for Win CC

* Remove paths-ignore filters

---------

Co-authored-by: Alina Kladieva <alina.kladieva@intel.com>
2023-12-15 20:49:02 +04:00
Ilya Lavrenov
ccc79fb691
Updated versions for upload / download artifacts actions (#21691) 2023-12-15 20:43:22 +04:00
Pavel Esir
137180bce5
[tests] resolves skipped HF tests: 3rd batch (#21678)
* resolves skipped HF tests: 3rd batch

* remove comments

* minor corrections

* replace example input *argc -> **kwargc

* use config instead of dict in example input

* add kwargs
2023-12-15 19:58:12 +04:00
Ahmad Chalhoub
c087fb4206
support UniqueWithCounts for TF FE (#21565)
* support UniqueWithCounts for TF FE

* set node name and fix code style
2023-12-15 18:33:29 +04:00
Ilya Lavrenov
4b66fbfe21
Revert "[TFLite] Allows failing when model isn't generated (#21621)" (#21701)
This reverts commit 8c634ce4b0.
2023-12-15 18:15:52 +04:00
Georgy Krivoruchko
993d503a28
[ONNX] Refactoring tests on API 2.0 (#21685)
* Refactored tests in onnx_editor_topological_sort.cpp

* Moved importer tests to new API
2023-12-15 17:30:13 +04:00
Maxim Vafin
4799e021bf
Fuse same MaxPools, Pads, etc (#21481)
* Fuse same MaxPools, Pads, etc

* Update src/common/transformations/src/transformations/common_optimizations/shared_ops_optimization.cpp

* Fix codestyle

* Fix includes

* Fix max pool

* Update src/common/transformations/src/transformations/common_optimizations/shared_ops_optimization.cpp

---------

Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
2023-12-15 17:25:42 +04:00
Przemyslaw Wysocki
c691dc483d
[PyOV][torchvision] Fix Resize for non-square images and expose missing interpolation modes (#21673) 2023-12-15 13:43:47 +01:00
Sun Xiaoxia
406593a6d8
Avoid unexpected scheduling to ECore on Hybrid Cores Windows platform (#21543)
* set core_type = MAIN_CORE_PROC with latency mode and enable hyper threading in pecore machine

* add test case

* change pcore_only to ecore_used

---------

Co-authored-by: Wanglei Shen <wanglei.shen@intel.com>
2023-12-15 11:24:43 +00:00
Ilya Lavrenov
7a09894bdc
Added smart CI condition for PDPD tests (#21692) 2023-12-15 15:15:34 +04:00
Nikolay Shchegolev
e00508368d
[CPU] Enable String data type (#21465) 2023-12-15 12:01:39 +01:00
Areeb Syed
948b7405c7
[Python API] Added exception handling for 'None' model argument in save_model function (#21611) 2023-12-15 11:36:57 +01:00
Georgy Krivoruchko
6fdd0418ad
Code in onnx_editor.cpp moved to using OpenVINO namespace (#21684) 2023-12-15 14:27:36 +04:00
Ilya Lavrenov
3691f684b6
Enable Windows CC in precommit (#21680) 2023-12-15 14:09:11 +04:00
Georgy Krivoruchko
b59584d179
Fixed message about binary data (#21686) 2023-12-15 14:06:04 +04:00
Georgy Krivoruchko
8c634ce4b0
[TFLite] Allows failing when model isn't generated (#21621) 2023-12-15 14:05:04 +04:00
Andrey Kashchikhin
2c27d42223
rm not-existing (#21688) 2023-12-15 14:01:52 +04:00
Oleg Pipikin
758e6b3428
Change exception message for CompiledModel::set_property (#21652)
* Change exception message for CompiledModel::set_property

* Apply comments
2023-12-15 14:01:09 +04:00
Vladimir Paramuzov
3a7acbb5cc
[GPU] Allow precision conversion on get_state() call (#21658) 2023-12-15 09:57:49 +00:00
Alexandra Sidorova
7e8a491276
[Snippets] Fixed IdentifyBuffers for nested loop case (#21470) 2023-12-15 13:51:18 +04:00
Anastasiia Pnevskaia
bf00569ae1
Temporary revert "[TF FE] Support different types" (#21656)
This reverts commit f9d20d5aa0.
2023-12-15 13:27:18 +04:00
Wang, Yang
825778308b
updated. (#21569) 2023-12-15 08:18:03 +01:00
Irina Efode
d5b0f4d2d7
[CONFORMANCE TOOLS][SUBAGRAPHS DUMPER] Repeat pattern extractor improvement (#21200)
* Init

* Implemented custom sort

* algo

* extend

* time

* decrease exec time

* fix code

* Impove pattern extractor

* repe

* Improve

* partial fix

* Patual fix

* fix_tests

* Remove extra + fix tests

* enable model

* Patial fix for align_in_info

* Exclude the nodes with the same size

* Prints

* update

* fix tests

* Fix crash

* Update cache.hpp
2023-12-15 10:34:33 +04:00
Vitaliy Urusovskij
193cc26658
snippets shared tests to API2.0 (#21631) 2023-12-15 09:56:23 +04:00
Ilya Lavrenov
94a21d606c
Ability to exclude TBB from install package (#21624) 2023-12-15 09:49:38 +04:00
David Nam
23fae3b1bc
[GPU] fix strided_slice axis in case of dynamic shape (#21460)
* [GPU] fix strided_slice axis in case of dynamic shape

* Modify indexing and add description

* Modify indexing
2023-12-14 17:39:00 -08:00
PuQing
a28fd2e009
【Hackathon 5th No.95】add paddle unique op (#20077)
* add unique

* fix args

* Refactor unique() function to handle dtype
correctly

---------

Co-authored-by: Xiuchuan Zhai <xiuchuan.zhai@intel.com>
2023-12-15 08:28:40 +08:00
Kelvin Choi
6f0db3330a
[GPU] Skip remove reorder in case input padding is different from output padding (#21619) 2023-12-15 09:25:46 +09:00
Alina Kladieva
c01f50e3ff
[GHA] Set SSL_CERT_FILE for model downloading (#21668)
* [GHA] Set SSL_CERT_FILE for model downloading

* Run Win CC in precommits

* Move setting SSL_CERT_FILE before calling CMake

* Set SSL_CERT_FILE for model downloading in windows.yml

* Wording

* Revert "Run Win CC in precommits"

This reverts commit 94126aab1c.
2023-12-15 01:34:43 +04:00
Alina Kladieva
8bc724d160
[GHA] Add workflow_dispatch trigger to coverity (#21676)
To be able to trigger it via GitHub API from Jenkins nightly
2023-12-14 23:11:13 +04:00
Zlobin Vladimir
bbddb89171
Update open_model_zoo submodule (#21662) 2023-12-14 18:01:51 +00:00
Karol Blaszczak
6367206ea8
[DOCS] NPU articles (#21430)
merging with the reservation that additional changes will be done in a follow-up PR
2023-12-14 17:31:44 +01:00