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
Tomasz Dołbniak
d9c70dbce3
Explicit scales for all axes in interpolate op test ( #16404 )
2023-03-20 16:50:47 +00:00
Ilya Churaev
9c69e2f694
Added documentation for RemoteTensor and RemoteContext ( #16391 )
...
* Added documentation for RemoteTensor and RemoteContext
* Fixed documentation build
* Fixed some build issues
2023-03-20 20:45:40 +04:00
Xuejun Zhai
73bedced87
Remove RunLocker class ( #16387 )
...
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-03-20 20:26:51 +04:00
Przemyslaw Wysocki
1e512af105
Skip test_mixed_dynamic_infer
on ARM devices ( #16397 )
...
* Skip test
* Minor fix
* Minor update
2023-03-20 15:23:12 +00:00
Daria Mityagina
1c7b6a7b2a
[VPUX] - Tensor data with element type f16, is not representable as pointer to i16 ( #16379 )
...
* [VPUX] - Tensor data with element type f16, is not representable as pointer to i16
* [VPUX] - Tensor data with element type f16, is not representable as pointer to i16
2023-03-20 14:54:27 +00:00
Ekaterina Aidova
71167df234
[PT FE]: enable dtype in softmax and constant filling, extend logical ops support ( #16276 )
2023-03-20 14:12:12 +00:00
Roman Kazantsev
86f0285db2
[TF FE] Support dynamic type for all operation translators ( #16380 )
...
* [TF FE] Support dynamic type for all operation translators
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Add test of conversion with dynamic type
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-03-20 17:41:45 +04:00
Evgenya Stepyreva
ecc2f13dd2
CVS-105549 TFL OneHot renamed ( #16388 )
...
We rename one hot to fit the requirements of tensorflow common library.
2023-03-20 14:35:02 +01:00
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