Commit Graph
12837 Commits
Author SHA1 Message Date
Pawel RaaszandTomasz Jankowski a13eb5bf9d [core]Migrate TopK operator to new API (#20254)
* Migrate TopK to new API

* Refactor compare_max for TopK

* Unify check of k for const and non-const input

* Update src/core/include/openvino/op/util/evaluate_helpers.hpp

Co-authored-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>

* Move `get_tensors_partial_shapes` to dev API

---------

Co-authored-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>
2023-10-13 14:53:58 +04:00
Katarzyna Mitrus 2478cf7df3 [Opset13][pyAPI] Python API Multinomial-13 (#20400)
* Init Multinomial op python API

* Add python tests for Multinomial op

* Update num_samples input description
2023-10-13 10:50:02 +00:00
Pawel Raasz 7bc8e0fb8f [core]Shape and Node util functions size optimization (#20206)
* Refactor shape_size util to reduce bin size

* Make `check_new_args_count` non-template function

* Use as not template check_new_args_count
in multi-nominal
2023-10-13 14:10:35 +04:00
Andrei GorbachevandPavel Durandin 31670dacb4 [GPU] Refactor CTCGreedyDecoderSeqLen, CTCGreedyDecoder, CTCLoss (#20432)
* CTCGreedyDecoderSeqLen, CTCGreedyDecoder

* CTCLoss

---------

Co-authored-by: Pavel Durandin <pavel.durandin@intel.com>
2023-10-13 13:36:47 +04:00
Ilya Churaev e866bfef42 Migrate subgraph tests till quantized subgraph (#20351)
* Migrate subgraph tests till quatized subgraph

* Fixed code style

* Fixed code style

* Try to fix build

* Remove run method

* Remove GNA test
2023-10-13 13:35:13 +04:00
Ilya Churaev e289e8282d Migrated all subgraph tests after quantization graphs (#20381)
* Migrated all subgraph tests after quantization graphs

* Fixed skip tests config

* Add alias for NPU

* Try to fix NPU

* Remove unsupported precisions

* Remove GNA test

* Remove more tests
2023-10-13 13:19:53 +04:00
Ivan Novoselov 157041e6f8 [CPU] Improve Commit slider's handling of non-decodable characters (#20149) 2023-10-13 11:51:54 +04:00
Nesterov Alexander b7b5d4cd93 [ARM CPU] Update TBB ACL Scheduler (#18885) 2023-10-13 09:34:07 +04:00
Wilson Seok 5170350cf5 [GPU] fix issue of optimized out reorder during event sync (#20223)
* fix confliction

* remove debug code

* fix unit test failure

* update condition of reorder check

* apply the condition for only opt out reorder user
2023-10-12 20:39:35 -07:00
Ilya Lavrenov 56d74a82cb Relocatable developer package (#20327)
* Merge Linux CC + static build + clang compiler

* Improvements

* Removed ie prefixes from cmake scripts

* Fixes for NPU

* Initial relocatable OpenVINO Developer package

* Improvements

* Try to fix

* improvements

* Export a lot of headers

* Removed NVIDIA pipeline; make it to be a job

* Fixes

* Fixes 2

* Try ilya-lavrenov repo

* Clean-up

* More imrpovements

* Even more improvements

* Override export, install

* Override export, install

* Disable pythonwheel generation for relocatable OV dev package

* Fixed issues with versions

* Fixed android build

* Fixed android build

* Fixed NPU build

* Update src/bindings/python/CMakeLists.txt
2023-10-12 22:59:04 +00:00
Oleg Pipikin cb61ad46bd Refactor CumSumLayerTest, DeformablePSROIPoolingLayerTest, DepthToSpaceLayerTest (#19870)
* Refactor CumSumLayerTest

* Refactor DeformablePSROIPoolingLayerTest

* Refactor DepthToSpaceLayerTest
2023-10-12 20:27:55 +02:00
Oleg Pipikin fa33693c4a Refactor NonZeroLayerTest, NormalizeL2LayerTest, OneHotLayerTest, PadLayerTest (#20318)
* Refactor NonZeroLayerTest

* Refactor NormalizeL2LayerTest

* Refactor OneHotLayerTest

* Refactor PadLayerTest

* Apply comments
2023-10-12 19:22:16 +02:00
Irina Efode 74690d038b [CONFORMANCE][TOOLS] Repeat pattern extractor API (#20293)
* Prepare API

* Refactor api

* Move model comparation to separate component

* Cover by tests

* Move align_in_info to utils

* Change arch diagram
2023-10-12 19:01:04 +02:00
Katarzyna Mitrus 29475c738e BitwiseElementwise ops init in MO (#20386) 2023-10-12 18:18:34 +02:00
Ilya Lavrenov 6519afd4d3 Removed check for openvini::runtime::c in samples (#20425) 2023-10-12 19:33:24 +04:00
Oleg Pipikin ccb43b77a7 Disable f16 LSTMCellTest and LSTMSequenceTest for Apple arm64 (#20422) 2023-10-12 19:15:34 +04:00
Evgenya NugmanovaandAlexandra Sidorova 83c593be3b Avoid dynamic rank in Snippets (#20387)
* Avoid dynamic rank in Snippets

* Update src/common/snippets/src/pass/collapse_subgraph.cpp

Co-authored-by: Alexandra Sidorova <alexa.sanechka@ya.ru>

---------

Co-authored-by: Alexandra Sidorova <alexa.sanechka@ya.ru>
2023-10-12 13:54:52 +00:00
Vladislav Golubev 377e927149 [Snippets] Changed BrgemmCopyB shape inference (#19957) 2023-10-12 16:34:53 +04:00
Irina Efode 518a879a83 [CONFORMANCE][PRECOMMIT] Add one sporadically interapted test to expected failures (#20420) 2023-10-12 15:59:42 +04:00
Ilya Lavrenov 9e4ec43f7c Disabled sporadic test_backend.py::OnnxBackendNodeModelTest::test_div_uint8_cpu test (#20419) 2023-10-12 15:29:30 +04:00
Pawel Raasz 075333e94d [core]Migrate Tile operator to new API (#20255)
* Migrate Tile to new API

* Remove visit_attributes as is same as base class
2023-10-12 10:51:04 +00:00
Tatiana SavinaandIlya Lavrenov 23acd5a351 [DOCS] Pypi pages description change (#20352)
* pypi pages change

* add description

* change command order

* Update docs/install_guides/pypi-openvino-rt.md

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>

* change column name

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-10-12 12:32:32 +02:00
Ilya Lavrenov 83e80a4ddf Removed macOS post-commit pipeline (#20415) 2023-10-12 14:00:31 +04:00
Maxim Vafin 3455580780 [PT FE] Fix pad default value (#20401) 2023-10-12 13:28:03 +04:00
Ilya Lavrenov 2604c33d1b Don't add mxnet extras for openvino-dev on macOS arm64 (#20403) 2023-10-12 13:23:18 +04:00
Vladimir Paramuzov 4da61fc7e7 [TESTS] Fix random generator for custom signed types (#20393)
* [TESTS] Fix random generator for custom signed types

* Increase threashold for bf16 CPU tests
2023-10-12 13:15:59 +04:00
Sebastian Golebiewski ddaf8e80f9 Update 247-code-language-id-with-output.rst (#20412) 2023-10-12 10:54:28 +02:00
Ilya Lavrenov 2a3d5b9d14 Disable OMP threading on macOS (#20405) 2023-10-12 11:34:01 +04:00
79703ff714 Added a of Gen AI landing page (#20253)
* Added a draft of Gen AI landing page

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>

* Applied comments

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Changed the placement of Gen AI doc

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Nico Galoppo <nico.galoppo@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Nico Galoppo <nico.galoppo@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Nico Galoppo <nico.galoppo@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Nico Galoppo <nico.galoppo@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Nico Galoppo <nico.galoppo@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Nico Galoppo <nico.galoppo@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Nico Galoppo <nico.galoppo@intel.com>

* Added examples with Optimum-Intel

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Update docs/articles_en/openvino_workflow/gen_ai.md

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

---------

Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Nico Galoppo <nico.galoppo@intel.com>
2023-10-12 10:02:44 +04:00
Andrei Gorbachev 57279938c0 [GPU] Refactor AdaptivePooling, BatchNorm, BatchToSpace (#20357)
* adaptive_pooling

* batch_norm

* batch_to_space
2023-10-12 08:25:53 +04:00
Ilya Lavrenov d41e7fcc30 Revert "[CI] [GHA] Skip test_div_uint8_cpu on macOS only; unskip test_onnx/test_backend.py in GHA workflows (#20367)" (#20402)
This reverts commit a3d6d0bca9.
2023-10-12 03:00:14 +04:00
Tomasz Jankowski aa7405fd0e [Template plugin] Unify headers inclusion (#20326)
* Use precise op version - Parameter

* Use precise op version - Constant

* Use precise op version - Result

* Use precise op version - Add, Concat, Subtract

* Use precise op version - NMS

* Use precise op version - TopK, Broadcast

* Use precise op version

* Include openvino headers in quotes

* Use precise op version - LSTMCell

* Fix code style
2023-10-11 23:44:41 +04:00
Ilya Lavrenov 10d1862715 Updated ade submodule (#20392) 2023-10-11 23:38:00 +04:00
Alexandra Sidorova a844e597e8 [Snippets][CPU] Disabled MHA tokenization with infer precision f16 (#20308) 2023-10-11 18:17:26 +04:00
Ekaterina Aidova 9bedafb560 [PT FE]: support aten::erf and aten::adaptive_avg_pool1d (#20350)
* [PT FE]: support aten::erf and aten::adaptive_avg_pool1d

* align adaptive avg pools for different sizes

* refactor adaptive max pool
2023-10-11 17:33:32 +04:00
Przemyslaw Wysocki 3403e6c028 Add torch lower bound (#20362) 2023-10-11 14:22:26 +02:00
Vladislav Golubev 5894fbe69d [CPU] Group & NF4 decompression transformation support (#20039) 2023-10-11 15:25:00 +04:00
Roman Kazantsev 0bb6450398 [TF FE] Support TF 2.14 and add OnesLike translator (#20385)
* [TF FE] Support TF 2.14 and add OnesLike translator

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Update tests constraints

* Update open_model_zoo

* Adopt TF Lite test to 2.14 TF

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>

* Support TF Lite layer tests for diffrent TF versions

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-10-11 15:24:32 +04:00
Roman Lyamin b345f3c324 [GPU] Fix high latency for LLMs on dGPU (#20328) 2023-10-11 14:42:33 +04:00
Andrey KashchikhinandIlya Lavrenov a3d6d0bca9 [CI] [GHA] Skip test_div_uint8_cpu on macOS only; unskip test_onnx/test_backend.py in GHA workflows (#20367)
* only skip test if mac

* unskip

* unskip trigger

* skip for onnx fe as well

* do not skip

* return skips and unskip test_backend in Python API 1.0

* rm pr trigger

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-10-11 14:05:12 +04:00
Pawel Raasz ac11751e9c [core]Migrate Eye to new API (#20258)
* Migrate Eye to new API

* Fix `matrix_offset` initialization

* get_tensors_shapes -> get_tensors_partial_shapes
2023-10-11 13:50:29 +04:00
Maciej Smyk 1ca2f9c6de Update openvino_intro.md (#20383) 2023-10-11 11:03:14 +02:00
Jan IwaszkiewiczandMichal Lukaszewski 6a326455b9 [PyOV] Propagate errors on imports from runtime module (#20273)
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-10-11 11:53:34 +04:00
Ilya Churaev 346893fe6f Move cpu subgraph to new api (#20335)
* Move ConvEltwiseFuse to new API

* Move subgraph tests till LSTM to new API

* Fixed GPU initialization

* Remove unsupported GNA tests
2023-10-11 11:43:27 +04:00
Sergey Shlyapnikov ec644b9a73 [GPU] Fix device tensors reallocation in case of host user's tensors (#20306) 2023-10-11 10:47:33 +04:00
Ilya Lavrenov ba5878ed2f Removed np.int usage (#20378) 2023-10-11 10:36:00 +04:00
Ilya Churaev 8020530e67 Reduce ngraph namespace usage from core component (#20309)
* Reduce ngraph namespace usage from core component

* Fixed build

* Fixed build 2

* Added missed opset to legacy API
2023-10-11 07:09:04 +04:00
Ilya Lavrenov 35308ce34d Use np.float32 instead of np.float (#20377) 2023-10-11 03:29:56 +04:00
Piotr Krzemiński e24b6211e3 [BUGFIX][Core][Template] Multinomial shape filling for 1D input (#20359)
* [BUGFIX] Fix incorrect shape filling for 1D tensor smaller than requested sample size

* [FIX] Remove redeclaration
2023-10-10 22:51:59 +00:00
Ilya Lavrenovanddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> df55e282e3 Update tensorflow requirement in /src/bindings/python (#20372)
Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.5...v2.14.0)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-11 02:18:14 +04:00