Roman Kazantsev
aaa4a4c210
[TF FE] Skip Assert operation and add test ( #16484 )
...
At the conversion stage we can't resolve Assert node because the condition
is computed only during inference time.
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-23 11:49:46 +04:00
Maciej Smyk
17174a3839
DOCS shift to rst - Troubleshooting ( #16483 )
...
* troubleshooting
* code-block fix
2023-03-23 08:39:46 +01:00
Jade Cho
a20b3631fb
Support float64 data type as input of benchmark_app ( #16435 )
2023-03-23 13:55:55 +09:00
Ilya Churaev
a205c675db
Fix leftovers after removing plugins.xml ( #16487 )
...
* Fixed comments
* Rename ie_plugins to ov_plugins
* Remove dependency from tests
2023-03-23 04:32:36 +00:00
Kelvin Choi
6bf2fe11ae
[GPU] Need to exclude fused mem_dep from shape_infer_dep ( #16300 )
2023-03-22 13:00:29 -07:00
Tomasz Dołbniak
951c5fdae9
Interpolate 11 exposed to Python ( #16465 )
2023-03-22 18:12:16 +00:00
Yury Gaydaychuk
5290822f8b
[CPU] Enabled BatchToSpace and SpaceToBatch with nonconstant inputs support ( #16344 )
2023-03-22 16:36:05 +00:00
Irina Efode
6ac5e42b62
[CONFORMANCE] Fix if impossible to remove log ( #16485 )
...
* fix_reporting
* w/a for remove
* Update merge_xmls.py
remove extra
2023-03-22 20:07:47 +04:00
Tomasz Dołbniak
8eb142ca6e
Interpolate v11 -> v4 downgrade transformation ( #16448 )
2023-03-22 17:00:53 +01:00
Ilya Churaev
c23a1170ba
Remove plugins xml ( #16470 )
...
* Update core_impl.cpp
Add first implementation of register_compile_time_plugins (needs to depend on the actual CMake configuration as a next step).
* Update core.cpp
Check for missing plugins.xml
* Update core_impl.cpp
Avoid exception for missing plugins.xml
* Update core_impl.hpp
Add register_compile_time_plugins function definition
* Plugin loading based on CMake configuration
* Remove debug output command
* Unify static/dynamic plugin loading
* Add CMake option for plugins.xml that defaults to off
* Move GENERATE_PLUGINS_XML option to features.cmake
* Add missing brace
* Remove unnecessary #ifdef check
* Prepare to resolve conflicts
* Fix compile error
* Activate generation of plugins.xml in OpenVINODeveloperPackageConfig.cmake
* Fix CMake installation
* Plugin loading logic implemented in ie_core.cpp as well
* Fix format
* Small fixes
* Fixed code style
* Skip if xml file wasn't found
* Added function to find compiled plugins
* Generalize plugins hpp
* Use new API
* Fixed old core
* Fixed static build
---------
Co-authored-by: CSBVision <bjoern.boeken@csb.com>
2023-03-22 15:51:07 +00:00
Jan Iwaszkiewicz
4561aa7109
[PyOV] OVDict class - new return value from inference ( #16370 )
2023-03-22 16:12:07 +01:00
Xuejun Zhai
8509d0dd82
[Deprecated API] remove version
( #16426 )
...
* [Remove version] Remove version from py openvino
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Modify caused by remove version
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Fix clang format issue
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Revert "Fix clang format issue"
This reverts commit 132787286f
.
* Fix CI format issue
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Fix CI format issue
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Fix merge conflict error
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
---------
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-03-22 16:09:14 +01:00
Ilya Lavrenov
1b72352f6f
Fixed CVS-93736 ( #16471 )
2023-03-22 14:20:03 +04:00
Chen Xu
57c91e0c56
[CPU] Fix issue in reducing HW with small channel size in npsc layout ( #16467 )
2023-03-22 13:28:38 +04:00
Sebastian Golebiewski
90100451a3
DOCS shift to rst - Libraries for Local Distribution ( #16469 )
2023-03-22 09:43:44 +01:00
Sebastian Golebiewski
066ef694f5
DOCS shift to rst - Deploying Your Application with Deployment Manager ( #16453 )
2023-03-22 09:42:47 +01:00
Sebastian Golebiewski
2f69305aa3
DOCS shift to rst ( #16445 )
2023-03-22 09:41:59 +01:00
Sebastian Golebiewski
14e70e76fb
DOCS shift to rst - Further Low-Level Implementation Details ( #16444 )
2023-03-22 09:39:32 +01:00
River Li
232c802e07
[CAPI] Add ov::hint::execution_mode property ( #16466 )
2023-03-22 12:18:40 +04:00
Sebastian Golebiewski
cbb25e9483
[DOCS] Proofreading developer documentation moved from wiki. ( #15886 )
...
Minor stylistic and grammar corrections. Fixing links
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2023-03-22 09:08:31 +01:00
hyunback kim
c14e6ef48e
[GPU] Use 4dim directly for onednn in gemm ( #16182 )
...
* [GPU] Use 4-dim directly for onednn in gemm
We were collapsing n-dim into 3d for onednn gemm, But it is not necessary, up to 4d.
Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-03-22 17:08:10 +09:00
Roman Kazantsev
0070e8d939
[TF FE] Fix problems with invalidation of decoders ( #16464 )
...
* [TF FE] Fix problems with invalidation of decoders
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Fix comment
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-22 12:02:59 +04:00
Ilya Churaev
f1c3356cfc
Small Plugin DG changes ( #16432 )
2023-03-22 09:01:16 +01:00
Andrew Kwangwoong Park
04a2c4ce61
[GPU] Add shape agnostic optimized FullyConnectedIMAD kernel ( #16417 )
...
* [GPU] Added shape agnostic kernel for fully_connected_gpu_imad
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Add fully_connected_gpu_imad shape agnostic TCs for ov_gpu_unit_tests
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Apply comments
Signed-off-by: Andrew Park <andrew.park@intel.com>
---------
Signed-off-by: Andrew Park <andrew.park@intel.com>
2023-03-22 08:38:28 +01:00
Przemyslaw Wysocki
6cfea099d8
[PyOV] Align Python API's attributes and methods between its modules ( #15889 )
...
* Complete alignment
* Minor change
* Apply discussion results
* Apply discussion comments
* Clang
* Apply CR
* Code style
2023-03-22 10:22:44 +04:00
Min, Byungil
a71c83d366
[GPU] Resolve eltwise kernel build failure ( #16458 )
...
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-03-22 15:15:02 +09:00
River Li
a204b04fae
fix mem leak ( #16456 )
2023-03-22 09:45:03 +04:00
Xuejun Zhai
95636f7715
[Unicode API] Add wide char for compiler model APIs ( #16180 )
...
* [Unicode API] Add wide char for compiler model APIs
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Avoid duplicated func description
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Fix format issue
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Add unite test for wstring of complie model
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Clear code
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Add unite test for other compile model unicode APIs
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Clear log output
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
* Add parameter of device for compiled model unicode test
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
---------
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-03-22 07:35:24 +04:00
Haiqi Pan
5e98696464
Fix Windows build warnings in template and core tests ( #15967 )
...
* fix C4305
* 1.0f
* Element
* fix c4244
* fix truncation from double to float in grn.cpp
* Revert "fix truncation from double to float in grn.cpp"
This reverts commit 5263b37cb2
.
* fix grn.cpp
* add 4305
* fix low
* add TearDown
* revert softmax.cpp
* pragram
* fix conflicts
* fix conflicts
* size_t -> ov::label_t
* WIN32
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-03-22 07:29:35 +04:00
River Li
d86d94edad
[DOC][CAPI] document for remote tensor ( #16408 )
...
* [DOC][CAPI] document for remote tensor
* Update
* Update minor
* Update GPU_RemoteTensor_API.md
---------
Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
2023-03-22 01:55:51 +04:00
Tingqian Li
b70e56d110
[CPU] Support using BF16 in INT8 models ( #15663 )
2023-03-21 22:39:25 +04:00
Tomasz Dołbniak
234f36e9b7
TopK v11 usage in ONNX FE ( #16449 )
2023-03-21 17:23:29 +00:00
Pavel Esir
d8e7b39edb
flush by recreating constant ( #16430 )
2023-03-21 18:05:11 +04:00
Ilya Churaev
85d9c11b97
Fixed build ( #16442 )
2023-03-21 17:13:20 +04:00
Tomasz Jankowski
0893efe073
[Core] Assure TensorVector comparison uniqueness ( #16232 )
...
* Assure TensorVector comparison uniqueness
* Add test
* Make the flow clear
2023-03-21 16:58:34 +04:00
Liubov Talamanova
d402b6ed3e
[POT] Return Mul to ignored ops for transformers (except CPU_SPR) ( #16407 )
2023-03-21 14:53:01 +04:00
Ilya Lavrenov
24ff43aa5b
Fixed comparison of iterators ( #16428 )
2023-03-21 14:16:07 +04:00
Sebastian Golebiewski
8926282ac5
DOCS shift to rst - Multi device execution
article ( #16400 )
2023-03-21 10:57:48 +01:00
hyunback kim
05e54e9f3d
[GPU] Update the latest onedNN3.1 ( #16381 )
...
- Fix group conv regression issue
Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-03-21 18:56:41 +09:00
Min, Byungil
5d6cd626bc
Fix unit test on dGPU ( #16295 )
...
* Resolve failed cases and queue-type issue
+ Resolved out_of_order queue-type issue
+ Added get_test_default_config for setting default config of onednn
+ Cleared failed case
Signed-off-by: Min, Byungil <byungil.min@intel.com>
Co-authored-by: tuxedcat <tuxedcat@gmail.com>
2023-03-21 18:55:06 +09:00
Wang, Yang
5af4a8e8d6
Take VPUX out of AUTO default candidate device list ( #16037 )
...
* 1. Add device blacklist for AUTO plugin.
2. Update the logic to parse out the device candidate list from the inputting config MULTI_DEVICE_PRIORITIES.
3. Update the corresponding mock test cases.
4. Ignore the GTEST warning for the test cases.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* Update.
* Update.
* Update.
* Add description about blacklist.
* Apply suggestions from code review
Update.
Co-authored-by: yanlan song <bell.song@intel.com>
* Update.
* Apply suggestions from code review
Updated.
Co-authored-by: yanlan song <bell.song@intel.com>
Co-authored-by: River Li <river.li@intel.com>
* Update test case.
* Update test case.
* Update test case.
* Update.
* Update.
---------
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
Co-authored-by: yanlan song <bell.song@intel.com>
Co-authored-by: River Li <river.li@intel.com>
Co-authored-by: Shen, Wanglei <wanglei.shen@intel.com>
2023-03-21 17:46:44 +08:00
Ilya Churaev
ec0a1e58d1
Fixed some leftovers for 2.0 dev api ( #16421 )
...
* Fixed some leftovers for 2.0 dev api
* Fixed build issue
2023-03-21 09:34:37 +00:00
Maxim Vafin
7d56c75d65
Fix MO Reader for Squeeze without axes ( #16398 )
...
* Fix MO Reader for Squeeze without axes
* Fix style
* Update tools/mo/openvino/tools/mo/utils/ir_reader/internal_ops/squeeze.py
2023-03-21 10:28:58 +01:00
Pawel Raasz
63797db257
Review ROIPooling class for shape inference aspects ( #16403 )
...
* Review ROIPooling class
- check interval shape and label propagation
- add template shape_infer
- add shape infer into cpu plugin
- add test with StaticShape
* Use get_output_roi instead of get_output_size
* Add missing includes
2023-03-21 09:02:37 +00:00
Roman Kazantsev
82a992b95d
[TF FE] Fix leftovers from code review ( #16422 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-21 08:31:10 +00:00
Ilya Churaev
60436dee5a
Updated AsyncInferRequest documentation + leftovers ( #16420 )
2023-03-21 10:52:45 +04:00
Roman Kazantsev
5cb20f8858
[TF FE] Refactor StridedSlice translator and add layer test to precommit ( #16376 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-21 08:54:48 +04:00
Vladimir Paramuzov
98237b06b5
[GPU] Update memory_statistics property impl ( #16399 )
2023-03-21 08:52:52 +04:00
Maxim Vafin
7f8786d9aa
[PT FE] Make NodeContext constant inside conversion rules ( #16165 )
...
* Make NodeContext constant inside conversion rules
* Use shared_ptr
* Fix ptr
* Fix logical not
2023-03-20 22:08:24 +01:00
Karol Blaszczak
4ffecce63f
{DOCS} shift to rst - benchmarks ( #16354 )
2023-03-20 19:22:55 +01:00