Commit Graph

12364 Commits

Author SHA1 Message Date
Wilson Seok
f962511a84
[GPU] add check condition of input dynamic shape in conv fusing (#19219) 2023-08-25 16:13:53 +04:00
Ilya Churaev
39b75fd213
Moved core tests from root folder to new API (#19381) 2023-08-25 15:23:41 +04:00
Vladimir Paramuzov
a45e5e03c5
[GPU] Added some formats for pvc (#19388) 2023-08-25 15:09:42 +04:00
Xiuchuan Zhai
1bdf4f0ab9
[CPU] Build fix: remove usage of makeDynamicParams from tests (#19412) 2023-08-25 10:29:51 +00:00
Katarzyna Mitrus
decc2e31f3
[ShapeInference] FFT based - revision and tests (part 1) (#19070)
* Reuse common shape validation for fft base

* Align helper names

* Common test class for fft ops

* Move all (I)DFT test cases to the common test class

* More test cases for param axes

* Init labels validation

* More label tests

* Labels validation for non const signal size

* Init label tests for IRDFT

* More label test for irdft

* Labels tests for RDFT

* Remove duplicated tests

* Rename common validation file

* Rename shape infer tests file

* Use node shape infer check

* Headers order alignment

* Add const to the test params vector

* Use this make_op

* Use OV_EXPECT_THROW in common fft tests

* Use OV_EXPECT_THROW iin rdft an irdft tests

* Pass input shapes and use SHAPE_INFER_CHECK

* Shorter error messages

* Update to use ov namespace in typeprop tests
2023-08-25 12:27:18 +02:00
Karol Blaszczak
06003f18d5
[DOCS] speech sample deprecation (#19228) 2023-08-25 12:26:44 +02:00
Ilya Churaev
679369c707
Move Visitor tests to new api (#19379)
* Moved visitor tests to new API

* Fixed build for Windows
2023-08-25 10:50:59 +04:00
Xiuchuan Zhai
350c4d2363
[CPU] Disable convert to BF16 in convert-range pattern (#18971) 2023-08-25 09:00:24 +04:00
Tomasz Jankowski
bcad953f5f
[Ref_Impl] Rename file paths to openvino relative (#19284)
* Move files to new directories

* Use quotes for openvino includes

* Provide proxy calls for transition

of dependant components.

* Correct includes style

* Redo proxies

* Fix deprecated

* Move aliases to proxy files

* Apply code style
2023-08-25 06:43:06 +04:00
Sofya Balandina
20e4c629e9
[conformance] Add shape mode and graph conv logic to test name (#19403) 2023-08-25 01:03:13 +02:00
Maxim Vafin
c5b64e458b
[PT FE] Align bool types and same bit int types (#19399)
* [PT FE] Align bool types and same bit int types

* Fix max value
2023-08-24 22:30:59 +02:00
Artyom Anokhov
eef6b35bef
[packaging] APT/YUM: Added conflicts for 2023.0.2 (#19398) 2023-08-24 19:42:15 +02:00
Chenhu Wang
28a5bf7b04
[CPU][Snippets] Dynamism via recompilation and cache (#15430) 2023-08-24 21:31:42 +04:00
Roman Kazantsev
8df85badf8
[TF Hub][TF FE] Support TensorListLength and TensorListResize operations (#19390)
* [TF Hub][TF FE] Support TensorListLength and TensorListResize operations

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

* Add test with empty tensor list

* remove assert

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-08-24 17:54:13 +02:00
Irina Efode
ba6cca8740
[CONFORMANCE] Add comparator accuracy vs conformance (#19374) 2023-08-24 16:22:13 +01:00
Sofya Balandina
b607c00c95
[conformance] Enable local cache using in SubgraphsDumper tool (#18850)
* [conformance] Fix same name for models

* add model name

* Update hash wwith input_info and graph_priority

* Fix double cache

* Read meta from file

* temp to check

* Move loop with caches and add attr to rename

* [conformance] Enable local cache using in SubgraphsDumper tool
2023-08-24 17:05:37 +02:00
Irina Efode
e0a75b78d1
[CONFORMANCE] Update runner readme (#19393) 2023-08-24 18:41:42 +04:00
Irina Efode
07ca0cd426
[CONFORMANCE] Remove debug code from Conformance runner (#19389) 2023-08-24 16:13:04 +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
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
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
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
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
Sebastian Golebiewski
6cd70af7c2
update-notebooks (#19337) 2023-08-22 15:37:37 +02:00