Oleg Pipikin
758e6b3428
Change exception message for CompiledModel::set_property ( #21652 )
...
* Change exception message for CompiledModel::set_property
* Apply comments
2023-12-15 14:01:09 +04:00
Vladimir Paramuzov
3a7acbb5cc
[GPU] Allow precision conversion on get_state() call ( #21658 )
2023-12-15 09:57:49 +00:00
Alexandra Sidorova
7e8a491276
[Snippets] Fixed IdentifyBuffers for nested loop case ( #21470 )
2023-12-15 13:51:18 +04:00
Anastasiia Pnevskaia
bf00569ae1
Temporary revert "[TF FE] Support different types" ( #21656 )
...
This reverts commit f9d20d5aa0
.
2023-12-15 13:27:18 +04:00
Wang, Yang
825778308b
updated. ( #21569 )
2023-12-15 08:18:03 +01:00
Irina Efode
d5b0f4d2d7
[CONFORMANCE TOOLS][SUBAGRAPHS DUMPER] Repeat pattern extractor improvement ( #21200 )
...
* Init
* Implemented custom sort
* algo
* extend
* time
* decrease exec time
* fix code
* Impove pattern extractor
* repe
* Improve
* partial fix
* Patual fix
* fix_tests
* Remove extra + fix tests
* enable model
* Patial fix for align_in_info
* Exclude the nodes with the same size
* Prints
* update
* fix tests
* Fix crash
* Update cache.hpp
2023-12-15 10:34:33 +04:00
Vitaliy Urusovskij
193cc26658
snippets
shared tests to API2.0 (#21631 )
2023-12-15 09:56:23 +04:00
Ilya Lavrenov
94a21d606c
Ability to exclude TBB from install package ( #21624 )
2023-12-15 09:49:38 +04:00
David Nam
23fae3b1bc
[GPU] fix strided_slice axis in case of dynamic shape ( #21460 )
...
* [GPU] fix strided_slice axis in case of dynamic shape
* Modify indexing and add description
* Modify indexing
2023-12-14 17:39:00 -08:00
PuQing
a28fd2e009
【Hackathon 5th No.95】add paddle unique op ( #20077 )
...
* add unique
* fix args
* Refactor unique() function to handle dtype
correctly
---------
Co-authored-by: Xiuchuan Zhai <xiuchuan.zhai@intel.com>
2023-12-15 08:28:40 +08:00
Kelvin Choi
6f0db3330a
[GPU] Skip remove reorder in case input padding is different from output padding ( #21619 )
2023-12-15 09:25:46 +09:00
Alina Kladieva
c01f50e3ff
[GHA] Set SSL_CERT_FILE for model downloading ( #21668 )
...
* [GHA] Set SSL_CERT_FILE for model downloading
* Run Win CC in precommits
* Move setting SSL_CERT_FILE before calling CMake
* Set SSL_CERT_FILE for model downloading in windows.yml
* Wording
* Revert "Run Win CC in precommits"
This reverts commit 94126aab1c
.
2023-12-15 01:34:43 +04:00
Alina Kladieva
8bc724d160
[GHA] Add workflow_dispatch trigger to coverity ( #21676 )
...
To be able to trigger it via GitHub API from Jenkins nightly
2023-12-14 23:11:13 +04:00
Zlobin Vladimir
bbddb89171
Update open_model_zoo submodule ( #21662 )
2023-12-14 18:01:51 +00:00
Karol Blaszczak
6367206ea8
[DOCS] NPU articles ( #21430 )
...
merging with the reservation that additional changes will be done in a follow-up PR
2023-12-14 17:31:44 +01:00
Przemyslaw Wysocki
f4b2f950f2
[Docs] Add a single-point starter guide for contributors ( #21322 )
...
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-12-14 16:22:24 +00:00
Mikhail Ryzhov
59e9f50ec6
[GHA] Windows pytest optimizations ( #21650 )
...
* parallel runs
* enabled pip cache
* pip cache fix
2023-12-14 16:14:51 +00:00
Anastasia Kuporosova
0a21205ad4
[PyOV] move rest of start_async tests to test_async ( #21643 )
2023-12-14 15:51:42 +01:00
Vitaliy Urusovskij
4fde957689
Additional changes in src/
to API2.0 ( #21601 )
...
* `src/core/` to API2.0
* `src/plugins/auto/` to API2.0
* `src/plugins/hetero/` to API2.0
* ClangFormat
* Fix build
2023-12-14 14:13:18 +00:00
Roman Lyamin
6a50ea3c74
[GPU] Using a cpu impl type for NMS in a dynamic case ( #21648 )
2023-12-14 17:22:01 +04:00
Georgy Krivoruchko
88c8143dd8
[ONNX] Refactoring tests on API 2.0 ( #21596 )
...
* Applied common functions to tests in conversion.cpp
* Refactored convert_partially_tests
* Refactored convert_tests.cpp
* Removed usage of ngraph namespace in load_from.cpp
* Replaced definition in model_support_tests.cpp
* Fixed codestyle
2023-12-14 14:03:21 +01:00
Evgeny Kotov
f094ef81f0
remove tests ( #21654 )
2023-12-14 16:54:37 +04:00
Mikhail Ryzhov
de81bbbbc2
enabled triggers for release branches ( #21651 )
2023-12-14 16:50:04 +04:00
Alexander Suvorov
9faf18b0ff
Update 2023.2.0 Selector Tool with nightly archive ( #21629 )
...
* Update selector tool
* Trigger CI
2023-12-14 16:49:19 +04:00
Maxim Vafin
1d03b0813b
[PT FE] Remove unique names from FE, rely on ResolveNameCollisions ( #21636 )
...
* [PT FE] Remove unicalisation from FE, rely on ResolveNameCollisions
* Fix build
2023-12-14 12:49:46 +01:00
Ekaterina Aidova
27bf494355
[PT FE]: support aten::take_along_dim ( #21625 )
2023-12-14 12:42:32 +01:00
Tomasz Jankowski
9f6c3e997f
[core] Migrate Select operator to new API ( #21249 )
...
* Drop legacy stuff
* Repalce HostTensor with ov::Tensor
* Reduce binary size
* Revert "Reduce binary size"
This reverts commit 4f69f98357
.
* Fix mistype in bounds evaluation
* Drop redundant check
* Fix shape in bounds evaluation
* Fix interval bound evaluate
* Add IF_TYPE_OF to enable CC
* Fix shape of scalar bound evaluation
2023-12-14 12:02:20 +01:00
Tingqian Li
7965213014
[CPU] support QWen RoPE ( #21519 )
2023-12-14 10:37:13 +00:00
Evgenya Nugmanova
e5a6077877
Enables SharedOpOptimization for v1 and v3 Broadcasts ( #21635 )
2023-12-14 10:33:00 +01:00
Tomasz Jankowski
0649865372
[Core] Move validation util into dev API ( #21501 )
...
* Move infer_convolution_forward to dev API
* Move infer_auto_padding to dev API
* Move evaluate_as_partial_shape to dev API
* Move default_label_evaluator to dev API
* Move generate_transpose_default_order to dev API
* Move is_valid_axes_order to dev API
* Move has_no_labels to dev API
* Remove usage of legacy get_constant_from_source
from core and transformations
* Move normalize_axes to dev API
* Move normalize_axis to dev API
* Deprecate functions to be removed later
2023-12-14 10:10:46 +01:00
Gorokhov Dmitriy
32b6362076
[CPU] Improve first token latency for 4bit compressed models ( #21547 )
2023-12-14 09:06:09 +00:00
Ilya Lavrenov
17008c9389
Escape pip command with apostrophe ( #21645 )
2023-12-14 10:29:38 +04:00
Wanglei Shen
5f2045909e
[CPU] Change default latency mode of MTL to Pcore + Ecore ( #20659 )
2023-12-14 10:19:56 +04:00
Sergey Shlyapnikov
a04d59d779
[GPU] Gemm tiled opt add dynamic padding support ( #21640 )
2023-12-14 09:38:16 +04:00
Alina Kladieva
926a0591ff
Add overall status check to more workflows ( #21644 )
2023-12-14 01:43:42 +04:00
Anastasia Kuporosova
1aa0c0ca0d
[PyOV] OVDict as input for infer/call methods ( #21275 )
...
* [PyOV] OVDict as input for infer/call methods
* for copied inputs
* improvement
* add test
* apply comments
* add test assert
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-12-13 18:13:18 +00:00
Maxim Vafin
4752237871
[PT FE] Support aten::pow_ ( #21630 )
...
* [PT FE] Support aten::pow_
* Fix tests
2023-12-13 18:54:53 +01:00
Mateusz Mikolajczyk
336a69ec24
Enable BitwiseOps to LogicalOps transform for static bool dtype on CPU plugin ( #21510 )
...
* Re-enable bitwise-logical transform in CPU plugin
* Update docstrings
2023-12-13 18:39:40 +01:00
Maxim Vafin
be7c70c8c4
[PT FE] Support aten::scatter_add ( #21633 )
2023-12-13 17:54:33 +01:00
Piotr Krzemiński
65439eda5d
[Core][CPU] Add transformation for i64 support for Multinomial ( #21469 )
...
* [CORE] Add transformation for i64 support for Multinomial
* [CPU][TESTS] Apply test suggestions, remove unnecessary override - comment from cpu PR
* Update src/common/transformations/src/transformations/convert_precision.cpp
Co-authored-by: Mateusz Tabaka <mateusz.tabaka@intel.com>
* Update src/common/transformations/src/transformations/convert_precision.cpp
Co-authored-by: Mateusz Tabaka <mateusz.tabaka@intel.com>
---------
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
Co-authored-by: Mateusz Tabaka <mateusz.tabaka@intel.com>
2023-12-13 20:22:34 +04:00
Surya Siddharth Pemmaraju
1b2eed0bbe
Enable options for openvino backend in torch.compile ( #20946 )
...
* Added backend options for openvino torch.compile
* Added config options to enable openvino configs
* Fixed linter issues
* Addressed review comments
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-12-13 20:10:48 +04:00
Vitaliy Urusovskij
dcf9247bc8
Clean up of tests/ov_helpers
leftovers ( #21416 )
...
* CLean up ov_helpers headers from ngraph/
* Move `ngraph/` includes from ov_helpers to tests
* Remove include of all opsets in builders.hpp
* Remove opsets includes from ov_helpers
* Fix GNA tests
* Delete comments
* ClangFormat
* Fix build
* Fix `-fpermissive`
* Fix build #2
* Fix `<` && `>` in includes
* Fix build #3
* Build fix
2023-12-13 14:45:19 +00:00
Vladislav Golubev
adb4703d82
[Snippets] LIR serialization improvements ( #21291 )
2023-12-13 14:22:10 +00:00
Oleg Pipikin
d18d8a457f
Update create_and_fill_tensor to work with InputGenerateData ( #20008 )
...
* Update create_and_fill_tensor to work with InputGenerateData
2023-12-13 15:21:23 +01:00
Pavel Esir
20ad8b43a1
Enable dinov2-base ( #21626 )
...
with the newest transformers dinov-2-base started to pass
2023-12-13 13:52:52 +00:00
Vladimir Paramuzov
2bcc94064f
[GPU] Fixed stateful KV cache issues ( #21618 )
2023-12-13 16:15:00 +04:00
Maciej Smyk
3e2037c943
[DOCS] Troubleshooting note for WINOGRAD convolutions in GPU for master ( #21623 )
...
* Update GPU.rst
* Update GPU.rst
* Update docs/articles_en/openvino_workflow/running_inference_with_openvino/Device_Plugins/GPU.rst
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
---------
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-12-13 13:03:11 +01:00
Yaroslav Torziuk
ea639a8c48
Enable GroupNormalizationDecomposition transformation ( #21600 )
2023-12-13 12:10:24 +01:00
Wang, Yang
7e88a9d6c8
[AUTO] Fix the issue of querying the optional property unsupported by HW plugin via AUTO compiled model ( #21518 )
...
* 1. Update the logic for handling the unsupported property querying from hw device.
2. Add test cases.
* Updated.
* Updated.
* Updated.
* Updated.
2023-12-13 18:06:59 +08:00
Andrew Kwangwoong Park
71e7015d39
[GPU] Reduce host time overhead in ReadValue execution for stateful model ( #21521 )
2023-12-13 14:06:30 +04:00