Commit Graph

5494 Commits

Author SHA1 Message Date
myshevts
e88f2e28f2 brushing, disabling CPU's HETERO tests until planned activity for 22.2 2021-11-29 15:52:11 +03:00
myshevts
39fb0be529 code-style 2021-11-26 10:38:10 +03:00
myshevts
8086029c2b fixed minor changes that were result of experiments with impl 2021-11-25 17:42:33 +03:00
myshevts
1866847c83 auto-batching hetero test (subgraph with DetectionOutput) 2021-11-25 17:37:23 +03:00
myshevts
17d84b990c moving ThreadSafeQueue to the ie_parallel, as it is re-used in the AUTO/MULTI and BATCH now 2021-11-25 17:34:57 +03:00
myshevts
a7e28580e6 clang 2021-11-25 10:47:58 +03:00
myshevts
65273cc0dc Merge remote-tracking branch 'github/master' into auto-batch-master
# Conflicts:
#	inference-engine/src/cldnn_engine/cldnn_engine.cpp
2021-11-24 19:23:13 +03:00
Maxim Vafin
2f612f776b
Define common frontend (#8110)
* Rename and reorganize frontend_manager

* Apply codestyle

* Fix installing headers

* Fix codestyle
2021-11-24 18:56:05 +03:00
myshevts
d545d80e1a fix the test after refactoring 2021-11-24 18:14:04 +03:00
myshevts
1ebbcef63f allow hetero code-path for explicit device name like BATCH:GPU(4), used in the hetero code-path tests 2021-11-24 17:46:13 +03:00
myshevts
2db8ff5ccc brushed the config keys 2021-11-24 17:07:54 +03:00
myshevts
fef1dabce1 improve the loading loop logic 2021-11-24 16:41:07 +03:00
Irina Efode
27fa64031b
[IE TESTS] Add QeryNet to conformance (#8768) 2021-11-24 15:54:03 +03:00
Edward Shogulin
0ba105e8af
[CPU] DetectionOutput dynamism enabling (#8576) 2021-11-24 15:10:17 +03:00
Victor Kuznetsov
67dd586eef
Fix omz call in get testdata script [stress] (#8790)
* add performance hint to time infer

* Fix python executable for omz
2021-11-24 15:05:39 +03:00
myshevts
ff72398593 fixed the DO test 2021-11-24 15:04:57 +03:00
Ilya Lavrenov
22233414f9
Static MSVC runtime (#8726)
* Try to fix Windows Azure

* Try static MSVC runtime

* Fixed type

* cnpy

* Rename

* Set CMAKE_MSVC_RUNTIME_LIBRARY

* Fixed issues with oneDNN

* Removed IB

* Minimize a number of threads

* Increase image size to avoid test failures on some platforms

There is an assert 'length >= nlanes' and 'nlanes' value depends on machine architecture
Set 320x320 test image to guarantee that image size >= nlanes

Also increased image size for 'plugin shared tests' to ensure the same (even though tests do not work with legacy preprocessing)

* Descreased to 160x160

* Specify toolchain for samples

* Build samples and its tests even for static build

* Used 3.21 to enable CMAKE_TOOLCHAIN_FILE env var usage

* Fixed cmake download path

* Set CMAKE_TOOLCHAIN_FILE conditionally

* Fix

Co-authored-by: Michael Nosov <mikhail.nosov@intel.com>
2021-11-24 15:04:38 +03:00
Anton Dudchenko
2da56312e6
[VPU] Enable some tests (#8438)
Removed several tests from skip list, as they currently work on U20
2021-11-24 14:17:04 +03:00
Mateusz Tabaka
2a9d3ab95f
[GPU] recalculate output layout after pre_optimize_bias (#8742) 2021-11-24 13:43:23 +03:00
Andrey Somsikov
cf9dd53a85
Add read_model fuzzer (#8770)
* Add read_model fuzzer

* Fix compilation error
2021-11-24 13:40:39 +03:00
mei, yang
0daee96c2c
add 2nd batch paddle models in Convert_Model_From_Paddle.md (#8590)
* add 2nd batch paddle models in Convert_Model_From_Paddle.md

* narrow down supported paddle model from MobileNet-SSDLite to MobileNetv3-SSD in Convert_Model_From_Paddle.md
2021-11-24 13:24:08 +03:00
Tatiana Troilova
b8aa5bf452
2022.1: split TPP into runtime, dev, doc (#8681) 2021-11-24 13:22:35 +03:00
Polina Brzezinskaya
acaddf73a6
[VPU] Add support for dynamic shape API (#8470)
This PR adds support for new dynamic shape API to MyriadX
2021-11-24 13:22:05 +03:00
Anton Romanov
b5134dc459
Fixed part coverity issues in samples (#8744) 2021-11-24 13:17:33 +03:00
Anton Dudchenko
d33033bb67
[VPU] Not unload MyriadPlugin at runtime on ARM (#8772)
* [VPU] Not unload MyriadPlugin at runtime on ARM

* Remove ARM definition
2021-11-24 13:14:40 +03:00
Andrey Somsikov
a2880b81e0
Update fuzzing coverage steps (#8785) 2021-11-24 13:13:08 +03:00
Luwei Zhou
71b3007a79
[CPU] Enable space_to_depth dynamic shape support. (#8639) 2021-11-24 12:11:15 +03:00
Vladimir Gavrilov
edb98aeb8e
nGraph version of the MO transformation InterpolateSequenceToInterpolate (#8397)
* Started to write transformation to fuse Interpolate sequence.

* Some changes.

* Written the transformation to fuse two Interpolate layers.

* Deleted commented code.

* Small fixes.

* Some fixes.

* Started to write tests.

* Small fix.

* Added more tests. Deleted commented code.

* Deleted redundant headers.

* Small fix.

* Fixes in the function can_be_fused(): the last statement was decomposed.

* Added operators == and != for op::v4::Interpolate::InterpolateAttrs.

* Added more checks for nullptr.

* Fixed codestyle.

* Added Interpolate registration.

* Small change.

* Implementation of operator== of InterpolateAttrs was moved into header file.
2021-11-24 11:33:09 +03:00
Ilya Churaev
e1abe32053
Fixed Windows Asure CI (#8782) 2021-11-24 11:27:08 +03:00
Alexandra Sidorova
24aed538e3
[CPU] Added dynamism support for NormalizeL2 (#8580) 2021-11-24 10:28:42 +03:00
Min, Byungil
2ecb2a1895
Remove unnecessary reorder to improve perf (#8341)
+ Bugfix for invalid removal of reorder in front of fsv32 conv
+ Remove unnecessary reorder of first conv of bfyx output format

Signed-off-by: Min, Byungil <byungil.min@intel.com>
2021-11-24 16:12:14 +09:00
Mateusz Tabaka
585c6bcb24
[CPU] Don't fuse Add or Mul to FakeQuantize if the result is not supported b… (#8585) 2021-11-24 09:50:47 +03:00
Taylor Yeonbok Lee
abbf0384ae
[GPU] Add GetMaxBatchSize functionality (#8226) 2021-11-24 09:30:14 +03:00
Sungeun Kim
8f64b8e2e8
[GPU] Update flops calculation for DG2/ATS (#8758) 2021-11-24 09:28:22 +03:00
Maksim Shabunin
94b6f64e0b
oneDNN: fixed build with mullti-config generators (#8775) 2021-11-24 09:11:24 +03:00
Ilya Churaev
725793e179
Removed temp from inference-engine folder, added OV_TEMP cmake option (#8667)
* Removed temp from inference-engine foldee, added OV_TEMP cmake option

* Fixed CI

* Fixed copy-past
2021-11-24 08:37:26 +03:00
Steve Yoo
808323afa8
Migrate Movement 1 (Broadcast-1, Concat-1, Tile-1) (#8388)
* Migrate Movement 1 (Broadcast-1, Concat-1, Tile-1)

* Add Broadcast-3

* Update to namespace opset

* Add broadcast_test_helper
2021-11-24 05:20:41 +03:00
Taylor Yeonbok Lee
32052a8f92
[GPU] Show freed constants' name on Verbose memory dump (#8354) 2021-11-24 10:58:58 +09:00
Andrey Somsikov
e19a6dc57d
Remove clang incompatible flag (#8771) 2021-11-24 02:03:38 +03:00
Anastasia Kuporosova
3cc0517492
[Python API] Add more api for parameter and result ops (#8691)
* [Python API] Add more api for parameter and result ops

* add tests

* add api for result

* add py::args

* apply comments to test
2021-11-23 23:03:03 +03:00
Vladimir Paramuzov
6addc0d535
[GPU] USM sharing and host blob creation in gpu remote context (#8657) 2021-11-23 20:26:44 +03:00
Alexandra Sidorova
c49620bb6a
[CPU] Added dynamism support for ShuffleChannels (#8601) 2021-11-23 17:22:33 +03:00
Nikita Malinin
516d510045
[POT] Added typecast while nodes updating & creation (#8621)
* Update type casting while update

* Fix Pylint

* Update precision setting for FQ values

* Update FQ values precision setting

* Fix scales dump

* Update reference

* Another reference update
2021-11-23 17:13:04 +03:00
Nikita Demashov
6156626706
[LPT] Fix Yolo v5 bug with Concat transformation subtract constant (#8491)
* add supporting convert after subtract constant in concat_transformation

* add check for the existence of subtract constant

* add convert fold for subtract convert & add tests for subtract with convert
2021-11-23 17:10:14 +03:00
Anton Romanov
dd38ffb387
Added samples smoke tests (#1102)
* Added samples smoke tests

Added implementation into azure pipeline

Update copyrights

Added python path

Update common part

modify windows.yml

* resolve conflicts

* New redesign of samples_smoke_tests including adding CMakeLists in order to install smoke tests on system, getting of smoke_tests_data archive

* fixed windows.yaml

* added checking path of samples

* changed path to INSTALL_DIR

* Fixed windows.yml file

* changed IE_APP_PATH

* Updated readme file for smoke tests

* Disable run tests on linux static build

* skipped test with related issue 71298

* change after review

Co-authored-by: Maxim Gordeev <maxim.gordeev@intel.com>
2021-11-23 17:09:11 +03:00
Luo Cheng
fa65018773
[CPU] GatherElements support dynamic shape (#8663) 2021-11-23 16:53:04 +03:00
Mateusz Tabaka
7720d82366
[MO] Fix fetching output Place in moc_frontend (#8431) 2021-11-23 14:40:57 +01:00
Vitaliy Urusovskij
5198c4644c
Convert pad_val to Parameter in ReferencePadTestNonConst... test (#8760) 2021-11-23 16:32:50 +03:00
Luwei Zhou
64459177e7
[CPU] Implement spaceToBatch node dynamic shape support (#8701) 2021-11-23 16:10:26 +03:00
Egor Shulman
9ce8ac536f
[CPU] Optimized shapeInfer() for OneHot (#8739) 2021-11-23 15:55:52 +03:00