Commit Graph

10473 Commits

Author SHA1 Message Date
Egor Duplenskii
a754473689
[CPU][TESTS] Use run_on_model instead of run_on_function (#16359) 2023-03-17 14:18:09 +00:00
Tomasz Dołbniak
a99a5057e2
TopK v11 -> v3 downgrade transformation (#16339) 2023-03-17 12:40:56 +00:00
Vladislav Golubev
249d57f37e
[Transformations] CompressQuantizeWeights: fp16 weights support (#16323)
* [Transformations] CompressQuantizeWeights: fp16 weights support

* Code style fix

* Code style fix
2023-03-17 14:43:32 +04:00
bstankix
d7c88fd694
Rebuild graph rendering (#16321)
* Bugfix and restyle graphs rendering
2023-03-17 11:36:46 +01:00
Egor Duplenskii
e1e44d6bac
[CPU] Move to oneDNN v3.1 (#15918) 2023-03-17 14:17:55 +04:00
Xuejun Zhai
a9bd5f741d
Xuejun/remove api model (#15924)
* [Remove APIs] remove api m_transformation_callback

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

* [Remove APIs] remove api run_on_function(), replaced by run_on_model()

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

* [Remove APIs] remove set_callback(), use get_pass_config() to configure transformation pipeline

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

* [Remove APIs] remove api add_matcher()

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

* Fix format issue

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

* [Remove APIs] Fix review comments

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

* Fix formast issue

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

* Fix merge master error

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

* Fix CI compiler error

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

* Update ONNX Runtime from rel-1.8.1 to rel-1.14.0

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

* Revert "Update ONNX Runtime from rel-1.8.1 to rel-1.14.0"

This reverts commit e31a9e04b7.

---------

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-03-17 10:44:28 +04:00
Vladimir Paramuzov
bb59672639
[GPU] Fixed shape agnostic scatter nd update kernel (#16319) 2023-03-17 09:57:25 +04:00
Wilson Seok
c5ccb3e954
add condition for activation ceil so it works when data type is fp32 or fp16 only (#16334) 2023-03-17 11:46:44 +09:00
hyunback kim
8d1139b61a
Fix unet3d mlperf dump (#16253)
* Enable dump in unet3d_mlperf

Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-03-17 10:51:40 +09:00
Pawel Raasz
cb241a8e4a
[Core] Non constant support for b2s and s2b nodes (#16290)
* Fix inference for non-const inputs for operators:
- batch to space
- space to batch

* Evaluate of b2s, s2b supports all parameter inputs
- update template plugin test to use parameters instead constants
2023-03-16 20:22:03 +01:00
Irina Efode
0ee8c966b2
[CONFORMANCE] Fix API report (#16338) 2023-03-16 22:15:51 +04:00
Andrew Kwangwoong Park
e4500c7d61
[GPU] Fixes for dynamic model in dGPU (#16298)
Signed-off-by: Andrew Park <andrew.park@intel.com>
2023-03-16 11:09:55 -07: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 Zhai
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
Vladimir Paramuzov
28d3e1087e
[GPU] Fix strided slice kernel with begin/end/stride as inputs (#16302) 2023-03-15 16:25:45 +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 Krivoruchko
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 Smyk
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