Commit Graph

13356 Commits

Author SHA1 Message Date
Ilya Lavrenov
2ee8b29f64
Smart CI: CPU triggers tests for PT and TF FEs (#21183) 2023-11-20 15:35:40 +04:00
Tomasz Jankowski
ffa6e8458d
[core] Migrate ShapeOf operator to new API (#21143)
* Drop legacy stuff

* Drop HostTensor

* Remove unused element types support

* Revert "Remove unused element types support"

This reverts commit 2ca8280c56.

* Improve style
2023-11-20 15:06:30 +04:00
Pawel Raasz
af27b6f16a
Add checking compatible types for Gathers GroupedGatherElimination (#20979)
* Check Gathers 2nd input type to avoid Concat exception
in GroupedGatherElimination transformation

* Add indices conversion if possible
2023-11-20 14:59:37 +04:00
Evgeny Kotov
ecd1972c24
don't fold ShapeOf in TransposeSinking (#20742)
* add to DisableShapeOfConstantFolding flag; set it in ts_gather; add unit test

* fix ts_general; use check_shape flag in EnableShapeOfConstantFolding

* set EnableShapeOfConstantFolding constructor explicit

---------

Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com>
2023-11-20 14:57:19 +04:00
Alina Kladieva
7931938ea4
[GHA] Alternative way to handle required pipeline checks (#21164) 2023-11-20 11:14:58 +01:00
Roman Kazantsev
bb773137f1
[TF Hub] Move all nightly scope to Kaggle links (#21169)
7 models are skipped since they are not moved there. Now they are not available.

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-11-20 13:33:21 +04:00
Przemyslaw Wysocki
dddc85f68f
Add lower bound to sympy (#21127) 2023-11-20 10:17:47 +01:00
Przemyslaw Wysocki
bd5bd56d29
Remove failing mxnet test (#21151) 2023-11-20 10:17:22 +01:00
Zlobin Vladimir
e965bea8fe
benchmark_app: allow dla_benchmark for FPGA to override show_available_devices() for --help (#20945)
It's possible now to have in main.py:
parser = parse_args()
import argparse, openvino
core = openvino.Core()
class print_help(argparse.Action):
    def __call__(self, parser, namespace, values, option_string):
        parser.print_help()
        print("\nAvailable target devices:  ", ("  ".join(core.available_devices)))
        sys.exit()
parser.add_argument('-h', '--help', action=print_help, nargs='?', default=argparse.SUPPRESS, help='Show this help message and exit.')
args = parser.parse_args()

The details are in https://github.com/openvinotoolkit/openvino/pull/20098
2023-11-20 13:00:37 +04:00
Roman Kazantsev
ab3452ce59
[TF FE] Speed up compilation - part 2 (#21170)
Avoid use of heavy header

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-11-20 12:51:35 +04:00
Alina Kladieva
f7f8636fe4
[GHA] Workaround for some non-repo components in Smart CI (#21134)
* Workaround for some non-repo components in Smart CI

* Add possibility to add all components as dependent

* Remove extra check

* Add test case for "all" key
2023-11-20 12:44:50 +04:00
Pawel Raasz
43bb86d384
[core]Migrate Power operator to new API (#21150)
* Migrate Power operator to new API

* Refactor ref implementation to reduce bin size
2023-11-20 08:48:38 +01:00
Maksim Kutakov
5203d3483b
[CPU] Dynamic shapes support for memory states with zero copy (#20368) 2023-11-20 09:58:38 +04:00
Tingqian Li
a61a9be495
[CPU] Add general pattern serialization & matcher & RoPE (#20729) 2023-11-20 09:50:50 +04:00
Min, Byungil
081f5aad8a
[GPU] Fix perf regression from dynamic tensor iterator (#21065)
+ Not to use reference::split. It is very slow.

Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-11-20 10:03:39 +09:00
Min, Byungil
8181f30a67
[GPU] Fix accuracy issue of blocked format batching on iGPU (#20890)
* [GPU] Fix accuracy issue for blocked format batching on iGPU

+ Bugfix GET_INDEX for batching of b_fs_zyx_fsv16 of target model
+ Updated fetch_data.cl
+ Minor fix of error message

Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-11-20 09:46:37 +09:00
Maxim Vafin
276153d1ce
[PT FE] Support aten::_weight_norm and aten::full with scalar size (#21160)
* Support aten::_weight_norm and aten::full with scalar size

* Add op_table changes

* Add comments
2023-11-17 19:13:15 +00:00
Sebastian Golebiewski
44d56b9dc7
[DOCS] New page design for notebooks (#20996)
New design and new directive for notebooks
2023-11-17 16:34:34 +01:00
Oleg Pipikin
a9dffa8d70
Refactor ngraph builders (#20998)
* Remove makeInputLayer builders

* Refactor makeBroadcast builder

* Deprecated makeCTC builders

* Fix for broadcast builder

* Remove and deprecate makeSplit builder

* fix

* Fix
2023-11-17 16:10:19 +01:00
Maxim Vafin
b2e14f9fad
[PT FE] Fix pad value dtype for pooling (#21139)
* [PT FE] Fix pad value dtype for pooling

* Apply suggestions from code review

* Apply suggestions from code review
2023-11-17 16:09:56 +01:00
Oleg Pipikin
71af0eef38
Refactor ngraph builders 4 (#21100)
* Remove and deprecate some ngraph builders
2023-11-17 14:51:56 +00:00
Andrzej Kopytko
d29207e201
[DOCS] update benchmark files 2023-11-17 14:02:43 +01:00
Karol Blaszczak
fa0a6ab9d1
[DOCS] fix npu mention (#21147) 2023-11-17 13:50:05 +01:00
Tatiana Savina
c01fdc9276
[DOCS] Port release docs to master (#21154)
* update links (#21118)

* change install (#21117)

* deprecate deployment manager (#21089)
2023-11-17 13:47:00 +01:00
Georgy Krivoruchko
c71ee333f8
[TFLite] Extended verification of supported files (#21006)
* [TFLite] Fix for crash in case of zero-length file

* Extended verification using FourCC check in the header

* Fix for Linux build

* Fixes for Linux

* Some platforms may miss SizePrefixed... method

* Fixed path preparation
2023-11-17 15:03:31 +04:00
Roman Kazantsev
b380eb06ee
[TF FE] Speed up compilation - part 1 (#21144)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-11-17 10:26:28 +00:00
Luo Cheng
e4311aae46
[CPU] Fix ScaledDotProductAttention build failure on ubuntu18 (#21123) 2023-11-17 10:14:01 +00:00
Maxim Vafin
6bdc1597ed
[PT FE] Align types for aten::clamp_max and aten::clamp_min (#21137)
* Align types for aten::clamp_max and aten::clamp_min

* Add tests
2023-11-17 10:26:44 +01:00
Paul Youngsoo Ahn
8b5b7a627b
[GPU] Fix loop issues (#21091)
* [GPU] Fix loop issues
* if loop does not run inner body, return zero dimension layout for dynamic dimension layout

* Support dynamic sliced input in inner body in creaet concate mapping

* Modify update_shape to call reset_shape_changed() when inputs of loop are not changed
* Add unit test

* Follow-up codereview
2023-11-17 00:16:58 -08:00
Aleksandr Voron
60730f61a4
[CPU][ARM] Call to_string() method of ov::element::Type in ACL Convert executor (#21136) 2023-11-17 07:02:13 +00:00
Taylor Yeonbok Lee
cc463a7757
[GPU] Skip empty subgraph of If operator (#21087)
* Skip empty subgraph of If operator

* Added test
Applied review comment

* Fix for the following case:
1) body network output has only constant input
2) body network output itself is the constant
2023-11-17 09:39:03 +04:00
Pratham Ingawale
a1416ed68f
pytest special test case 3 (#20313)
* pytest:- freeze_placeholder_test.py

* trying with classmethod

---------

Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
2023-11-16 19:48:41 +04:00
Artyom Anokhov
4cf85dbda0
Added 2023.2.0 to APT/YUM conflicts (#21129) 2023-11-16 18:07:51 +04:00
Oleg Pipikin
819feeb56d
Refactor NMS shared tests (#20897)
* Refactor MatrixNmsLayerTest

* Refactor MulticlassNmsLayerTest

* Refactor NmsLayerTest

* Apply comments

* Apply comments
2023-11-16 13:57:56 +00:00
Sofya Balandina
b6f1ffceca
[apiConformance] Update reports to avoid sw plugins over all devices (#20222) 2023-11-16 17:51:34 +04:00
Sebastian Golebiewski
908fa51742
Fixing versions in Install Openvino (#21124) 2023-11-16 13:38:21 +01:00
Alexander Suslov
2a33f35c43
DOCS Update optimization docs with ov.save_model() instead of ov.serialize() (#20711)
* introduced ov.save_model(...) to the ptq code examples

* replied to comments

* fixed rendering

---------

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-11-16 13:34:33 +01:00
Irina Efode
d1e1555f2f
[CONFORMANCE] Cleaning up (#20835)
* 1. Add Op_conformance_utils lib.
2.rename targets.
3. Remove behavior folder from api conformance
4. Remove ov1.0 from opImplCheck
5. move tests and insts to one file
6. small refactoring for op conformance test names

* align namespaces, remove test_utils from subgraphs_dumper

* update target names

* Remove extra

* Fix the tests without shapes in meta

* fix failed test names

* Add attribute reader

* Fix buils

* Check the registered lib

* try

* add comparator

* Revert "try"

This reverts commit 27eaa4ea0f.

* try to fix win build

* types

* tr

* remove pragma once
2023-11-16 16:27:44 +04:00
Ilya Lavrenov
3fbef0d498
Fixed install rules for case when only ONNX FE is enabled (#21114) 2023-11-16 16:26:05 +04:00
Sebastian Golebiewski
bed6eeb94b
[DOCS] final update of relnotes (#21115)
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-11-16 12:49:48 +01:00
Roman Kazantsev
2928b6bfed
[TF Hub] Move pre-commit to Kaggle model links (#21113)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-11-16 14:24:45 +04:00
Andrzej Kopytko
fa1ca27576
[DOCS] GraphJs refactor (#21110)
* [DOCS]InitGraphChanges

* [DOCS] Benchmark files update

* [DOCS] update files from 0635

* [DOCS] fix

* [DOCS ]fix2
2023-11-16 11:09:39 +01:00
Alexander Suvorov
023f6b8682
Update 2023.2.0 Selector Tool (#21097)
* Update selector tool

* update ov version title
2023-11-16 11:06:28 +01:00
Pawel Raasz
78bbe03ae8
[core]Migrate Convert operator to new API (#20961)
* Migrate Convert operator to new API

* Unify Convert reference for non-LP types

* Correct evaluate when output tensor not allocated

* Correct input type name

* Restore static_cast for bool as char
2023-11-16 09:06:07 +00:00
Ilya Lavrenov
aee4865b2f
Try to fix code snippets on macOS (#21111) 2023-11-16 13:05:16 +04:00
Maksim Kutakov
315c916ced
[CPU] Postpone throwing error for dnnl memory until it's requested (#20082)
* Postpone throwing excp when dnnl memory has error

* Change test name

* Enable tests

* Fix the exception macro

* Fix after merge
2023-11-16 09:38:04 +01:00
Wang Wangwang
1693ef17f0
[HETERO] Fix split subgraphs with parameter of different affinity (#21026) 2023-11-16 12:37:00 +04:00
Pawel Raasz
e72afbec7e
Migrate PReLU operator to new API (#21098) 2023-11-16 12:18:06 +04:00
yanlan song
f78d0950d6
resolve dependency (#21105)
Signed-off-by: fishbell <bell.song@intel.com>
2023-11-16 11:42:42 +04:00
Haiqi Pan
4d685194fe
remove similar test cases (#21104) 2023-11-16 06:48:26 +00:00