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
Anton Grishin
d94cff59a3
[GNA] Add PReLu and LeakyReLu activations in tests ( #10194 )
...
original commit #9414
2022-02-10 16:15:47 +03:00
Andrey Zaytsev
54f56be077
Feature/azaytsev/docs update openvino readme ( #10270 )
...
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295 )
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988 )
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Updated openvino_docs.xml
* Updated the link to software license agreements
* Revert "Updated the link to software license agreements"
This reverts commit 706dac500e
.
* Added POT, replaced IE with OV Runtime
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
2022-02-10 15:44:35 +03:00
Aleksandr Korolev
8b7aeb7f52
[VPU] Coverity fixes ( #10090 )
2022-02-10 15:31:00 +03:00
Evgenya Stepyreva
9ad09f2120
Shape inference adoption for dimension tracking ( #10016 )
...
* Shape inference adoption for dimension tracking
* Style
* test adj
* tests fixed
2022-02-10 15:30:18 +03:00
Anton Voronov
d5c837cc1b
[CPU] added some legacy parallel methods to fix perf issues ( #9758 )
2022-02-10 15:13:05 +03:00
Andrei Molotkov
80be557605
[GPU] Fix Backpropagation issue with BS >= 16 ( #10228 )
2022-02-10 14:53:27 +03:00
Ilya Lavrenov
ea26ec32b3
Removed runtime namespace ( #10231 )
2022-02-10 14:53:13 +03:00
Alexey Lebedev
d484411f39
[tools] Fix image_info detection in benchmark app ( #10192 )
...
* Fix image_info detection
* exception instead warning in case input data is not compatible with input
2022-02-10 14:32:56 +03:00
Andrew Kwangwoong Park
51c89dff26
[GPU] Fix detection output stage-0 kernel ( #10262 )
...
- Change the constant value to the maximum work group size
- Add CLK_GLOBAL_MEM_FENCE barrier to synchronize storing result in intermediate buffer
- Add condition to prevent access local array out of range
Signed-off-by: Andrew Kwangwoong Park <andrew.kwangwoong.park@intel.com>
2022-02-10 19:43:16 +09:00
Evgenya Stepyreva
89c3a18f83
Fix TensorIterator dynamic rank output ( #10247 )
...
* Fix TensorIterator dynamic rank output
* style
2022-02-10 13:03:16 +03:00
Ivan Tikhonov
3f0e532dce
Fix the issue in values_from_const method in OVTF integration with TF FE ( #10225 )
...
* Fix the issue in values_from_const method in OVTF integration with TF FE
* fix comment
2022-02-10 11:33:42 +03:00
Min, Byungil
334e9e994e
Revert WA for onednn first conv ( #9783 )
...
+ Reverted WA for fsv32 format first conv
+ Applied blocked input format bsv8fsv4 & bsv8fsv2 for onednn first conv
+ Implemented onednn usage for first conv of feature size 1
+ Added new weight format ABcd16a4b
+ Bugfix in fetch_weight
+ Updated thirdparty onednn_gpu
+ Known issue : AcdB16a4b is not supported
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2022-02-10 12:12:09 +09:00
Bartek Szmelczynski
36de4e8e28
[Model Enablement] fix default onnx domain ( #10106 )
2022-02-10 03:16:24 +03:00
Gleb Kazantaev
87c6e09cae
Fix Add/MulFQFusion transformations ( #10252 )
2022-02-10 01:22:16 +03:00
Maxim Andronov
36afedd93d
[CPU] Increase executor cache capacity ( #10232 )
2022-02-09 21:49:37 +03:00
Alexandra Sidorova
fce49e6d80
[Transformations] Added interchangeable reshape elimination ( #9691 )
...
* [Transformations] Added interchangeable reshape elimination
* Applied comments #2
* returned Reshape in condition
* applied comments #3
* applied comments #4
* added comment in plugin with reason about transformation
2022-02-09 21:11:49 +03:00
Mikhail Ryzhov
a002b26294
Fixed import for the new api 2.0 ( #10175 )
2022-02-09 20:51:49 +03:00
Vladislav Golubev
d28f8b7857
[LPT] Security fixes ( #10243 )
2022-02-09 20:46:39 +03:00
Tomasz Dołbniak
aedd902cd8
Use double quotes in JSON analysis ( #10237 )
2022-02-09 20:41:49 +03:00
Egor Shulman
840d2fb80d
[CPU] Coverity fixes ( #10207 )
2022-02-09 20:39:50 +03:00
Gorokhov Dmitriy
6ea20340d1
[CPU] Fixed out of bounds read in JIT planar convolution ( #7025 )
2022-02-09 20:26:57 +03:00
Irina Efode
a37195492c
[IE TESTS] Add exception to comparation to provide correct conformance results ( #10197 )
...
* [IE TESTS] Add exception to comparation to provide correct conformance results
* Apply comments
2022-02-09 19:15:00 +03:00
Nikolay Tyukaev
e81ca9f975
DOCS: change doc tests ( #10213 )
...
* change doc tests
* fixes
* fixes
* fixes
* fixes
* fixes
2022-02-09 18:28:54 +03:00
Maxim Shevtsov
c0a375f844
adding I64/U64 support to the auto-batching ( #10234 )
...
* adding I64/U64/etc support
* inputs precisions tests instantiations for the GPU and BATCH:GPU
2022-02-09 18:28:13 +03:00
Mikhail Nosov
f56c640550
SmartReshape: support Param->Convert->Reshape->Proposal pattern ( #10204 )
...
Current SmartReshape finds matched to Param->Reshape->Proposal patterns
For FP16 models, there is additional 'Convert' is inserted after 'Parameter'.
It causes transformation is not applied and 'ov::set_batch' or CNNNetwork::set_batch will throw
Proposal1Scales and Proposal4Scales transformations were updated to handle these conditions
2022-02-09 17:44:54 +03:00
Tomasz Dołbniak
a60c110b96
Use i64 for ONNX Split attribute ( #10203 )
2022-02-09 17:30:00 +03:00
Vitaliy Urusovskij
c186069025
Fix several coverity issues ( #10205 )
...
* Update def value for GetParamAsBool() in legacy parseParams()
* Remove extra check from legacy convertFunctionToICNNNetwork()
2022-02-09 15:43:04 +03:00