Commit Graph

12364 Commits

Author SHA1 Message Date
Ilya Churaev
dc1339d8e3
Remove legacy API from samples (#19608) 2023-09-05 22:16:18 +04:00
Ilya Churaev
1d62f0141d
Rename cmake ie_ macros and ie_parallel script (#19606)
* Rename cmake ie_ macros and ie_parallel script

* Add warning messages
2023-09-05 19:31:52 +02:00
Maciej Smyk
8f6b30a8f9
link fix (#19624) 2023-09-05 14:59:06 +00:00
Mikhail Ryzhov
bf5690fa7d
[GA] Parallel tests (#18773)
* test job

* added script to the test package

* test call fix

* switched test to large runner

* Added option to split tests by suites

* extended logs

* enabled test cache

* fixed workload

* optimized splitting mode

* excluded disabled suites

* temroary removed parallel logs

* added failed logs

* fixed empty name in suites

* test on 4 cores

* make step optional

* fixed param

* test

* grouping suites

* set suite arg

* increase test timeout

* test commit

* test pip deps

* include requirements.txt to the test package

* fixed deps step order

* fixed test counter

* fixed smart filter for suites

* clean up

* disabled repeat failed tests

* review comments

* use runtime execution time for skipped tests

* removed disabled suites

* reduced command lines

* enabled tests results

* fixed typo

* removed unused argument pp

* Log improvements

* merge cached and runtime filters

* fixed order

* fixed init list error

* fixed cache writing

* enable windows pipeline

* changed runner for windows

* optimized balancing using heap

* Fixed test counter

* fixed windows pipeline

* extended logging

* changed pipelines

* added logs on Windows

* fixed pipelines

* debug

* removed os specific code

* fixed "#"

* fixed test results

* fixed win pipeline

* cleanup debug

* rebase fixes

* windows pip requirements

* aligned run_conformance.py

* Apply suggestions from code review

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

* reverted windows changes

* reverted build runner

* fixed review comments

* minor review fixes

* make help func static

* renamed test runner

* fixed merge issue

* removed unused log

* reduced command line

* fixed issue fith conformance run

* fixed typo

* set testa  as default split unit

* fixed tasks queue  with time -1

* fixed test result caculation

* reverted wrong fix

* reverted changes

* set time limitation

* reverted unused change

* fix win command lines

* reuse env variables in pipeline

* fixed install files permissions

* fixed pipeline syntax

* reset validation schema

* fixed env names

* reverted initial setting of env

* increased test runner

* fixed pathes

* reuse env path

* reset validation schema

* Revert "reuse env path"

This reverts commit 97422ac595.

* Revert "increased test runner"

This reverts commit 010aa31641.

* revert command line reduction

* made if condition clearer

---------

Co-authored-by: Andrey Kashchikhin <andrey.kashchikhin@intel.com>
2023-09-05 14:23:17 +00:00
Roman Kazantsev
188d53d813
[TF Hub][TF FE] Clean-up all downloaded files for TF Hub models validation (#19612)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-05 13:07:13 +00:00
Vladimir Paramuzov
77600c7701
[GPU] Add FullyConnected custom op (#19539) 2023-09-05 16:47:05 +04:00
Mingyu Kim
3d679edf18
[GPU] Remove propagate_constants pass at pre_optimize_graph stage (#19323)
Co-authored-by: Lyamin-Roman <roman.lyamin@intel.com>
2023-09-05 16:37:31 +04:00
Ilya Churaev
5fd327ae30
Remove legacy API from IR frontend (#19582)
* Remove legacy API from IR frontend

* Remove dependency from inference dev API
2023-09-05 15:41:57 +04:00
Sofya Balandina
198da893d4
[analyzeConfFails] Fix arm device and exclude analyzing some files (#19591) 2023-09-05 12:28:45 +04:00
Alexander Suvorov
53414832eb
add 2023.0.2 selector tool (#19598) 2023-09-05 09:51:04 +02:00
Xiuchuan Zhai
1b5f428752
eliminate broadcast node in masked_fill (#19595) 2023-09-05 10:36:30 +04:00
Roman Kazantsev
4eadef9e61
[TF Hub][TF FE] Make TF Hub validation more robust and add convenient xfail test marking (#19596)
* [TF Hub][TF FE] Use multiprocessing based tests for TF Hub validation

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

* Fix import and initialization

* [TF Hub][TF FE] Make TF Hub validation more robust and add convenient marking for failing cases

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

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-05 09:41:01 +04:00
Ilya Lavrenov
c3b0c531f7
Added tflite to 'predefined_frontends' list (#19599) 2023-09-05 09:33:35 +04:00
Ilya Churaev
75b6a24787
Remove ICore legacy mock object (#19573) 2023-09-05 00:42:42 +04:00
Ilya Churaev
509e00da60
Move Inference Functional Caching Tests to new API (#19513)
* Moved inference unit tests to new API

* Added infer request and variable state

* Try to fix LTO

* Try to avoid warning from gmock

* Try to fix azure build

* Try to fix Windows build

* Comment all variable_state_test file for future investigation

* Start migration of caching tests to new API

* Removed legacy API from mock_plugin

* Fixed more tests

* Remove redundant code

* Enable more tests

* Move all tests, need to reenable tests

* Revert incorrect change

* Cosmetic changes

* Fixed AUTO BATCH tests and disabled hetero tests

* Fixed crash in HETERO tests
2023-09-05 00:42:11 +04:00
Evgenya Stepyreva
fef4d4d641
Auto batch lost label fix (#19535)
* Restored opset1::Reshape label peropagation for -1 special value

* Lets opset1::Reshape keep same shape infer. Makes FindBatch transformation keep labels in output shapes of Result node

* uses Parameter from correct namespace
2023-09-04 17:11:09 +02:00
Ilya Churaev
15685e0141
Remove legacy API from snippets tests (#19577)
* Remove legacy API from snippets tests

* Fixed comment
2023-09-04 14:09:26 +00:00
Maciej Smyk
3677dda457
[DOCS] 23.0 to 23.1 link update for master (#19584)
* 2023.1 link fix

* 2023.1 link fix

* 2023.1 link fix

* 2023.1 link fix

* 2023.1 link fix
2023-09-04 15:40:02 +02:00
Vladimir Paramuzov
2f782b2131
[GPU] Add permute primitive instead of manual copy for deconv weights (#19516) 2023-09-04 17:03:49 +04:00
Sebastian Golebiewski
2d760ba1bf
Adding Quantizing with Accuracy Control using NNCF notebook (#19585) 2023-09-04 14:57:35 +02:00
Sofya Balandina
8f4d72826a
[apiConformance] Fix double numbers in results after merge xml (#19564) 2023-09-04 16:52:23 +04:00
Mateusz Tabaka
bd0c156a70
PullReshapeThroughReduce - skip transformation if Reshape doesn't unsqueeze input (#19477)
Ticket: CVS-118905
2023-09-04 13:58:53 +02:00
Mateusz Mikolajczyk
c46f6bf115
[PT FE] Add aten::swapaxes (#19483)
* Add aten::swapaxes

* Add comment

* Improve swapaxes tests
2023-09-04 13:04:28 +02:00
Maciej Smyk
511f06f9ba
[DOCS] Fix for Install from Docker Image for master (#19505)
* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md

* Update installing-openvino-docker-linux.md
2023-09-04 11:35:07 +02:00
bstankix
9297bc5128
[DOCS] Extend sphinx_sitemap to add custom metadata (#19579) 2023-09-04 08:37:30 +00:00
Ekaterina Aidova
90ef7096b9
[PT FE]: support PReLU (#19515)
* [PT FE]: support PReLU

* Update tests/layer_tests/pytorch_tests/test_prelu.py

* Apply suggestions from code review

Co-authored-by: Piotr Krzemiński <piotrkrzeminski1234@gmail.com>

---------

Co-authored-by: Piotr Krzemiński <piotrkrzeminski1234@gmail.com>
2023-09-04 07:36:42 +00:00
Ilya Lavrenov
3bc38695c5
A set of fixes for Conan C++ package manager (#19552) 2023-09-04 11:32:39 +04:00
Sofya Balandina
f42a036157
[apiConformance] Fix some test results are not in report (#19522) 2023-09-04 10:52:31 +04:00
Karol Blaszczak
a84eee9127
[DOCS] pytorch usage adjustment - model formats master (#19558) 2023-09-04 08:41:32 +02:00
Maciej Smyk
3daf4cb3b5
[DOCS] Torch.compile() documentation for master (#19447)
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-09-04 08:39:50 +02:00
Nesterov Alexander
1b9b9bdc1f
[CPU ARM] Fix subgraph test instances (#19524) 2023-09-04 10:39:20 +04:00
Roman Kazantsev
44657183f3
[TF Hub][TF FE] Fix TF Hub models validation and extend precommit (#19567)
* Add all scope of models for testing

* Fix signature in test

* Fix workaround with output tensor names

* Fix unknown rank input resource case

* [TF Hub][TF FE] Fix TF Hub model validation and extend precommit

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

* Remove unneeded comments

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-04 07:41:42 +02:00
Ilya Lavrenov
00b06adee4
Fixed order of dependent cmake options (#19551)
* Fixed order of dependent cmake options

* Update .ci/azure/linux_cuda.yml

fixed typo in option name
2023-09-04 08:32:01 +04:00
Ilya Lavrenov
7173f530cc
Fixed static build from build tree (#19556) 2023-09-04 08:08:50 +04:00
Tomasz Jankowski
51df17912b
[Ref_Impl] Change namespace from nG to OV (#19363)
* Use quotes for openvino includes

* Drop runtime from openvino::reference

* Drop runtime::reference

* Replace ngraph::reference with ov::reference - defs

* Replace ngraph::reference with ov::reference - uses

* Drop redundant nesting

* Fix non arch64 builds

* Move coordinate*pp files under openvino

* Move Coordinate... helpers under ov:: namespace

* Revert not needed changes

* Fix missing namespace scope

* Fix compilation

* Fix code style

* Use ov suppress deprecated macro instead of ngraph

---------

Co-authored-by: Raasz, Pawel <pawel.raasz@intel.com>
2023-09-04 08:07:06 +04:00
Andrew Kwangwoong Park
92c6316e8e
[GPU] Fix input feature map indexing with pad and batch indices for ROIAlign (#19511)
* [GPU] Fix input feature map indexing with pad and batch indices for ROIAlign

* Fix failed TCs for ov_gpu_func_tests

Signed-off-by: Andrew Park <andrew.park@intel.com>

* Fix to do batch interpretation for inconsistency between ROIALign input and const 1D tensor

Signed-off-by: Andrew Park <andrew.park@intel.com>

---------

Signed-off-by: Andrew Park <andrew.park@intel.com>
2023-09-01 12:43:23 -07:00
Mateusz Tabaka
441adcc122
SplitSqueezeConcatFusion - handle Squeeze nodes without second input (#19512)
Ticket: CVS-119330
2023-09-01 23:35:17 +04:00
Nikita Malinin
a4b0fe51af
[POT] Update for CI (#19067)
* Update references
2023-09-01 18:12:24 +02:00
Ilya Churaev
3c7ea04c69
Enable variable state unit tests (#19529)
* Enable compilation variable state unit tests

* Enable all tests
2023-09-01 16:33:31 +04:00
Nadezhda Ageeva
b81cad6ae5
Update ConvertReduceToReshape transformation to support ReduceProd (#19532) 2023-09-01 10:52:05 +00:00
Ilya Lavrenov
7d718fbff2
Robust detection of Cython version (#19537) 2023-09-01 14:45:51 +04:00
Ilya Lavrenov
936dc051ff
Aligned protobuf version in conanfile.txt with onnx recipe (#19526) (#19533) 2023-09-01 13:37:37 +04:00
Pavel Esir
b8226db465
[OVC] Fix output parsing (#19425)
* fix parsing output

* use always coma backspace to separate outputs ', '

* update docstring

* call parser only for ovc cli tool

* docstring correction

* separate docs for cli tool and convert_model; other minor changes

* drop redundant arg from cli_parser_test.py

* more solid test cases added

* remove redundant argv.framework from cli_parser_test.py

* shape correction in concat

* Apply suggestions from code review

fix: coma -> comma

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

* apply review suggestions

* remove extra ')'

---------

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-09-01 11:20:22 +02:00
Roman Kazantsev
2cf8f2bc1f
[TF FE][GitHub issue] Support Selu operation and add test (#19528)
* [TF FE] Support Selu operation and add test

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

* Fix layer test

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-01 09:09:58 +00:00
Karol Blaszczak
9715ccd992
[DOCS] adjustment to supported devices
adjustments will continue in following PRs
2023-09-01 10:46:04 +02:00
Ivan Novoselov
b0d917f0cb
Snippets pass manager (#18846) 2023-09-01 12:31:42 +04:00
Vladimir Paramuzov
38cad619af
[GPU] Allow simple attached mem as input memory for network (#19419) 2023-09-01 09:54:30 +04:00
Pawel Raasz
dd258f9607
Improve acos ref accuracy for integral types (#19470) 2023-09-01 07:34:43 +02:00
Ilya Churaev
7c751883fc
Moved functional tests to new API (#19488)
* Moved functional tests to new API

* Renamed legacy tests

* Fixed test

* Fixed test
2023-09-01 06:58:03 +04:00
Steve Yoo
05a24b1776
[GPU] Try to use softmax_ref when types are mismatched (#19209)
* Remove support key for UINT8 and INT8
2023-08-31 16:39:36 -07:00