Ilya Lavrenov
0c99135d44
Improved properties handling between Core and plugins ( #16296 )
...
* [HETERO]: adopt setting device properties in benchmark_app/speech_sample for HETERO
Fix IEClassHeteroExecutableNetworkGetMetricTest_SUPPORTED_METRICS test
Fix NumStreamsAndDefaultPerfHintToHWTest/PerHintAndDefaultPerfHintToHWTest tests
[HETERO][MULTI][AUTO] Make ov::device::properties regular property
[PYTHON] Update python BA with device properties
Update after rebase
Update src/plugins/auto/auto_executable_network.cpp
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Update src/plugins/auto/multi_executable_network.cpp
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Fix merge conflicts, apply some review comments
* Multiple improvements
* [HETERO]: adopt setting device properties in benchmark_app/speech_sample for HETERO
Fix IEClassHeteroExecutableNetworkGetMetricTest_SUPPORTED_METRICS test
Fix NumStreamsAndDefaultPerfHintToHWTest/PerHintAndDefaultPerfHintToHWTest tests
[HETERO][MULTI][AUTO] Make ov::device::properties regular property
[PYTHON] Update python BA with device properties
Update after rebase
Update src/plugins/auto/auto_executable_network.cpp
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Update src/plugins/auto/multi_executable_network.cpp
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Fix merge conflicts, apply some review comments
* Code style, bugfix after merging improvement
* More improvements
* Even more improvements
* Commit changes in core_impl.cpp
* Added parsing of any maps
* Fixed code-style
* Fixed AB mock tests build
* Fixed comparison
* Added new AB config key
* Improvements and fixes (#147 )
* Fix BA, fix GetSupportedConfig call for virtual plugins (#148 )
* Fix GPU tests (#149 )
* Fix BA, fix GetSupportedConfig call for virtual plugins
* Fix GPU tests
* Code style
* Improvements 10
* Fixed incorrect tests
* Revert removal cache_dir
* Revert removal cache_dir
* Fixed clean
* Supported device ID in CPU
* More fixed tests
* clang-format
* Fix legacy GPU tests (#150 )
* Removed clone_map
* clang-format
* Added clone_map back
---------
Co-authored-by: Nadezhda Ageeva <nadezhda.ageeva@intel.com>
Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>
2023-03-20 12:42:40 +00:00
Sebastian Golebiewski
8b31e3aafe
DOCS shift to rst - Quantizing models article ( #16260 )
2023-03-20 13:13:05 +01:00
Sebastian Golebiewski
c5f65eea73
DOCS shift to rst - Tensorflow Frontend Capabilities and Limitations ( #16392 )
2023-03-20 12:46:11 +01:00
Sebastian Golebiewski
083596e285
DOC shift to rst - Optimize Inference article group ( #16382 )
2023-03-20 12:43:04 +01:00
Sebastian Golebiewski
0f4c96e96e
DOCS shift to rst - Python API Exclusives
( #16390 )
2023-03-20 12:40:39 +01:00
Sebastian Golebiewski
76e60ff258
DOCS shift to rst - Performance Hints ( #16386 )
2023-03-20 12:39:31 +01:00
Maciej Smyk
350f8fd95b
DOCS shift to rst - Media Processing and CV Libraries ( #16343 )
...
* rst shift
2023-03-20 12:37:08 +01:00
Pavel Durandin
4a4f06ba3b
GPU documentation update ( #16393 )
...
* GPU documentation update
* GPU documentation update
2023-03-20 14:27:13 +04:00
Roman Kazantsev
997414c64d
[MO][TF FE] Do not print TF FE message in case of fallback ( #16384 )
...
* [MO][TF FE] Do not print TF FE message in case of fallback
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Correct test model with Switch and Merge
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-20 10:06:45 +00:00
Ekaterina Aidova
f39684a7f8
[PT FE]: support mixed precision in floor divide ( #16362 )
...
* [PT FE]: support mixed precision in floor divide
* Update floordiv.cpp
2023-03-20 11:00:26 +01:00
Maksim Kutakov
4bf5a77ac9
[CPU] Lazy oneDNN memory object creation ( #12972 )
2023-03-20 13:56:28 +04:00
Mateusz Mikolajczyk
134ebb8889
[PT FE] Add aten::new_empty ( #16312 )
...
* Add new_empty
* Remove duplicated code for new_empty
2023-03-20 10:03:33 +01:00
Ilya Churaev
c472b020b7
Added documentation for InferRequest ( #16350 )
...
* Added documentation for InferRequest
* Updated documentation for methods
* Fixed doc
2023-03-20 13:02:15 +04:00
mei, yang
4411a6ea45
WA to resolve conflict between paddlepaddle and protobuf 3.20.3 ( #16315 )
2023-03-20 12:50:49 +04:00
Vladimir Paramuzov
a46fc47e6a
[GPU] Enable tile with dynamic input ( #16364 )
2023-03-20 12:49:35 +04:00
Roman Kazantsev
3f06a9b6fb
[TF FE] Test MatrixDiag translator in the pre-commit ( #16377 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-20 12:20:13 +04:00
Chen Peter
bd62da9ffe
Update prebuilt tbbbind static library for Windows ( #16138 )
...
Visual Studio 2019
MSVC version:"14.20.27508"
https://codeload.github.com/open-mpi/hwloc/zip/refs/tags/hwloc-2.8.0
"hwloc.sln" configuration "ReleaseStatic" and platform "x64"
https://codeload.github.com/oneapi-src/oneTBB/zip/refs/tags/v2021.7.0
CMakeLists.txt line:226", modify the content "if (APPLE OR NOT BUILD_SHARED_LIBS)" to "if (APPLE)"
cmake -G "Visual Studio 16 2019" -A x64 -DBUILD_SHARED_LIBS=OFF
-DTBB_DISABLE_HWLOC_AUTOMATIC_SEARCH=ON -DTBB_TEST=OFF -DTBB_BUILD=OFF
-DTBBMALLOC_BUILD=OFF -DTBBMALLOC_PROXY_BUILD=OFF
-DCMAKE_HWLOC_2_5_LIBRARY_PATH=hwloc-hwloc-2.8.0\contrib\windows\x64\ReleaseStatic
-DCMAKE_HWLOC_2_5_INCLUDE_PATH=hwloc-hwloc-2.8.0\hwloc-hwloc-2.8.0\include
-DCMAKE_HWLOC_2_5_DLL_PATH=hwloc-hwloc-2.8.0\contrib\windows\x64\ReleaseStatic
..
cmake --build . --config release
Signed-off-by: Chen Peter <peter.chen@intel.com>
Co-authored-by: Fang Xu <fang.xu@intel.com>
2023-03-20 11:56:46 +04:00
Ilya Churaev
7bce07a46e
Introduce IRemoteContext ( #16293 )
...
* Intrioduce IRemoteContext
* Introduce template implementation remote tensor
* Change plugin API for abstracted remote context
* Added remote tests
* Fixed some comments
* Fixed comment
* Try to fix build
* Added core dev to plugin API
* Revert "Try to fix build"
This reverts commit 762276383d
.
* Move make tensor logic to separate file
* Fixed code style
* Fixed blob allocation
* Fixed comments
* Fixed merge issue
2023-03-20 07:17:36 +00:00
Anastasia Kuporosova
8bfb6afd6a
[PyOV] Remove deprecated API ( #16361 )
2023-03-20 10:47:06 +04:00
Chen Xu
a001f84cba
[CPU] Gather node shape infer ( #16168 )
2023-03-20 10:30:02 +04:00
Ilya Churaev
2739a01d64
Update Variable State doc ( #16358 )
...
* Update Variable State doc
* Fixed build
* Try to fix build
* Remove error
* Fixed doc
* Fixed links
* Try to fix doc
2023-03-20 10:14:06 +04:00
Min, Byungil
bc15596c9e
Remove redundant reorder ( #15661 )
...
+ Reorder 1d data
+ Reorder which only changes format
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-03-20 14:58:09 +09:00
Oleg Pipikin
afa61ed3ec
Fix ir10 inputs outputs serialization order ( #16357 )
...
* Change IRv10 serialisation to not reorder parameters and results
* Add tests
* Fix1
2023-03-20 06:57:19 +04:00
hyunback kim
4f49d0e07e
[GPU] enable dumpgraph in unit-test ( #15388 )
...
Signed-off-by: hyunback <hyunback.kim@intel.com>
2023-03-20 11:51:51 +09:00
Wang Wangwang
9c7f7b8338
Runtime fallback to other devices ( #16015 )
...
* Runtime fallback to other devices
* Update properties.hpp
* Update infer callback in AUTO
* Avoid some hang cases
* Add test cases for AUTO runtime fallback
* Replace mockExecutor with ImmediateExecutor
* Update the runtime fallback logic
* Update test case and support the case thar infer failed on CPU_HELP
* Update the test to detect whether to throw exception
* fix the error of CTPUT
* Add lock to AUTO executable network GetContext
* Update variable name in selectOtherDevice API
* Simplify variables and add testcase to improve test coverage
* Fix the issues when release CPU_HELP device and clean up the code
* Clean up code
2023-03-20 10:13:07 +08:00
Ilya Churaev
b2a2266f60
Implement VariableState support for the Template plugin ( #16356 )
...
* Implement VariableState support for the Template plugin
* Suppress some warnings
* Try to fix Windows
2023-03-17 22:10:47 +04:00
Ilya Churaev
e6ceed0bb9
Add documentation for compiled model ( #16332 )
...
* Files renaming
* Updated CompiledModel documentation
* Fixed typo
* Fixed comments
* Fix comments and try to fix the documentation
* Fixed execution devices
2023-03-17 21:59:39 +04:00
Tomasz Dołbniak
6889101415
Axes bugfix ( #16365 )
2023-03-17 17:49:46 +00:00
Sebastian Golebiewski
d189df169c
Update tutorials ( #16368 )
2023-03-17 17:15:32 +01:00
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