Commit Graph

6737 Commits

Author SHA1 Message Date
Ilya Lavrenov
ba19551b13
Fixed typo (#10313) 2022-02-13 16:20:41 +03:00
Anastasia Popova
ac2e639ff8
Added telemetry to modules names list. (#10295) 2022-02-13 10:28:17 +03:00
Ilya Lavrenov
80a901e103
Add TF FE to OpenVINO package (#10314)
* Add TF FE to OpenVINO package

* Add double install for TF FE
2022-02-12 23:42:12 +03:00
Indira Salyahova
ea00eae922
[POT] Fix for measuring input shape when inference model with batch greater 1 in FBC (#10063)
* fix: diffrent batch shape in prediction and target in ac

* add calculate metric in engine True

* resolve conflicts
2022-02-12 19:12:58 +03:00
Nikita Malinin
8e43987cd7
[POT] Update IEEngine for SW API support (#10304)
* Update IEEngine for SW API support

* Change Engine for GNA sample

* Change stacks into reshape
2022-02-12 18:57:35 +03:00
Indira Salyahova
976a20cedf [POT] Update input pattern (#10220)
* Update special_patterns.py

* Update IgnoredPatterns.md
2022-02-12 18:56:41 +03:00
Vladislav Volkov
78281fef74
[CPU] [Ngraph] Fix of memory leak in PassBase::get_name and leak in jit_avx2_1x1_convolution_with_dw_conv_fwd_t kernel (#10199) 2022-02-12 15:48:49 +03:00
Maksim Kutakov
451453c4ce
[CPU] Fixes for CpuBlockedMemoryDesc constructor and reorder availability checks (#10299) 2022-02-12 15:29:55 +03:00
Alexander Zhogov
e49370c008
Azure CI: Enable tests on Mac again 2022-02-12 14:22:37 +03:00
Alexander Zhogov
74475e216d
Azure CI: Add ccache on Mac (#10290)
* Azure CI: Add ccache on Mac

* Temp OFF

* disable tests
2022-02-12 11:52:07 +03:00
Ivan Tikhonov
9989db5ae0
Rename frontend extension files (#10257)
* Delete _extension suffix in file names; add extension.hpp header to include all extensions

* add extension.hpp file to include all extensions

* codestyle
2022-02-12 09:19:20 +03:00
Maxim Shevtsov
e3cc4833f4
Auto batch smart reshape strict testing (once we moved to dim tracking) (#10253)
* fixed perf-counters

* explicit auto-batching params that should guarantee the auto-batching is triggered ( to avoid fallback to no-batching when the selected batch1 size is just 1)

* makeConvPoolReluNoReshapes and using that whenever applicable to gaurantee the auto-batching is required (not important for things like plugin/executable-network config tests, but important for the inference-requests)

* getDefaultNGraphFunctionForTheDevice moved to the ov_behavior_test_utils.hpp
2022-02-12 02:00:34 +03:00
Pavel Esir
653ed4a34c
[MO] use revision hashes to compare IE & MO versions (#10230)
* fixed version comparison: for comparsion extracted hashes are used

* shortened 7 -> 11 to match the current version fromat from nightly

* corrected regex, added comparing by minimal hash len
2022-02-12 00:13:48 +03:00
Anton Pankratov
897e2acd91
Default value of streams in ba is AUTO (#10305) 2022-02-12 00:09:31 +03:00
Roman Lyamin
7b288d125a
[GPU] Gather fusion tests fix (#10308) 2022-02-11 20:57:44 +03:00
Aleksandr Korolev
c2a9036482
[VPU] Fix performance hint (#10309) 2022-02-11 19:39:00 +03:00
guozhong wang
14c1e98e8c
Guozhong/check format (#10184)
* remove formatTimeMilli from time_utils.cpp

* add traceCallStacks test case

* add traceCallStacks test case in format_test.cpp

* add param:"test" to function TraceCallStacks()

* catch the exception of checkFormat

* add space for try catch

* rollback time_utils.cpp time_utils.hpp and log_utils_format_test.cpp

* modify testcase for log.hpp

* modify testcase from format_s to format_s_d_ld_u_lu2
2022-02-11 19:10:13 +03:00
Yuan Hu
7abd61f867
[AUTOPLUGIN] OV config 2.0 support (#10191)
* add support for LOG_LEVEL and supported_properties

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

* fix compile error

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

* add test case for log_level and full_name

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

* update to ov 2.0

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

* fix benchmark_app faild for AUTO:GPU, GPU

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

* add case

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

* refine logic

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

* add test cases

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

* add more cases

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

* fix redifinition

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

* cpu plugin only in cpu tests

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

* typo in parameter

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

* use _core directly

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

* fix multi case failure

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

Co-authored-by: fishbell <bell.song@intel.com>
2022-02-11 23:39:09 +08:00
Ivan Novoselov
cc602ac6fd
[Snippets] Convert Load/Store to slarar versions if shape ends with 1 (#10292) 2022-02-11 17:27:32 +03:00
Liubov Talamanova
4d61600077
[POT] Fix cascade model names (#10112) 2022-02-11 15:54:41 +03:00
Victor Kuznetsov
bcd192e882
Revert changes with single-image-super-resolution-1032 - memcheck precommit (#10271) 2022-02-11 20:30:09 +08:00
Anton Pankratov
f36d3303d2
Added callback capturing notes (#10256)
* Added callback capturing notes

* fixed spelling
2022-02-11 14:51:32 +03:00
Sergey Shlyapnikov
03566b4e4d
[GPU] Fix outputs blobs allocation for U16/I16 data types (#10180)
* [GPU] Fix outputs blobs allocation for U16/I16 data types

* [GPU] Add U32, U64, FP64 data types support; add information about legacy fused activations to .info file

* Update auto_batch.cpp

fixed u64 inputs for the auto-batching

Co-authored-by: Maxim Shevtsov <maxim.y.shevtsov@intel.com>
2022-02-11 14:08:36 +03:00
Nikita Demashov
20d2633af0
removed defaultPrecisions as global variable and added as field in Params class (#9185)
fix canConvolutionBeTransformed arguments

fix isAsymmetricOnWeights in GPU plugin

added defaultPrecisions in TestTransformationParams

set new default attribute precisions

try to set const default precisions in network_helper.cpp

apply precision_set

[LPT] Default precisions

rebase

remove extra const

used defaultPrecision in tests

fixed SimpleLowPrecisionTransformer default argument

fixed AttributeParameters default argument

added defaultPrecisions in functions

fix assign_and_read_value_transformation tests

fixed wrong defaultPrecisions definition

fixed ConcatWithNeighborsWithConvolutionTransformation tests

remove getDefaultPrecisions

rebase

remove getDefaultPrecisions from gpu plugin

remove getDefaultPrecisions from lpt_mkldnn_plugin.cpp

use predefined member

update mkldnn_plugin.cpp & lpt_mkldnn_plugin.cpp

resolved conversations

make all lambda captures by ref
2022-02-11 13:41:03 +03:00
tgubanova-lohika
04c1b9760c
[GPU] Implement ExperimentalDetectronTopKROIs operation (#10208) 2022-02-11 13:32:49 +03:00
Vladimir Paramuzov
dc1e9aa9bd
[GPU] 6d broadcast support (#10280) 2022-02-11 13:29:09 +03:00
Vladimir Paramuzov
013b5f5b5f
[GPU] Added cl batched headers post-processing (#10093) 2022-02-11 13:26:22 +03:00
Nikita Malinin
d758a21d6e
Update gna_sample with API 2.0 features (#10236) 2022-02-11 13:23:02 +03:00
Alexey Lebedev
31501a7992
Fix random (#10240) 2022-02-11 13:06:07 +03:00
Mateusz Tabaka
6e1bc49862
Update xfail reason for ssd mobilenet models (#10287) 2022-02-11 10:34:42 +01:00
Nikolay Tyukaev
f03590d245
fix edit on github for pot and ovsa (#10285) 2022-02-11 12:13:12 +03:00
Mikhail Nosov
5535fdefa9
Fix coverity scan issues (#10266)
* Fix coverity scan issues

For virtual 'noexcept' functions everything that can throw exception shall be handled inside function

* Remove 'noexcept'
2022-02-11 10:44:57 +03:00
Tomasz Dołbniak
c186449735
Do not process null nodes in JSON analysis (#10269) 2022-02-11 08:42:25 +01:00
Mang Guo
8bbabf8720
[CPU] Get interpolate scales input during interpolate node init if the input is Constant. (#10229) 2022-02-11 10:27:50 +03:00
Maxim Andronov
cf805b17b9
[CPU] Support legacy dynamic batch via dynamic shapes (#9646) 2022-02-11 10:17:58 +03:00
Min, Byungil
281e38bd83
Use onednn reorder for newly added format (#10273)
+ Added new format to onednn optimized format list

Signed-off-by: Min, Byungil <byungil.min@intel.com>
2022-02-11 15:58:11 +09:00
Anton Pankratov
1621a5a0b5
Used new config for streams and threads (#10150)
* Used new config for streams and threads

* Fixed review coments in ba

* format fix

* fixed hello_query_device

* Added STL string io

* fixed tests

* Fixed test

* Fixed build

* fixed format

* Fixed build

* try fix win

* other any io specialization

* Fixed after merge

* renamed streams

* build fixed

* fixed build

* fixed format

* fix for old mac build

* Fixed type of exception

* test fix
2022-02-11 09:22:45 +03:00
Nikolay Tyukaev
437bc3280d
Feature/ntyukaev/add doxygen snippet sphinx (#10277)
* add doxygensnippet directive

* update MANIFEST.in
2022-02-11 09:19:46 +03:00
Jade Cho
dedcbeafa8
[GPU] Binary post-op support for full tensor. (#9856)
* [GPU] Binary post-op support for full tensor.

* Add unit tests

* Add a reorder if output dtype of conv layer is fp32.
2022-02-11 11:33:31 +09:00
Paul Youngsoo Ahn
fa69ee9596
[GPI] Update kernels to cache.json (#10260) (#10260) 2022-02-11 10:51:37 +09:00
Irina Efode
fd79ca91a1
[IE TESTS] Rename Op_impl_check (#10275) 2022-02-10 21:39:54 +03:00
Maxim Shevtsov
e41e1f51a0
Auto batch smart reshape (relies on the dim tracking) (#9964) 2022-02-10 20:43:06 +03:00
Andrey Somsikov
510e5fb746
Do not publish coverity submission to azure (#10274) 2022-02-10 19:09:36 +03:00
Vladimir Gavrilov
7b1b6f22e5
Added i64 and i32 as admissible element types of input port 0 into op::v4::Interpolate::validate_and_infer_types(). (#10263) 2022-02-10 18:59:38 +03:00
Anton Pankratov
7c455c7f23
Removed ov::Any rvalue cast (#10267) 2022-02-10 18:53:21 +03:00
hyunback kim
efbfd957ff
[GPU] Enable disabled network fro oneDNNv2.6-pc2 (#10226)
Some networks newly uses wtags in oneDNN.
Add g_os_is_yx_osa2_isa8_osv8_isv2

Signed-off-by: hyunback <hyunback.kim@intel.com>
2022-02-10 18:13:33 +03:00
Anton Chetverikov
50dffb80bb
Add missed DeformableConvolution to back transformations (#10255) 2022-02-10 17:20:11 +03:00
Anastasiya Ageeva
87f8ff5918
Reviewed header files for new APIs (#9873)
* Reviewed header files for new APIs

* Update compiled_model.hpp

* Resolved conflicts

* Implemented review comments

* Fixed code style issues

* Fixed code style issues

* Fixed code style issues

Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
2022-02-10 17:12:18 +03:00
Anton Chetverikov
9af8d9339c
[MO] Avoid maskedconstant to array conversion (#10233)
* Avoid maskedconstant to array conversion

* remove redundant input

* Add link to github issue
2022-02-10 16:24:05 +03:00
Sergey Shlyapnikov
bc21e52912
[GPU] Fix FC 3D input size propagation and bias fusion (#10249) 2022-02-10 16:16:12 +03:00