Commit Graph

12269 Commits

Author SHA1 Message Date
Mikhail Ryzhov
da7cbe566c
Merge branch 'master' into github_actions/tests_parallel 2023-08-24 16:12:06 +02:00
Mikhail Ryzhov
c2ec88681e fixed issue fith conformance run 2023-08-24 15:34:21 +02:00
Mikhail Ryzhov
c38b993b5d reduced command line 2023-08-24 15:04:21 +02:00
Mikhail Ryzhov
5066b4e167 removed unused log 2023-08-24 14:09:31 +02:00
Pavel Esir
eaeeea9c54
[tests] save into different file in compression_test.py (#19356)
* save into different file in compression_test.py

* reuse existing mechanism for tmp_file
2023-08-24 13:58:14 +02:00
Mikhail Ryzhov
52b26037a5 fixed merge issue 2023-08-24 12:13:12 +02:00
Mikhail Ryzhov
24e9f3631b renamed test runner 2023-08-24 12:01:15 +02:00
yanlan song
498731f8fd
[AUTO] Fix static code scan issue (#19295)
* fix scan issue

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

* clang

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

* clang

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

---------

Signed-off-by: fishbell <bell.song@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
2023-08-24 10:01:11 +00:00
Mikhail Ryzhov
bb596e4b5e make help func static 2023-08-24 11:58:05 +02:00
Mikhail Ryzhov
3e92b4e4f1 minor review fixes 2023-08-24 11:45:52 +02:00
Ilya Churaev
6deca48413
Moved type prop tests to new API from g to z (#19353)
* Moved type prop tests to new API from g to z

* Fixed build
2023-08-24 12:59:49 +04:00
Kelvin Choi
ce47522165
[GPU] Memory reuse false for dynamic and null impl case (#19354) 2023-08-24 17:32:07 +09:00
Kelvin Choi
c89b9edfe7
[GPU] 7-dimention only supports plain format (#19039)
* Skip concat_input_order opt in case dependancy is dynamic

* Add plain 7d 8d case for jitter pitch size
2023-08-23 20:00:02 -07:00
Ilya Churaev
475ce744af
Remove legacy headers and namespaces from C-F type prop tests (#19332) 2023-08-24 06:56:53 +04:00
Ilya Churaev
b77e47970d
Removed legacy headers from some core tests (#19328)
* Removed legacy headers from some core tests

* Fixed build
2023-08-24 06:55:21 +04:00
Paul Youngsoo Ahn
99cc3624b7
[GPU] Fix accuracy issue (#19351)
- [scatter_update] Use input index for input buffer instead of output index
- [concat cpu impl] Sync input layout and mem_ptr when input host tensor creation
- Add unit tests for scatter_update and concat cpu impl
2023-08-23 17:57:18 -07:00
Maxim Vafin
e11e8ede1b
[MO] Fix issue in nncf version verification (#19347)
* Return deleted nncf import

* Remove try-except, it hides exception

* Get version visout importing nncf module
2023-08-23 21:16:26 +02:00
Roman Kazantsev
1d0d00bf22
[TF Hub][GitHub Actions][TF FE] Introduce TF Hub Models Validation in GitHub Actions (#19368) 2023-08-23 18:40:31 +00:00
Oleg Pipikin
ab900606cd
Remove makeDynamicParams (#19226)
* Remove makeDynamicParams

* Apply comments

* Fix1

* Fix2

* Fix3
2023-08-23 18:57:29 +02:00
Sebastian Golebiewski
22fe12fe9b
[DOCS] Updating MO documentation (#18757)
* restructure-mo-docs

* apply-commits-18214

Applying commits from:

https://github.com/openvinotoolkit/openvino/pull/18214

* update

* Apply suggestions from code review

Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com>

* Apply suggestions from code review

* Update model_introduction.md

* Update docs/resources/tensorflow_frontend.md

* Create MO_Python_API.md

* Apply suggestions from code review

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>

* revert

* Update Cutting_Model.md

* serialize

* serialize-in-image

* Update Deep_Learning_Model_Optimizer_DevGuide.md

* Apply suggestions from code review

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Update model_conversion_diagram.svg

---------

Co-authored-by: Anastasiia Pnevskaia <anastasiia.pnevskaia@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-08-23 18:53:27 +02:00
Sebastian Golebiewski
6d3726024d
[DOCS] Updating Supported Model Formats article (#18495)
* supported_model_formats

* add-method

* apply-commits-18214

Applying commits from:
https://github.com/openvinotoolkit/openvino/pull/18214

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* Update docs/MO_DG/prepare_model/convert_model/supported_model_formats.md

* review-suggestions

* Update supported_model_formats.md
2023-08-23 18:26:07 +02:00
Maksim Kutakov
6a628f7056
[CPU] Fix deconvolution default primitive search algo (#19261)
* Fix deconvolution default primitive search

* Add dedicated test
2023-08-23 16:58:38 +02:00
Mikhail Ryzhov
e9fdf6a317 fixed review comments 2023-08-23 15:09:38 +02:00
Maksim Kutakov
c6a02b76be
[CPU] Fix convolution plus sum layout alignment (#19279) 2023-08-23 16:29:26 +04:00
Vladislav Golubev
982d0f43c4
[CPU] Optimal number of streams calculation moved after LPT (#19313) 2023-08-23 16:28:42 +04:00
Marcin Kusmierski
25e89a754d
[GNA] Fix memory leak in insert_copy_layer.cpp (#19266)
* Added cleanup transformation for inert copy layer transforamtions
2023-08-23 13:11:16 +01:00
Anton Voronov
59d58b2296
[CPU][ONEDNN] jit_uni_dw_conv_row_f32: fixed post ops start index (#19126) 2023-08-23 15:52:09 +04:00
Ilya Churaev
bc868a8873
Enable clang format for itt headers (#19326) 2023-08-23 15:13:59 +04:00
Ilya Churaev
dcfb6bb042
Remove some legacy headers from inference component (#19325)
* Remove some legacy headers from inference component

* Fixed code style
2023-08-23 15:13:30 +04:00
Mustafa Cavus
aa53394c07
TorchFX bugfix missing core object in get_device() (#19255) 2023-08-23 14:42:38 +04:00
Vladimir Paramuzov
3b2e263879
[GPU] Fix reshape optimization (#19270) 2023-08-23 10:25:04 +00:00
Ekaterina Aidova
80b8b6fff1
[PT FE]: allow example input list with single tensor (#19308) 2023-08-23 12:08:39 +04:00
Ivan Tikhonov
128ec5452e
Transformations API 2.0: replace ngraph headers and namespaces with openvino (#19304)
* switch to OV headers and namespaces

* resolve review comments

* fix precomp header

* refactoring, add missing include
2023-08-23 11:45:34 +04:00
Oleg Pipikin
7aa51d6775
Remove makeParams (#19306) 2023-08-23 11:39:05 +04:00
Evgeny Kotov
f4cc3bf7d3
add callback check (#18397)
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
2023-08-23 11:01:11 +04:00
Xuejun Zhai
50214511e7
Avoid creating new threads when converting legacy inference request to API 2.0 (#19342)
* Fix error in CVS-115961, caused by wrapper covert 1.0 req to 2.0 req create 2 more threads

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

* Eable the test of compareAutoBatchingToSingleBatch with batch size 4 & num req 64, after fix issue 115961

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

---------

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-08-23 10:25:47 +04:00
Alexandra Sidorova
27bf0f9e1e
[Snippets] Fixed memory leak in LinearIR (#19316) 2023-08-23 09:18:04 +04:00
Mikhail Ryzhov
aba622cf31
Merge branch 'master' into github_actions/tests_parallel 2023-08-22 21:11:22 +02:00
Mikhail Ryzhov
0faf788dd2 reverted build runner 2023-08-22 18:35:45 +02:00
Mikhail Ryzhov
e0930ad644 reverted windows changes 2023-08-22 18:23:41 +02:00
Mikhail Ryzhov
b6b53d1691 Merge branch 'github_actions/tests_parallel' of https://github.com/mryzhov/openvino into github_actions/tests_parallel 2023-08-22 18:20:25 +02:00
Mikhail Ryzhov
b537b9cdf5
Apply suggestions from code review
Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
2023-08-22 18:16:07 +02:00
Mikhail Ryzhov
66b5480518 aligned run_conformance.py 2023-08-22 17:34:42 +02:00
Maxim Vafin
4882ccde03
[PT FE] Fix issue when FakeQuantize is not inserted after regular operations (#19314) 2023-08-22 17:18:23 +02:00
Karol Blaszczak
6eee51a6ef
[DOCS] including NPU documents (#19340) 2023-08-22 17:17:37 +02:00
Pratham Ingawale
9a76daf94b
generator to pytest (#19298)
* trying with pytest

* update as per suggested

---------

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-08-22 17:42:56 +04:00
Mikhail Ryzhov
7a6c48cb1a windows pip requirements 2023-08-22 15:38:12 +02:00
Sebastian Golebiewski
6cd70af7c2
update-notebooks (#19337) 2023-08-22 15:37:37 +02:00
Mikhail Ryzhov
4c227b21e1
Merge branch 'master' into github_actions/tests_parallel 2023-08-22 15:32:57 +02:00
Mikhail Ryzhov
bb727e9d97 rebase fixes 2023-08-22 15:30:21 +02:00