Commit Graph
10221 Commits
Author SHA1 Message Date
Ivan 83ab2cc5f6 Merge branch 'itikhono/ts/slice' of https://github.com/itikhono/openvino into itikhono/ts/slice 2023-03-17 16:09:35 +04:00
Ivan 1f8fdfb353 fix warnings 2023-03-17 16:06:15 +04:00
Ivan 66d16ae45e fix minor mistakes 2023-03-17 00:07:44 +04:00
Ivan 1ac7690d42 Merge remote-tracking branch 'upstream/master' into itikhono/ts/slice 2023-03-17 00:02:39 +04:00
Ivan f1dc3702f1 TSReduction refactoring, move Unsqueeze/Squeeze transformations to separate files, added limited support for Reshape op + tests 2023-03-16 23:48:10 +04:00
Tikhonov Ivan 88ddbb2437 codestyle 2023-03-16 16:16:59 +00:00
Denis Orlov 6ffa8da922 Fix documentation (md and inline) for C++ and Python spech samples (#16185)
* Fix documentation (md and inline) for C++ and Python spech samples

* Fix clang-format

* Minor fix

* Fix clang-format

* Fix a typo

* Fix according to Mike's review

* Fix clang-format
2023-03-16 15:44:12 +00:00
Tomasz Dołbniak 6762fe692d Interpolate-11 spec + core op (#16162) 2023-03-16 14:37:57 +01:00
Tatiana Savina 8a7956e3cb DOCS shift to rst transformations (#16269)
* transformations to rst

* fix snippets

* fix links

* add sphinx directive

* change img path

* fix snippet path

* fix link

* fix anchor

* fix transformation image

* fix reference

* fix reference anchor

* fix matcher pass link
2023-03-16 13:57:18 +01:00
Marcin Kacprzak 91b9675bed [GNA] Replace log::warning() with THROW_GNA_EXCEPTION for unsupported Concat (#16144) 2023-03-16 12:41:38 +00:00
Xiuchuan ZhaiandMaksim Kutakov 9229b4967e [CPU] optimize shape infer of stridedslice (#16069)
* optimize shape infer of stridedslice

* Update src/plugins/intel_cpu/src/nodes/strided_slice.cpp

Co-authored-by: Maksim Kutakov <maxim.kutakov@gmail.com>

* Update src/plugins/intel_cpu/src/nodes/strided_slice.cpp

Co-authored-by: Maksim Kutakov <maxim.kutakov@gmail.com>

* Update src/plugins/intel_cpu/src/nodes/strided_slice.cpp

Co-authored-by: Maksim Kutakov <maxim.kutakov@gmail.com>

* fix accoding to comments

* re-use get_sliced_value func

* re-use get_sliced_value func

---------

Co-authored-by: Maksim Kutakov <maxim.kutakov@gmail.com>
2023-03-16 12:27:14 +01:00
Karol Blaszczak a72b9bac2f [DOCS] shift to rst - resources (#16256) 2023-03-16 12:10:27 +01:00
Jan Iwaszkiewicz 0372ca929a [PyOV] Constant/Tensor from scalars (#16270) 2023-03-16 11:15:19 +01:00
Tatiana Savina c18f3824b0 DOCS shift to rst Custom operations (#16254)
* move to rst

* move to rst

* change intro

* fix_directive

* fix code snippets

* sphinx snippets fix

* change link

* align tab

* snippet path fix

* fix code snippet path

* fix code snippets

* fix hyperlink

* change format

* change intro

* fix list format
2023-03-16 10:55:39 +01:00
Wilson Seok 461cc2aee8 change activation position in reorder_data_bfyx_to_blocked_format kernel (#16307) 2023-03-16 17:48:23 +09:00
Ilya Churaev 790f74c01c Update building and plugin testing docs (#16333)
* Update building and plugin testing docs

* Fixed typo
2023-03-16 12:39:06 +04:00
Ilya Churaev fbc420093d Fix Loaded from cache for new plugin API (#16301)
* Extend template plugin tests

* Fixed loaded_from_cache for new API

* Added const

* Added ov::loaded_from_cache as supported property of CompiledModel

* Remove loaded_from_cache from core

* Reverted logic for old plugins

* Fixed comments

* Fixed build
2023-03-16 12:29:56 +04:00
Xiping Yan 2194552dc5 [CPU] Fix crash issue: RuntimeError: Primitive descriptor was not found for… (#16186) 2023-03-16 10:17:06 +04:00
Andrei Gorbachev 2f3ae4518e [GPU] Fix warnings (#16196)
* fix 1

* fix 2-10

* fixed code style

* fixed win plugin

* fixed linux plugin

* fixed a part of tests

* fixed test fot linux

* fixed pooling_gpu_test fot linux

* fixed pooling_gpu_test fot linux

* fix after review and enable wd4267 in makefile

* fix after review

* errors of unit test are fixed
2023-03-16 09:29:16 +04:00
Xuejun Zhai 05866f05ea Update ONNX Runtime from rel-1.8.1 to rel-1.14.0 (#16184)
* Update ONNX Runtime from rel-1.8.1 to rel-1.14.0

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

* Upgrade Cmake to 3.24.0

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

* Revert "Upgrade Cmake to 3.24.0"

This reverts commit 04a00f60c0.

* Update CMake to version 3.24.0

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

* Skip CApiTest.test_custom_op_openvino_wrapper_library test for tmp, will add back with the new ONNX Runtime version

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

---------

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-03-16 07:14:51 +04:00
Karol Blaszczak 0e1df68263 DOCS-image-fix-fix (#16324) 2023-03-15 19:41:38 +01:00
Irina Efode 072acc1ea7 Fix win run (#16309)
* ix conformance on win

* fix summarizer

* try
2023-03-15 19:45:21 +04:00
Ilya Churaev 8189d18648 Revert ITensor leftovers (#16316) 2023-03-15 18:44:12 +04:00
Sebastian Golebiewski 0d5b5b187d [DOCS] Adding 'Scrollbox' - new sphinx directive (#15305) 2023-03-15 15:23:20 +01:00
yanlan song 6ff02f5e25 remove invalid cases (#16234)
Signed-off-by: fishbell <bell.song@intel.com>
2023-03-15 13:58:48 +00:00
Ivan Tikhonov e1ee8f0ec8 TransposeSinking refactoring: part 2 (class names, folders, file names) (#16291)
* Add descriptions to the transformations, add additional checks

* fix a warning

* TransposeSinking Rafactoring part2: move the transformations to a separate folder, align namespaces

* TransposeSinking refactoring: class names, namespaces

* codestyle

* resolve merge conflicts
2023-03-15 17:18:39 +04:00
Ivan 2bc1334f65 Merge branch 'itikhono/ts/refactoring' into itikhono/ts/slice 2023-03-15 17:10:30 +04:00
Vladimir Paramuzov 28d3e1087e [GPU] Fix strided slice kernel with begin/end/stride as inputs (#16302) 2023-03-15 16:25:45 +04:00
Ivan ce84ce24ec Merge remote-tracking branch 'upstream/master' into itikhono/ts/slice 2023-03-15 16:25:41 +04:00
Maciej Smyk d59d8ba3a2 DOCS shift to rst - Additional Configurations (#16284) 2023-03-15 12:21:16 +01:00
Sebastian Golebiewski 523c587d29 DOCS shift to rst - Troubleshooting Reshape and NoDynamicShapes (#16304) 2023-03-15 11:58:57 +01:00
Maciej Smyk bd1b00d654 DOCS shift to rst - OpenVINO™ Security Add-on (#16251) 2023-03-15 11:57:54 +01:00
Tomasz Jankowski 0f9583c3cf [Transformations] Nop-eliminate 1D Reshape node (#16083)
* Nop-eliminate 1D Reshape node

* Don't eliminate checking Reshape node
2023-03-15 14:43:46 +04:00
Tingqian Li fdc2664b24 fix special FQ node (#14594)
* fix special FQ with zero range in quantized models

* fix format & comments

* Add test case

* remove dot interval test case from smoke_LPT/FakeQuantizeTransformation.CompareFunctions

* Remove dot interval gpu test case because Pooling is also folded

* handle review comment

* fix code style

* update docs

* remove fold_zero_multiply
2023-03-15 10:13:29 +00:00
Katarzyna Mitrus f0c153858b [ShapeInference] EmbeddingBag-Offsets/Packed-Sum shape infer improvements (#16072)
* shape_infer

* Register EmbeddingBagPackedSum shape_nfer for CPU

* Tests

* Merge shapes to preserve 2rd input info

* More label tests

* Add emb_table size check

* rename shape infer file

* Add more tests

* Update constexpr

* Use OV_EXPECT_THROW

* Style

* Reuse emb_table for dynamic rank

* Add common util to calculate emb output shape

* Update embd shape infer to use common util

* Update embedding shape infer util
2023-03-15 11:12:57 +01:00
Katarzyna Mitrus 69ba802e03 [ShapeInference] EmbeddingSegmentsSum shape infer improvements (#16119)
* Update shape_infer

* type prop tests

* Preserve interval and label from input

* Add more tests

* Add emb table scalar check

* Update to use OV_EXPECT_THROW

* Update constexpr

* Code refactor
2023-03-15 11:05:52 +01:00
Maciej Smyk 76f29f8532 DOCS shift to rst - Installing OpenVINO (#16311) 2023-03-15 10:57:03 +01:00
Pawel Raasz bdf1923972 Review bucketize shape inference (#16136)
* Review bucketize shape inference:
- check interval dimension and label propagation
- check template shape_infer implementation
- minor refactoring and add tests

* Add missing using of namespaces
2023-03-15 10:19:57 +01:00
Karol Blaszczak ab684036f4 DOCS-image-fix (#16308) 2023-03-15 10:16:55 +01:00
Sebastian Golebiewski a3d53c0415 DOCS shift to rst - Heterogeneous execution (#16285) 2023-03-15 09:57:30 +01:00
Sebastian Golebiewski 85f80f2a03 DOCS shift to rst - Stateful Models and LowLatency articles (#16288)
Fixing directives for snippets and inline code blocks. Shifting to reST.
2023-03-15 09:56:37 +01:00
Karol Blaszczak d774cc65a9 DOCS shift to rst - cpu n gna (#16252) 2023-03-15 09:39:09 +01:00
Georgy KrivoruchkoandRoman Kazantsev 36c18e29a8 [TF FE] Added Tensorflow CTCLoss layer test (#13644)
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-03-15 08:18:29 +00:00
Maciej SmykandTatiana Savina 4b7b3fb0ae DOCS shift to rst - Openvino Ecosystem article update (#16050)
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2023-03-15 08:51:49 +01:00
Daria Ilina e4f44b19fd Mark all failed ONNX layer tests as skip (#16188)
* Mark all failed ONNX layer tests as XFail

* Add additional xfailed marks

* Add one more failed tests into XFail

* Add conditions for CPU/GPU failures

* Revert "Add conditions for CPU/GPU failures"

This reverts commit 790524c59c.

* Add failures separation for CPU/GPU

* Replace all xfail with skip
2023-03-15 12:22:32 +06:00
Vladimir Paramuzov e44fd03d2a [GPU] Shape agnostic concat kernel + refactoring (#16170) 2023-03-15 09:47:31 +04:00
Ilya Churaev 4b7d1d9f50 Remove redundant clone from Serialize pass (#16277)
* Remove redundant clone from serialize pass

* Revert padding changes in serialize pass

* Provide a class for local copy of nodes with paddigs

* Fixed comments
2023-03-15 07:23:54 +04:00
Ivan 4b9e048e18 resolve merge conflicts 2023-03-14 22:54:33 +04:00
Ivan 169a722212 Merge remote-tracking branch 'upstream/master' into itikhono/ts/refactoring 2023-03-14 22:48:22 +04:00
Eddy Kim e348481849 [GPU] Transformed IR serialization for dynamic models (#16169)
* IR serialization for dynamic models

* added ShapeOf1To3 transformation pass

* fixed input output type mismatch

* removed unnecessary codes

* moved ConvertShapeOf1To3 from common to GPU plugin

* updated copyright year

* fixed build errors
2023-03-14 11:03:02 -07:00