Tomasz Adamowicz
86ed1e93b6
[Gna] [coverity]fixes ( #17122 )
...
* [Coverity] Fix: CID 1502468 - Not restoring ostream format
* [Coverity] Fix: CID 1502524 - Dereference null return value
* [Coverity] Fix: CID 1509007 - Uncaught exception
* [Coverity] Fix: CID 1505779, 1505781, 1505783 and 1505786 - Dereference null return value
* [Coverity] Fix: CID 1502503 - Using invalid iterator
* Revert "[Coverity] Fix: CID 1502524 - Dereference null return value"
This reverts commit b605a493ae
.
2023-04-24 14:04:30 +01:00
Maksim Kutakov
f8522a6ea1
[CPU] Rnn weights repacking ( #16992 )
2023-04-24 15:48:57 +04:00
Vladislav Golubev
f410658d32
[LPT] AddTransformation fix ( #17076 )
...
* [LPT] AddTransformation: constants on 0's input support
* AddTransformation: new test instances
* codestyle
2023-04-24 12:15:01 +01:00
Edward Shogulin
a3f14366d9
[LPT] Extending EliminateFakeQuantize transformation (two interval boundaries) ( #17140 )
...
* [LPT] EliminateFakeQuantize extending
* tests
* folding quick fix
2023-04-24 11:58:00 +01:00
Ilya Lavrenov
a34ef680f2
Made plugins.hpp generation to be CONFIG dependent ( #17139 )
2023-04-24 14:48:45 +04:00
Vladimir Paramuzov
faba5fb71e
[Transformations] Add threshold for const comparison in Gelu fusion pass to fuse with fp16 precision ( #17042 )
2023-04-24 14:37:31 +04:00
Vladimir Paramuzov
e8ae1e41ea
[GPU] Skip FC fake alignment for some vector by matrix multiplications ( #17051 )
2023-04-24 14:34:50 +04:00
dependabot[bot]
eac265722f
Update networkx requirement from <=2.8.8 to <=3.1 in /tools/pot ( #16745 )
...
Updates the requirements on [networkx](https://github.com/networkx/networkx ) to permit the latest version.
- [Release notes](https://github.com/networkx/networkx/releases )
- [Commits](https://github.com/networkx/networkx/compare/networkx-0.23...networkx-3.1 )
---
updated-dependencies:
- dependency-name: networkx
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 13:37:35 +04:00
hyunback kim
63f5c2f0e7
[GPU] Fix levit-128s accuracy issue ( #17136 )
...
* [GPU] Fix levit-128s accuracy issue
Wrong batch dims for fused eltwise of gemm.
-> The issue is getting incorrect batch size of fused eltwise used by gemm.
Its rank is different from src tensor. Eltwise tensor rank was reduced by mistake.
It is only reproduce in batch 1 and full tensor.
The batch size in here means all of non spatial dims, but previous implementation was default batch dim role.
Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-04-24 18:16:00 +09:00
Pavel Esir
6ff0cad127
Fix mixed precision inference for quantized IRs ( #16785 )
...
* disable mixed precision inference for quantized IRs
* typo fix
* improved solution, disable mixed precision in quantized IRs selectively only for float nodes
* minor typos correction
* added unit-tests
* renamed rt_info
* updated list of nodes for which FQ is propagated; updated unit-tests
* fix failing build
2023-04-24 13:13:04 +04:00
Maxim Vafin
01065338ef
Fix MO IR Reader extender for StridedSlice to support empty begin and end masks ( #17019 )
2023-04-24 13:08:28 +04:00
Tatiana Savina
aa5b6ecac2
DOCS shift to rst - Opset S ( #17158 )
...
* ops to rst
* fix errors
* formula fix
* change code
* console directive
* vsplit try hoghlight
* fix code snippets
* comment fixes
* fix list
2023-04-24 11:02:30 +02:00
Tatiana Savina
b3ea6ceefa
DOCS shift to rst - Opset R ( #17159 )
...
* ops to rst
* sphinx transition
* try html tag
* try comment
* try code directive
* try code directive
* try highlight
* try concole directive
* try line directive
* add highlight for code
* another directive
* introduce consoke directive
* add code format
2023-04-24 11:02:09 +02:00
Fang Xu
656d7fe380
prebuilt oneTBB binaries for ARM64 ( #16904 )
...
* use oneTBB for arm64
* force THREADING=TBB
* test: remove TBB_DIR for linux arm64
* update linux and mac arm64 packages
* update SHA256
* add comment
* disable add_rpath for tbb libraries on mac arm64
---------
Co-authored-by: Chen Peter <peter.chen@intel.com>
2023-04-24 09:48:47 +04:00
Daniil Lyakhov
7997354359
POT is depricated ( #16758 )
2023-04-24 09:37:57 +04:00
Vladimir Paramuzov
219a0eebdc
[GPU] Fix 1d onednn convolutions ( #17038 )
2023-04-24 09:24:56 +04:00
Min, Byungil
bb0be3c177
[GPU] Resolve failed onednn tests ( #16990 )
...
* [GPU] Resolve failed unit-tests on dGPU
+ Modified unit-tests of asymetric conv with per channel(WA for oneDNN issue)
+ Modified conv unit-tests with padded input or output
+ For testing oneDNN conv, it needs to query oneDNN about format. Applied this to conv tests.
+ Modified accuracy checking logic in unit-tests which have different format on dGPU.
+ reorder from fsv16 to bfyx should not be optimized out if not aligned by 16
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-04-24 14:11:35 +09:00
Ilya Lavrenov
11c3623ebb
Fixed compilation errors on Linux arm64 ( #17138 )
2023-04-23 21:34:37 +04:00
yanlan song
fed06fcb91
resubmit PR#17006 ( #17137 )
...
* clean up multi code path
Signed-off-by: fishbell <bell.song@intel.com>
* clang
Signed-off-by: fishbell <bell.song@intel.com>
* potential locking issue
Signed-off-by: fishbell <bell.song@intel.com>
* remove unecessary variable
Signed-off-by: fishbell <bell.song@intel.com>
* clear redundunt return syntax
Signed-off-by: fishbell <bell.song@intel.com>
* WR build issue on buntu 2004
Signed-off-by: fishbell <bell.song@intel.com>
---------
Signed-off-by: fishbell <bell.song@intel.com>
2023-04-23 11:56:07 +00:00
Gorokhov Dmitriy
2c450ced24
[CPU] Fixed JIT Reorder impl on Apple targets ( #17134 )
2023-04-23 01:09:03 +04:00
Ilya Lavrenov
26029c2d48
Enabled runtime model tests ( #17131 )
2023-04-22 11:07:36 +04:00
Ilya Lavrenov
462cdb54f8
Enabled convolution_backprop_quantize_type CPU tests on non-x64 ( #17123 )
2023-04-22 01:45:14 +04:00
Ilya Lavrenov
46f8ebfaec
Revert "Fix C API unite test case error ( #17012 )" ( #17128 )
...
This reverts commit 63c0089128
.
2023-04-22 01:44:34 +04:00
Ilya Lavrenov
fbc28297ec
Enabled C-API tests on ARM platform ( #17119 )
...
* Enabled C-API tests on ARM platform
* Fixed ARM CPU plugin test on streams
2023-04-21 22:55:18 +04:00
Ilya Lavrenov
d7b775f583
Updated onednn submodule ( #17126 )
2023-04-21 20:47:37 +04:00
Aleksandr Voron
e31b00c299
[CPU] Enable Python test test_infer_request.test_infer_mixed_values with bool for ARM ( #17111 )
...
* Update test_infer_request.py
* enable all py tests
2023-04-21 19:52:32 +04:00
Anastasiia Pnevskaia
50a6c88ea3
Fix of crashes of convert_model() when executed for different frameworks ( #16968 )
...
* Fix of class conflicts in different frameworks.
* Remove commented code.
* Moved FakeQuantWithMinMaxVars to common part.
* Fixed BOM package test.
* Removed not needed code.
* Removed not needed code.
2023-04-21 19:29:38 +04:00
Maksim Kutakov
793bbb6ee2
Remove dyn batch support from onednn i8 ref conv ( #17106 )
2023-04-21 17:44:00 +04:00
Jan Iwaszkiewicz
88cb428763
[PyOV][DOCS] Added Python advanced inference documentation ( #17090 )
...
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-04-21 15:22:33 +02:00
Maciej Smyk
c4b155edc2
DOCS shift to rst - Opsets C ( #17112 )
2023-04-21 13:30:07 +02:00
yanlan song
304991f88b
Revert "Clean up unused code ( #17006 )" ( #17110 )
...
This reverts commit 359b444558
.
2023-04-21 15:26:01 +04:00
Tomasz Dołbniak
6ea9cc7149
ONNX FE - model loading fix ( #17091 )
...
* Path retrieval fix
* More detailed messages in the failing test
* Exe path with model name
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-04-21 15:25:26 +04:00
Jade Cho
8fbd78fb07
[GPU] Fix a bug of fusing eltwise sum post-op. ( #17078 )
...
+ When input of eltwise is full-tensor constant layer, use binary add
instead of sum as post-op on oneDNN.
2023-04-21 20:17:35 +09:00
Nesterov Alexander
6ad80576b7
[ARM CPU] Fix smoke_if tests ( #17095 )
...
* fix smoke if
* fix smoke if - arm32
* review fix
2023-04-21 14:45:22 +04:00
HARI CHAND BALASUBRAMANIAM
6b44902bf2
Update bug.md ( #16880 )
...
Update the OpenVINO GitHub issue submission template. To allow the submitter to provide more information when submitting an issue.
2023-04-21 02:27:39 -07:00
Sun Xiaoxia
b22d0641cb
fix streams is not correct by latency mode ( #17101 )
2023-04-21 09:21:14 +01:00
Yury Gaydaychuk
4ae7e1ff61
[CPU] Commit slider: safe file opening ( #16755 )
2023-04-21 11:42:42 +04:00
Vladislav Golubev
31efdfd00d
[Transformations] BroadcastTransition transformation ( #16861 )
2023-04-21 11:35:04 +04:00
Chen Xu
70d80a750f
[CPU] Reduce node asymmetrical precision optimization ( #16829 )
2023-04-21 11:00:16 +04:00
Mingyu Kim
ba23e2290e
[GPU] Choose onednn impl for reorder ( #17077 )
...
* [GPU] Choose onednn impl for reorder
* [GPU] Add unit test
2023-04-21 13:56:58 +09:00
yanlan song
359b444558
Clean up unused code ( #17006 )
...
* clean up multi code path
Signed-off-by: fishbell <bell.song@intel.com>
* clang
Signed-off-by: fishbell <bell.song@intel.com>
* potential locking issue
Signed-off-by: fishbell <bell.song@intel.com>
* remove unecessary variable
Signed-off-by: fishbell <bell.song@intel.com>
* clear redundunt return syntax
Signed-off-by: fishbell <bell.song@intel.com>
---------
Signed-off-by: fishbell <bell.song@intel.com>
2023-04-21 04:23:55 +00:00
Sun Xiaoxia
c186ffdf0d
Xiaoxia/stream process refactor ( #16692 )
...
* add _streams_info_table in Executor config
* change useHyperThreading init value
* restore cmake
* fix comments
* add calling enableCpuPinning property
* fix judgment about number of sockets in init_stream
* fix test case compile issue
* fix ci test case fail issue
* modify GetPerformanceStreams calling position
* add affinity in get_cpu_pinning
* modify ecore judgement
* add no binding core on ADL
* fix ci issue, add get_num_numa_nodes()
* fix code style
* fix StreamsHasHigherPriority issue
* fix according to comments
* merge master
* fix build issue
* fix template plugin test case failed issue
* fix build issue
* fix cpu test failed
* Update plugin.cpp
---------
Co-authored-by: Wanglei Shen <wanglei.shen@intel.com>
2023-04-21 01:38:32 +00:00
hyunback kim
344db564fc
[GPU] Fix dump graph failure issue in levit-128s model. ( #17055 )
...
* [GPU] Fix dump_graph failure issue in levit-128s model.
1. to_string() in strided_slice always access begin/end/stride param id from dependencies
regardless of max dependencies.
2. Add an exception in dump_full_node(). It helps below.
- Avoid a dump failure. Usually, graph dump are used during debugging,
which reduces unnecessary debugging time due to graph dump failure.
- You can immediately see which node has failed, making it easy to find it.
Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-04-21 09:14:47 +09:00
Wanglei Shen
14d4fcf827
enable smoke_SetConfigAffinity for ARM ( #17092 )
2023-04-20 20:25:35 +01:00
Anastasia Kuporosova
a8b5ccc03f
[PyOV] Check for glibc version in python test ( #17081 )
...
* [PyOV] Check for glibc version in python test
* fix for no glibc
2023-04-20 19:28:55 +04:00
Karol Blaszczak
0c12ee6015
[DOCS] fix for copyright and trademark glyphs ( #17021 )
2023-04-20 14:11:16 +02:00
Karol Blaszczak
dcfa1f6881
[DOCS] bring back conda guide 23.0 ( #17031 )
2023-04-20 14:09:07 +02:00
Wanglei Shen
70e0eed075
update default affinity for macOS ( #17080 )
2023-04-20 11:50:04 +00:00
Mateusz Bencer
77a5d1aa03
[ONNX FE] Fixed handling duplicates during graph extraction ( #17071 )
2023-04-20 11:10:09 +00:00
Vladislav Golubev
f100c36ac9
[LPT] Revert changes in fold_reshape ( #17068 )
2023-04-20 11:43:59 +01:00