Commit Graph
10273 Commits
Author SHA1 Message Date
Ivan e4207c4d6b fix unit tests, revert changes for TSSlice transformation 2023-03-21 20:21:42 +04:00
Ivan 0f17c5f714 Merge branch 'itikhono/ts/slice' of https://github.com/itikhono/openvino into itikhono/ts/slice 2023-03-21 18:24:08 +04:00
Tikhonov Ivan db220f11ee delete debug code 2023-03-21 09:42:42 +00:00
Tikhonov Ivan 8f8f0e821b fix TSSqueeze/TSUnsqueeze transformations in case of Reshape op 2023-03-21 09:41:48 +00:00
Ivan 981e8ad3c0 Merge remote-tracking branch 'upstream/master' into itikhono/ts/slice 2023-03-20 19:47:18 +04: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 PeterandFang Xu 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
Tikhonov Ivan a56a0768f1 remove TransposeSinking from MOC 2023-03-17 15:48:23 +00:00
Tikhonov Ivan 430bdbec35 delete debug serialize 2023-03-17 15:39:22 +00:00
Tikhonov Ivan a40658e369 Merge branch 'itikhono/ts/slice' of https://github.com/itikhono/openvino into itikhono/ts/slice 2023-03-17 15:33:46 +00:00
Tikhonov Ivan 346796af9c fix TSSqueeze/TSUnsqueeze transformations 2023-03-17 15:33:27 +00: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
Ivan Tikhonov cf70ced2a9 Merge branch 'master' into itikhono/ts/slice 2023-03-17 13:12:18 +04:00
Tikhonov Ivan 7a6988a4a6 codestyle 2023-03-17 08:50:15 +00:00
Ivan 849dc70763 refactoring 2023-03-17 16:32:45 +04:00
Ivan 958f000e02 Added TSSlice transformation to TSGeneral, created TransposeSinkingGeneral alias in ov::pass namespace 2023-03-17 16:20:06 +04:00
Ivan 83ab2cc5f6 Merge branch 'itikhono/ts/slice' of https://github.com/itikhono/openvino into itikhono/ts/slice 2023-03-17 16:09:35 +04:00
Ivan 1f8fdfb353 fix warnings 2023-03-17 16:06:15 +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