Commit Graph

3218 Commits

Author SHA1 Message Date
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
Mikhail Nosov
c29569ecbd [TemplateFuncTests] RGBX->RGB: Increase image size to avoid test failures on some platforms (#8762)
* 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
2021-11-23 15:26:22 +03:00
Alexandra Sidorova
8c55c761c4 [CPU] Fixed leftovers for GatherND (#8644) 2021-11-23 15:11:58 +03:00
Daria Mityagina
277ff96564 [IE][VPU][XLink]: Port changes from releases/2021/4 to master (#8404) 2021-11-23 12:51:46 +03:00
Elizaveta Lobanova
6feb981578 [GNA] Fixed handling of transposes around MatMul (#8600)
* [GNA] Fixed handling of transposes around MatMul

* [GNA] Fixed swap matmul inputs tests

* [GNA] Comments applying
2021-11-23 12:43:04 +03:00
Vladimir Paramuzov
24675fd8ea [GPU] Fixed a couple of issues in clDNN found by static analysis (#8706) 2021-11-23 10:33:03 +03:00
Mikhail Nosov
7545af07d0 Preprocessing: convert color RGBX/BGRX -> RGB/BGR implementation (#8755) 2021-11-23 10:29:00 +03:00
Zlobin Vladimir
251883001c [CPU] Set lower bound for nstreams to 1 (#8747) 2021-11-23 06:42:12 +03:00
Min, Byungil
c2ddfdc940 [GPU] Bugfix for accruacy regression of onednn reorder fusing (#8441)
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2021-11-23 11:26:46 +09:00
Alexandra Sidorova
75af8254cb [CPU] Fixed performance for Eltwise with C=1 (#8406) 2021-11-23 01:09:52 +03:00
Mikhail Letavin
a862331732 [GPU] Fix multi configuration build of onednn_gpu (#8743) 2021-11-23 00:22:05 +03:00
Mikhail Nosov
d15dcd6833 Support 'set_memory_type(string)' for preprocessing info tensor info (#8721)
Testing: unit tests + serialization/deserialization tests
2021-11-22 19:42:23 +03:00
Gleb Kazantaev
9f54641858 Update Transpose Sinking (#8720)
* Update Transpose Sinking

* Fix namespace

* Fix typo
2021-11-22 16:47:00 +03:00
Vladimir Paramuzov
b05d90032b [GPU] Replace input_offset parameters with padding (#7571) 2021-11-22 14:45:58 +03:00
Szymon Irzabek
f6a4dcb5ac [GNA] Add MVN decomposition (#8142) 2021-11-22 14:39:25 +03:00
Sergey Shlyapnikov
a4854fa61d [GPU] Add memory benchmarking tests (#8689) 2021-11-22 14:25:05 +03:00
FanJiangIntel
de639899a6 Fix THREADING=SEQ build failure on Windows (#8699) 2021-11-22 12:54:32 +03:00
Vladislav Golubev
a33b75871d [CPU] Security fixes (#8456) 2021-11-22 10:08:37 +03:00
Yuan Hu
64e45447f4 fix compile issue caused by interface change (#8727)
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
2021-11-22 10:07:18 +03:00
Mikhail Ryzhov
390782764c [GNA] Enabled new OV inference tests (#8618)
* Enabled the new OV inference tests

* reverted .gitignore

* Revert "reverted .gitignore"

This reverts commit a6b63bfef8.

* Update inference-engine/tests/functional/plugin/gna/shared_tests_instances/skip_tests_config.cpp

Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>

* Update inference-engine/tests/functional/plugin/gna/shared_tests_instances/skip_tests_config.cpp

Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>

* Removed CVS from skip list

Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>
2021-11-21 16:15:53 +03:00
Maxim Andronov
7c525592e7 [CPU] clone Constant node instead direct usage (#8719) 2021-11-21 14:50:17 +03:00
Egor Shulman
c4e49bb915 [CPU] OneHot dynamic done (#8488) 2021-11-21 14:44:11 +03:00
Ilya Lavrenov
a1e95f4d69 Deprecated SOPointer (#8711)
* Removed SOPointer

* Updates

* Fixed tests, compilation
2021-11-20 18:13:10 +03:00
Yuan Hu
063df47ec9 continue to load candidate device when load device failed (#8006)
* fix potential risk

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* try catch exception when load nextwork

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* wait for the first ready device instead of cpu

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* continue to select next device if load failed

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* Refactoring code to make code easy and readable

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* debug core dump

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* improve the code

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* add test code

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* test draft

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* improve test code

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* remove debug print

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* fix some reviews

add comments on test
init flags in hpp
remove draft code

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* fix code format

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* try to fix compile static library issue in ci

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* fix compile issue in centos76

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* fix build issue on windows

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* fix a review

merge loop

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* rebase master

fix conflict with PR 8389

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* fix some review issue

lock issue
change NULL to nullptr
misprint issue
add EXPECT_CALL for ON_CALL

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* run test in ci

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* add more EXPECT_CALL test

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* fix the comment of test config

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* Fix merge from master (was required to resolve conflicts)

Co-authored-by: Maxim Shevtsov <maxim.y.shevtsov@intel.com>
2021-11-20 17:49:19 +03:00
Ilya Lavrenov
543ca4f318 Enabled proper OpenVINOConfig.cmake generation for static build (#8634)
* Enabled PDPD, TF on Windows

* Try to build samples against static libs

* Fixes

* Fixes

* fix

* Used ENABLE_GAPI_PREPROCESSING in C API tests

* Revert "Used ENABLE_GAPI_PREPROCESSING in C API tests"

This reverts commit df9d53e3cc.

* Fixes

* Revert exclude

* Enabled proper OpenVINOConfig.cmake generation

* Try

* Try
2021-11-20 02:27:43 +03:00
Anton Pankratov
bcb7415fce Fixed exec net config test (#8710) 2021-11-19 23:31:42 +03:00
Gleb Kazantaev
0e749b8b15 Reduce number of Function Validations (#8668) 2021-11-19 13:04:49 +03:00
song, bell
ea0095ad6d stick to default memory if userrequest exceed the optimal number (#8640)
* stick to default memory if userrequest exceed the optimal number

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

* formatting

Signed-off-by: fishbell <bell.song@intel.com>
2021-11-19 10:29:16 +03:00
Mikhail Nosov
aaac5de2fa [OV2.0] I420 preprocessing color format support (#8680)
* Add I420 preprocessing

Tests:
- Template reference
- OpenCV
- Legacy Preprocessing tests
- Functional shared tests for plugins (CPU)
- Disable i420 preprocessing tests on GPU

* clang-format fix
2021-11-18 23:30:44 +03:00
Anastasia Popova
5e15288c8a Separated old_api_map into two attributes. (#8632)
* Separated old_api_map into old_api_map_order and old_api_element_type.

* Clang format, small fix.

* Corrected comment.

* Removed OldApiMapOrderAttr class.
2021-11-18 22:04:50 +03:00
Evgeny Kotov
0da094f7ff clockwork fixes (#8646) 2021-11-18 19:57:56 +03:00
Maksim Kutakov
a3fae37fe1 [CPU] Native dynamic shapes support in the Convolution node (#8047)
* Dynamic conv first commit

* Fixes after rebase

* Refactoring:

1. Conv node code refactor
2. DW conv fusing is disabled for dynamic case
3. Weights static shape constraint was added

* Minor fix for 1st rank bias

* WA fix

* MKLDNN dynamic conv fixes

* Temporal WA on format serialization

* Convolution SL prepared for dynamism

* Fix for bias fusing

* Update for nspc heuristics

* Convolution SL tests are updated with dynamic shapes

* GroupConv SL tests are updated with dynamic shapes

* Wip

* Dynamic shapes post ops support

* Dynamic shapes convolution full SL tests support

* Convolution builder changed to support pShape

* Convolution CPU SL test moved to the new Test Infra

* Skip tests conf update

* Auto padding support in dynamic mode with test

* Convolution dyn tests for bf16

* Group Conv test commented

* Submodule up

* First review fixes

* Group convolution dynamic shapes SL test

* Serialize format method has been fixed

* Floating point numbers resolution changed to even number

* AutoPad flag was added

* Skip test config updated with changed signature

* An attempt to reduce SL test time

* Dilated convolution tests extracted from the precommit
2021-11-18 18:53:16 +03:00
Sergey Shlyapnikov
be786ee7af [GPU] Do not add paddings for OneDNN primitives (#8619)
* Fix review comments for Convolutions

* [GPU] Do not add paddings for OneDNN primitives

* Add unit test for correct padding between onednn and cldnn primitives
2021-11-18 16:48:30 +03:00
Ilya Lavrenov
90e10e369d Configurable G-API preprocessing in static build (#8631)
* Added cmake option todisable G-API preprocessing

* Enabled PDPD, TF on Windows

* Revert "Enabled PDPD, TF on Windows"

This reverts commit 2851cba056.
2021-11-18 16:40:53 +03:00
Andrew Kwangwoong Park
9972410aa3 [GPU] Add IE Core GPU plugin metric to query overall memory statistics for GPU device (#8421) 2021-11-18 14:26:53 +03:00
Irina Efode
2468a015dc [IE TESTS][Conformance] API conformance instances (#7948)
* [IE TESTS] Add API Conformance

* Inst

* temp

* Small refactoring

* Instantiatians

* ov_plugihn

* Fix some cases

* fix template

* Six oss build

* Update conformance.hpp

* fix

* try to fix

* Apply comments

* Remove extra
2021-11-18 13:44:44 +03:00
Sergey Shlyapnikov
838a4eb269 [GPU] Add memory type information for GPU verbose print (#8662) 2021-11-18 11:28:35 +03:00
Edward Shogulin
754925b17b Revert "[LPT] GroupConvolution: 3D tensor support (#8401)" (#8664)
This reverts commit 2fc4856b8a.
2021-11-18 10:16:24 +03:00
Maksim Kutakov
60d2643b3e [CPU] Several CPU specific SL tests are extended with dynamic shapes (#8339) 2021-11-18 10:10:24 +03:00
Ilya Churaev
f639e4e902 Moved inference_engine samples to cpp folder (#8615)
* Moved inference_engine samples to cpp folder

* Fixed documentations links

* Fixed installation

* Fixed scripts

* Fixed cmake script

* Try to fix install

* Fixed samples

* Some fix
2021-11-18 10:08:20 +03:00
Mikhail Nosov
03c8542357 [I420 color conversion] I420toRGB/I420toBGR reference implementation (#8605)
* ngraph part

* Template reference tests
Common plugin tests
CPU compliance tests
Serialization tests

* Clang format fixes

* Remove reference implementation for f16, bf16, f64 types

* Fix ninja build

* Fix opset8_dump test

* Fix opset8_dump test

* Fix CentOS build

* Removed Myriad preprocessing tests (to be added by separate PR)
2021-11-18 09:48:18 +03:00
Mikhail Nosov
2245ea8be2 [FrontEnd] Rename all frontends from "*_ngraph_frontend*" to "_ov_frontend*" (#8645)
* Renaming all frontends from "*_ngraph_frontend*" to "_ov_frontend*"

Also Debug builds on Windows release frontends without "d" suffix will not be loaded

* Fix review comments and add wheels test debug prints

* More debug prints

* Load by absolute path and remove debug prints
2021-11-18 09:26:13 +03:00
Kelvin Choi
517cf8dff6 [GPU] Add new operation GatherND-8 (#8586)
Signed-off-by: Kelvin Choi <kelvin.choi@intel.com>
2021-11-18 13:24:02 +09:00
Alexandra Sidorova
83b8099363 [CPU] Added dynamism support for StridedSlice (#8532) 2021-11-17 22:52:23 +03:00
Ilya Lavrenov
ff1f73910f Move OpenCV find_package closely to benchmark_app (#8654) 2021-11-17 19:47:33 +03:00
Edward Shogulin
2fc4856b8a [LPT] GroupConvolution: 3D tensor support (#8401) 2021-11-17 19:44:19 +03:00
Aleksandr Korolev
b9b50527fd [IE[[VPU] Coverity issues fix (#8598)
- Coverity issues fix
- profinfo.execution_index was uninitialized in some cases
- Removal deadcode
2021-11-17 12:28:22 +03:00
Andrew Kwangwoong Park
af19b26980 [GPU] Fix CLDNN_CACHE_PATH for destination path to which cache.json will be copied (#8614)
Signed-off-by: Andrew Kwangwoong Park <andrew.kwangwoong.park@intel.com>
2021-11-17 11:57:26 +03:00
Maxim Andronov
14d1f7c844 [CPU] Pooling dynamism support (#8361) 2021-11-17 11:25:45 +03:00