Commit Graph

8648 Commits

Author SHA1 Message Date
Sebastian Golebiewski
6b4fa954b7
Model-Formats-fix (#13386)
Standardized Additional Resources section for Supported Model Formats along with fixing some ref links in articles.
2022-11-02 09:58:49 +01:00
Maciej Smyk
ad3fd7c71e
DOCS: Model Optimizer Usage fix port to master (#13454)
* ref link fix
2022-11-02 09:55:58 +01:00
Sebastian Golebiewski
ad1bd95e7b
Fixing indentation in Build Plugin Using CMake (#13477)
Minor fixes that correct indentation of code snippets and note admonitions.

Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
2022-11-02 09:51:28 +01:00
Sebastian Golebiewski
3e1a8f9f99
DOCS: Replace image in Protecting Model Guide - for master (#13631)
* Replacing image with a scalable svg file

Replacing image in Protecting Model Guide -changing the png image to scalable svg format.
Removing image project files.
2022-11-02 09:48:17 +01:00
Luo Cheng
5537ee9625
disable gen control flow testcases (#13732) 2022-11-02 16:34:03 +08:00
Sergey Shlyapnikov
a1b496e051
[GPU] Default context for each device (#13658)
* [GPU] Add default context for each device

* [GPU] Replace operator== overloading with independent function
2022-11-02 11:04:56 +04:00
Sergey Lyalin
311f4cb064
Update add_openvino_ops.md (#13768)
More clear direction for Python users who face the need to implement a new op.
2022-11-02 10:51:45 +04:00
Oleksandr Zhydkov
329e22e5d6
[GPU] Tile blocked layouts support (#12480)
* add tile blocked layouts support

* build fixed
2022-11-01 22:38:13 -07:00
Oleksandr Zhydkov
4324dcf695
[GPU] Gather tree blocked layouts support (#12803)
* added gather tree blocked layout support

* gather tree blocked layout support review cleanup

* gather tree blocked layout support review cleanup

* gather tree blocked layout support review cleanup

* gather tree blocked layout support review cleanup

* gather tree blocked layout support review cleanup

* build fixed
2022-11-01 22:31:57 -07:00
Paul Youngsoo Ahn
f7005ca297
[GPU] Allow crop optimization for static shape(#13710) (#13710) 2022-11-01 21:59:18 -07:00
Ekaterina Aidova
b48d13c781
[OMZ]: relax torch dependencies (#13762)
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2022-11-02 08:24:42 +04:00
Ilya Lavrenov
c40d225b6f
Removed duplicated files from OpenVINO wheel (#13725) 2022-11-02 07:58:58 +04:00
Andrei Kochin
592e250714
[MO TESTS] replace Caffe2 backend with ONNX RT (#13759)
* [MO Tests] Replace Caffe2 backend with ONNX RT

* fix broken PReLU test - broadcastable shape

* xfail GPU test
2022-11-01 23:13:47 +00:00
Eddy Kim
e55e987456
[GPU] copying required information at inference time to primitive_inst and kernel_impl_params (#13733)
* usage of program and program_node are changed to use kernerl_impl_params

* pointer to network is replaced with reference

* moved primitive specific parameters out of kernel_impl_params

* use impl_params instead of program_node in onednn_impl

* relocate params from impl_params to primitive_inst

* added conditional directives around fused_desc_onednn

* removal of unnecessary changes

* node_output is separated from impl_param->output
2022-11-01 09:45:57 -07:00
Vladimir Paramuzov
af9724e8da
[GPU] Baseline for enabling GPUs from other vendors (#12577) 2022-11-01 18:02:29 +04:00
Ilya Lavrenov
7595fd4c4e
Improvements in rpm / debian build (#13750)
* Improvements in rpm / debian build

* Fixed several debian warnings

* Supported old gflags from CentOS 7

* Reverted back OpenCV version

* Fixed clang-format
2022-11-01 18:02:07 +04:00
Tomasz Dołbniak
a2c842bd74
Unique-10 operator (#13532) 2022-11-01 11:44:51 +01:00
Roman Kazantsev
77b3faeb55
[TF FE] Refactor translators for Select and SelectV2 and test it (#13699)
* [TF FE] Refactor translators for Select and SelectV2 and test it

It fixes a case when the condition of a smaller rank than operands in Select
Separately added tests for Select and SelectV2
Do not mix-up Select with Where, so tests for Where are moved to test_tf_Where.py

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

* Revert extra changes

* Apply code-review feedback: support undefined rank

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
2022-11-01 12:38:20 +04:00
Roman Kazantsev
af99d52ee4
[TF FE] Add translator for IsFinite and test it (#13728)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-11-01 06:56:13 +00:00
Jade Cho
f90bd6b524
[GPU][DG2] Select cldnn reduce kernel when dtype of input/output is FP32. (#13747) 2022-11-01 13:43:39 +09:00
Jade Cho
54ea15fbf9
[GPU] Fix a bug that occurred when the optimized layer is executed. (#13568) 2022-11-01 13:43:09 +09:00
Konstantin Beluchenko
d31c9b0b3a
program_node refactoring (#13576) 2022-10-31 21:03:35 -07:00
Mykhailo Hnap
ca31a4f1c7
[GPU] Fix IRDFT output rank. (#13630) 2022-10-31 21:02:59 -07:00
Roman Kazantsev
c6dda68387
[TF FE] Refactor translators for Reverse, ReverseV2 and test it (#13602)
* [TF FE] Refactor translators for Reverse, ReverseV2 and test it

Make these operations reshapeable. Add layer tests for them to the pre-commit

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

* Apply code-review feedback: simplify checks in Reverse

* Apply the rest of code-review feedback: simplify code for Reverse

* Remove redundant check for axes

* Apply code-review feedback: support dynamic rank

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-11-01 07:39:41 +04:00
OlehKravchyshyn
ebbf5e3f10
[GPU] add blocked format to experimental detectron detection output (#12561)
* [GPU] add blocked format to experimental detectron detection output

* [GPU] add this kernel in whitelist of program.cpp

Co-authored-by: ozhydkov-lohika <ozhydkov@lohika.com>
2022-10-31 17:50:10 -07:00
Mykhailo Hnap
4e519eb110
[GPU] Implement GridSample-9 (#13460)
* [GPU] Implement GridSample-9

* [GPU] Implement kernel GridSample-9

Co-authored-by: ozhydkov-lohika <ozhydkov@lohika.com>
2022-10-31 13:16:27 -07:00
Irina Efode
53c9197354
Enable call set_device_name (#13340)
* [IE TESTS] Using Gflags instead of parsing command-line options

* Apply infra for suffix

* remove extra

* Squashed commit of the following:

commit c249f5d581
Author: iefode <irina.efode@intel.com>
Date:   Thu Oct 6 11:56:11 2022 +0400

    Fix default values for command-line argument

commit b2dbb4418c
Author: iefode <irina.efode@intel.com>
Date:   Wed Oct 5 18:09:22 2022 +0400

    rename gflags config

* Fix errors

* Remove gflag using

* Remove gflags

* Remove extra

* fix build
2022-10-31 14:06:56 +03:00
Artur Kulikowski
0aeb3d8151
Add ONNX model metadata to ov::Model (#13712)
* Add ONNX model metadata to ov::Model

* Add correct path to onnx models
2022-10-31 08:15:26 +01:00
Xuejun Zhai
af5e06bb8b
[C API] fix warning as error issue (#13671)
Signed-off-by: Zhai <xuejun.zhai@intel.com>

Signed-off-by: Zhai <xuejun.zhai@intel.com>
2022-10-31 04:57:58 +03:00
Sungeun Kim
eeabb86b80
[GPU] set bfyx to input format for shallow conv (#13614)
* set bfyx to input format for shallow conv
2022-10-31 10:22:39 +09:00
Taylor Yeonbok Lee
454bc61018
Fix error in perpare_buffer_fusing w.r.t accessing invalid output layout (#13723) 2022-10-29 00:00:09 -07:00
Anastasia Kuporosova
bb296fcb11
[PyOV] some fixes and improvements in python tests (#13656)
* [PyOV] mark device dependent test

* fix assert in test

* fix assert error
2022-10-29 08:00:49 +02:00
Eddy Kim
daec2605e4
[GPU] changing references to pointers for GPU graph serialization (#13559)
* cldnn serialization

* read layout from _impl_param instead of node

* changed ref in kernel_impl_param to pointer

* removed serialization utils

* removed serialzation related changes

* restored references in function arguments

* remove trailing spaces

* revert change in bs_x_bsv16

* fix to rebase
2022-10-29 04:39:51 +03:00
Sun Xiaoxia
0e60489df4
fix performance degradation on windows platform (#13705) 2022-10-29 02:57:18 +03:00
Georgy Krivoruchko
1a35726f51
Changed behavior of SubgraphDumper in case of Constans (#13678) 2022-10-29 01:51:13 +04:00
Roman Kazantsev
22de883e6e
[Core] Fix leftovers from PR13581 (#13693)
* [Core] Fix leftovers from PR13581

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

* Revert incorrect change for shrink axis

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-10-28 23:15:27 +03:00
Irina Efode
04f09ba0c0
Fix Warning in ARM Post-Commit build (#13689)
* Fix ARM Post-Commit build

* Update locale.cpp

* test

* revert

* Remove format-truncation skip

Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
2022-10-28 19:21:13 +04:00
Sergey Shlyapnikov
6c6b3666a4
[GPU] Add additional condition for VA surface buffers detection (#13691) 2022-10-28 18:19:02 +03:00
Evgenya Stepyreva
cd76557df5
Make Resize Bilinear infer in f32 (#13650) 2022-10-28 18:26:14 +04:00
Artyom Anokhov
769d87b400
debian.cmake: Suppress openvino_latest ubu18 description-starts-with-package-name error (#13714) 2022-10-28 16:38:16 +04:00
Krzysztof Bruniecki
7196a0cfd2
[SAMPLES] Remove unneeded GNA clock multiplier in performance counters (#13657) 2022-10-28 13:43:25 +02:00
Ilya Churaev
578df5486a
Kill old actions in case of new changes (#13700)
* Kill old actions in case of new changes

* Some new changes

* Revert redundant line
2022-10-28 15:16:46 +04:00
Ilya Churaev
d80636c56c
Try to suggest clang format changes (#13685)
* Enable reviewdog for clang-format

* Change pipeline

* Add github tocken

* Revert "Add github tocken"

This reverts commit dfe759a56d.

* Revert "Change pipeline"

This reverts commit e7908202e9.

* Fixed code style
2022-10-28 15:15:49 +04:00
Ilya Churaev
fa50e35bb8
Extended error messages (#13647) 2022-10-28 15:14:23 +04:00
Bartek Szmelczynski
464e0aae72
Support Unsqueeze-13, Squeeze-13 in MO (#13391) 2022-10-28 13:01:21 +02:00
Evan
6913a8ad39
Docs: Rewrite "Install OpenVINO Development Tools" page (#13348)
* docs: rewrite intro section

* docs: finish updates

* docs: minor updates

* docs: add that Python is recommended for new users

* Update docs/install_guides/installing-model-dev-tools.md

* Update docs/install_guides/installing-model-dev-tools.md

* Update docs/install_guides/installing-model-dev-tools.md

* Update docs/install_guides/installing-model-dev-tools.md

* Update docs/install_guides/installing-model-dev-tools.md

* Update docs/install_guides/installing-model-dev-tools.md

* Update docs/install_guides/installing-model-dev-tools.md

* Update docs/install_guides/installing-model-dev-tools.md

* Update docs/install_guides/installing-model-dev-tools.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com>
2022-10-28 18:09:39 +08:00
Ilya Churaev
eb936e9f34
Fixed build (#13701)
* Fixed build

* Change if opset
2022-10-28 11:35:24 +04:00
Min, Byungil
6ffaa393d5
[GPU] Remove WA for cldnn Reduce fallback (#13663)
+ Use oneDNN reduction when it has fused eltwise

Signed-off-by: Min, Byungil <byungil.min@intel.com>
2022-10-28 16:23:02 +09:00
Krzysztof Bruniecki
fdd047edb9
[GNA] Fix offset and size computation for Crop (#13400)
Fix GetCropParams
    Add test to reproduce crop isue from ticket
    Use convolution in the test
    Cleanup get dim getters using backoffset
2022-10-28 08:46:19 +02:00
Sebastian Golebiewski
cc1dd0bf1a
Updating the large_batch_approach.svg image (#13704)
Uploading a new version of the image.
2022-10-28 08:24:29 +02:00