Ekaterina Aidova
2c88fbf798
[PT FE]: support mixed precision in aten::min/max ( #19936 )
...
* [PT FE]: support mixed precision in aten::min/max
* fix eltwise dtype alignment for float16
2023-09-20 11:26:18 +04:00
Ilya Lavrenov
c67c0663fc
Use target python packages ( #19928 )
2023-09-20 11:16:15 +04:00
Zhang Yi
7fe195a459
[Doc]Update cmake option for MLAS ( #19963 )
...
* [Doc]Update cmake option for MLAS
* Update docs/dev/cmake_options_for_custom_compilation.md
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-09-20 10:35:22 +04:00
dependabot[bot]
a558ebd4bc
Bump actions/checkout from 3 to 4 ( #19964 )
...
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-20 10:31:34 +04:00
dependabot[bot]
5d8687ae30
Bump SimenB/github-actions-cpu-cores from 1 to 2 ( #19965 )
...
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-20 10:31:01 +04:00
Sofya Balandina
0f18d2a0ea
[template] Add device ro props and fix compile_model props test ( #19886 )
2023-09-20 06:05:01 +04:00
Andrew Kwangwoong Park
394e58fafb
[GPU] Fix canonicalization for fused dep's shape ( #19667 )
...
* [GPU] Fix canonicalization for fused dep's shape
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Update TC to reproducible on the latest master
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Fix custom canonicalize shapes for Gather
---------
Signed-off-by: Andrew Park <andrew.park@intel.com>
2023-09-19 16:57:10 -07:00
Ilya Churaev
631d6d3980
Fixed leftovers after migration to new API ( #19941 )
...
* Fixed leftovers after migration to new API
* Fixed tests
* Fixed clang format
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-09-20 01:36:44 +02:00
Anastasia Kuporosova
b3ee79520f
[PyOV][Docs] Add docs for if-op ( #19899 )
...
* [PyOV][Docs] Add docs for if-op
* code style
* add rtypes
* add dots
2023-09-19 21:35:38 +00:00
Ilya Churaev
52e57e1777
Disable clang-format for legacy C API ( #19944 )
2023-09-19 22:26:57 +04:00
Evgenya Nugmanova
00bc4436a9
Allow avoiding Constant casting / printing VisualizeTree ( #19845 )
...
* Avoid Constant casting / printing when OV_VISUALIZE_TREE_CONST_MAX_ELEMENTS==0
Cast only requested amount of elements in Constant::cast_vector<>
* Refactor
* Revert style back
* Fix signed/unsigned comparison
* test
* Style
* Style
2023-09-19 20:13:19 +02:00
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