Commit Graph

12695 Commits

Author SHA1 Message Date
Anastasiia Pnevskaia
215a2f435b
tf.Graph decoder accuracy fixes (#19903)
* Fixed outputs passing from decoder.

* Fixed get_variable method.

* Code style.

* Removed xfails from precommit models.

* Minor fix.

* Comment fixed.

* Added test.
2023-09-19 19:04:24 +02:00
Ilya Churaev
b6e0706961
Enable clang format for template plugin tests (#19942) 2023-09-19 18:20:30 +04:00
dependabot[bot]
472ad39a9d
Update numpy requirement from <1.26,>=1.16.6 to >=1.16.6,<1.27 in /tests (#19938)
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.16.6...v1.26.0)

---
updated-dependencies:
- dependency-name: numpy
  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-09-19 18:18:42 +04:00
Andrey Kashchikhin
233ae78ff4
[CI] [GHA] Introduce GHA Linux ONNX Runtime Pipeline (#19883)
* add pipeline

* address comments

* rm triggers
2023-09-19 16:06:47 +02:00
PiotrekCzajkowski
67a41b28ec
Add file via upload (#19605)
* Add files via upload

add new words to dict

* Add files via upload

Fix typos in words and new words to cspell.json file.
2023-09-19 17:16:16 +04:00
Ilya Lavrenov
e5a3500174
Fixed compilation on macOS 14 with new core development tools (#19946) 2023-09-19 17:14:28 +04:00
Oleg Pipikin
57df7a44b7
Refactor CTCGreedyDecoderSeqLenLayerTest, GreedyDecoderLayerTest, CTCLossLayerTest (#19842)
* Refactor CTCGreedyDecoderSeqLenLayerTest

* Refactor usingGreedyDecoderLayerTest

* Refactor CTCLossLayerTest
2023-09-19 15:03:06 +02:00
Maxim Vafin
f926e0e392
[PT FE] Simplify repeat operation (#19926) 2023-09-19 16:02:46 +04:00
Vitaliy Urusovskij
ca344aea54
TensorIteratorTest to API2.0 (#19869)
* `TensorIteratorTest` to API2.0

* Port `TensorIteratorBody` to ov::test::utils
2023-09-19 15:46:13 +04:00
Roman Kazantsev
a139fb48b7
[TF FE][JAX] Add upper bound for jax dependencies (#19943)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-19 14:00:54 +04:00
Sofya Balandina
2de9df8832
[apiConformance] Remove bf16 precision as unsupported (#19761) 2023-09-19 14:00:14 +04:00
Evgeny Kotov
35d0d92ef7
fix TSGatherForward transformation (#19821)
* fix ts_gather_forward

* remove unneeded header
2023-09-19 13:55:43 +04:00
Ilya Churaev
9c908f5245
Migrate template backend to new api (#19843)
* Added set_element_type for tensor

* Moved template backend to new API

* Revert "Added set_element_type for tensor"

This reverts commit 27608d2ea0.

* Fixed build

* Fixed more errors

* Fixed loop implementation

* Fixed ONNX tests

* Small change

* Fixed set_shape for host tensor

* Fixed ReadValue Assign tests

* Fixed template tests

* Fixed build

* Fix Windows build

* Fixed more errors

* Fixed CTCLoss

* Fixed comments

* Removed all comments

* Fixed tensors update

* Try to fix tests
2023-09-19 11:46:11 +04:00
Oleg Pipikin
068cd4473d
Refactor AdaPool, BatchToSpace, and BatchNorm shared tests (#19597)
* Refactor AdaPool, BatchToSpace, and BatchNorm shared tests
2023-09-19 09:40:29 +02:00
Vitaliy Urusovskij
6b5a22a656
Add bert-base-ner in MemLeak tests (#19817)
* Add `bert-base-ner` in MemLeak tests

* Fix segfault caused by `fillTensorRandom()`
2023-09-19 11:27:23 +04:00
dependabot[bot]
475ad32cc4
Update numpy requirement in /src/bindings/python (#19897)
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.16.6...v1.26.0)

---
updated-dependencies:
- dependency-name: numpy
  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-09-19 11:19:35 +04:00
River Li
e34f3a1fee
Fix warning in template plugin (#19932) 2023-09-19 11:13:57 +04:00
Karol Blaszczak
933d9c1c0a
[DOCS] OVC docs adjustments (#19918) (#19924)
authored-by: Tatiana Savina <tatiana.savina@intel.com>
2023-09-19 08:56:45 +02:00
Chenhu Wang
e961ce307b
[CPU] Eliminate dependency for emitters tails process (#19527) 2023-09-19 10:41:38 +04:00
Zhang Yi
9c4bc1cc2b
[CPU] Fix OMP thread count for MLAS ThreadPool initialization (#19731) 2023-09-19 10:30:33 +04:00
Sofya Balandina
691f5938d2
[template] Add faked hint property (#19887)
* [template] Add faked hint property

* fix comments
2023-09-19 03:51:17 +02:00
Paul Youngsoo Ahn
03918c2cac
bug fix update (#19568)
* [GPU] Fix gpu functional test failures
* set m_max_batch to 1
* add debug log for condition operation

* Add debug logs for condition and constant

* To fix zero byte allocation issue, Convert zero dimension to 1 dimension in constant

* Add the code to check if output shape is dynamic in split offset calculation and checking allow_new_shape_infer in program_builder

* Add unit test for fix checking output shape

* Add test case for zero dimennsion allocation and debug message

* Fix build failure for condition unit test

* Follow up code review
2023-09-18 14:13:38 -07:00
Przemyslaw Wysocki
e34c5a09c6
[PyOV] Add an __init__.py alignment check in CMake (#19882)
* Add init check

* Apply CR
2023-09-19 00:36:13 +04:00
Roman Kazantsev
6556d07c32
[TF FE][Tests] Fix sporadic failure in CTCLoss test (#19920) 2023-09-18 20:25:44 +00:00
Ilya Lavrenov
c7850276dd
Check only build requirements for Python API (#19919) 2023-09-19 00:11:05 +04:00
Ilya Lavrenov
54609e7b72
Removed FixRtInfo pass (#16870)
* Removed FixRtInfo pass

* Removed FixRtInfo pass

* Fixed macOS compilation
2023-09-19 00:07:59 +04:00
Mikhail Ryzhov
10dc2d8b9b
[GHA] Improvement of test execution time cache (#19881)
* renamed cache

* disabled PR cache

* corrected save condition

* removed id

* fixed path in save cache action

* corrected if condition
2023-09-18 19:29:01 +04:00
Maxim Vafin
c10b45fe9e
[PT FE] Fix issue with http error when using torch.hub (#19901)
* [PT FE] Fix issue with http error when using torch.hub

* Mark failing models as xfail

* Remove incorrect model names
2023-09-18 17:04:39 +02:00
Karol Blaszczak
dbab89f047
[DOCS] minor post release tweaks (#19914) 2023-09-18 16:24:26 +02:00
Artyom Anokhov
6df420ed67
[Azure] Fix linux_debian.yml (#19911)
* Update linux_debian.yml

Fixed apt-get update

* More fixes

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-09-18 17:36:55 +04:00
Roman Kazantsev
d90ceb93d1
[TF Hub][TF FE] Fix 5D case for FusedBatchNorm (#19904)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-18 12:51:33 +00:00
Roman Kazantsev
df19699e3a
[TF Hub API][TF FE] Support TF Keras Model OOB without example_input (#19892)
* [TF Hub] Cover TF Hub use cases with adoption to OpenVINO

This is necessarily to demonstrate support of models programmed with TF Hub API
through OV notebooks.

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

* Preserve original keras input and output tensor names

* Add tests with TF Hub API models

* No KerasLayer handling

* Handle specific signature

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-09-18 12:18:05 +00:00
Maxim Vafin
a4cbac3dee
[PT FE] Add tests for detectron2 models (#19888)
* [PT FE] Add tests for detectron2 models

* Fix names of tests

* Apply suggestions from code review

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Create secondary requirements file

---------

Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-09-18 13:40:40 +02:00
Karol Blaszczak
49df8fa45e
[DOCS] updated archives for 2023.1 port master (#19896) (#19902)
port: https://github.com/openvinotoolkit/openvino/pull/19896
2023-09-18 10:22:54 +00:00
Ilya Lavrenov
253ca8c746
Fixed GPU plugin static build with oneDNN (#19811)
* Fixed GPU plugin static build with oneDNN

* Fixed issue with absolute paths inside installed OpenVINOConfig.cmake

* Fixed absolute paths in installed OpenVINOConfig.cmake

* Changed components for installation
2023-09-18 13:58:20 +04:00
mei, yang
e9aaf9aa1b
[CPU] Fix Interpolate impl bug and add related test case (#19783) 2023-09-18 12:39:11 +04:00
Przemyslaw Wysocki
09aece638d
Fix typo in Good First Issue template (#19898)
* Add gfi

* Minor change

* Fix linter

* fix typo

* Fix typo'
2023-09-18 11:53:45 +04:00
dependabot[bot]
b7dcae3ab6
Bump actions/checkout from 3 to 4 (#19893)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 10:42:07 +04:00
dependabot[bot]
5fd16dc92e
Bump SimenB/github-actions-cpu-cores from 1 to 2 (#19894)
Bumps [SimenB/github-actions-cpu-cores](https://github.com/simenb/github-actions-cpu-cores) from 1 to 2.
- [Release notes](https://github.com/simenb/github-actions-cpu-cores/releases)
- [Commits](https://github.com/simenb/github-actions-cpu-cores/compare/v1...v2)

---
updated-dependencies:
- dependency-name: SimenB/github-actions-cpu-cores
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 10:41:41 +04:00
yanlan song
b8942b6dd6
Ensure so is there for lifecycle (#19510)
* ensure so is there for lifecycle

Signed-off-by: fishbell <bell.song@intel.com>

* batch plugin + batch not triggered case

Signed-off-by: fishbell <bell.song@intel.com>

* clang

Signed-off-by: fishbell <bell.song@intel.com>

* fix settensor failure

Signed-off-by: fishbell <bell.song@intel.com>

* fix model info mismatch when load with 1.0 API with ppp info

Signed-off-by: fishbell <bell.song@intel.com>

* remove unncessary ppp code

Signed-off-by: fishbell <bell.song@intel.com>

* Update src/plugins/auto_batch/src/compiled_model.cpp

Co-authored-by: Ilya Churaev <ilyachur@gmail.com>

* enable the meta holder cases

Signed-off-by: fishbell <bell.song@intel.com>

---------

Signed-off-by: fishbell <bell.song@intel.com>
Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
2023-09-18 14:13:38 +08:00
Ilya Lavrenov
0b8237f508
Removed testdata repo usage (#19890) 2023-09-18 06:59:56 +04:00
Przemyslaw Wysocki
11016a9357
Add Good First Issue template (#19871)
* Add gfi

* Minor change

* Fix linter

* fix typo
2023-09-16 23:29:46 +04:00
Przemyslaw Wysocki
0247f4a9ab
Clean up issue templates (#19874)
* Cleanup

* minor changes

* performance.yml
2023-09-16 23:29:33 +04:00
Maciej Smyk
0edd62b96a
[DOCS] Notebooks iframe update for 23.1 2023-09-15 15:58:37 +02:00
Maciej Smyk
bcb469ab19
19680 & 19849 (#19879) 2023-09-15 14:55:32 +02:00
Andrey Kashchikhin
2cd1308104
[CI] [GHA] Introduce GHA Windows Conditional Compilation Pipeline (#19343)
* introduce win cc pipeline

* disable some triggers

* do not install unnecessary dependencies

* clone models

* rm triggers

---------

Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
2023-09-15 16:25:32 +04:00
Andrey Kashchikhin
e090e37f6f
[CI] [GHA] Introduce GHA Linux Conditional Compilation Pipeline (#19341)
* introduce linux cc

* disable some triggers

* check dirs

* use another model

* return model

* rm triggers

---------

Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
2023-09-15 16:24:44 +04:00
Anastasia Kuporosova
68ba8873a2
[Docs] Update python snippets with new properties imports (#19872) 2023-09-15 16:19:44 +04:00
Karol Blaszczak
2ec80439d7
[DOCS] benchmark update 23.1 (#19683) 2023-09-15 11:50:21 +02:00
dependabot[bot]
5b6043069d
Bump codecov/codecov-action from 3 to 4 (#19863)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-15 08:49:24 +00:00