Commit Graph

12152 Commits

Author SHA1 Message Date
Andrey Kashchikhin
b6a32694a5
unskip tests in GHA (#18906) 2023-08-02 00:42:37 +04:00
Ilya Churaev
996f10394c
Extend error messages from proxy plugin (#18902) 2023-08-01 17:47:57 +00:00
Pawel Raasz
9067a1fead
Review NMS, MatrixNms shape inference (#18869)
* Review NMS shape inference

* Fix test issues

* Review MatrixNms shape inference

* Unregister NMS with dynamic output from CPU plugin
2023-08-01 19:44:55 +04:00
Mikhail Ryzhov
3dc96738e1
[GNA] Fixed absent node_id crash (#18874) 2023-08-01 13:33:57 +00:00
Maxim Vafin
361367393b
[MO] Raise exception for older nncf models (#18890)
* [PT FE] Call strip() for older nncf models

* Raise excception on older nncf models

* Update legacy mo too
2023-08-01 13:00:12 +00:00
Chen Xu
74a608592a
[CPU] Fix Reduce node bug regarding fusing with low precision (#18835) 2023-08-01 11:56:36 +00:00
Jan Iwaszkiewicz
7fd6563827
[PyOV] Add Range-4 as part of opset12 (#18884) 2023-08-01 11:51:35 +00:00
Chenhu Wang
0608ece0ae
[CPU] MVN kernel: fixed tails processing on SSE (#18893) 2023-08-01 09:29:18 +00:00
Sebastian Golebiewski
c2052b0424
[DOCS] Compile CPU plugin for ARM platforms. (#18764)
* Update build_raspbian.md

* update-instructions

* remove-cross-compilation

* Update build_raspbian.md
2023-08-01 11:10:04 +02:00
Ilya Churaev
c8bdefec30
Remove old API from Core implementation (#18892) 2023-08-01 09:00:55 +00:00
Przemyslaw Wysocki
4a6282a6f5
Move ONNX FE tests into ONNX FE directory (#18259) 2023-08-01 10:41:05 +02:00
Pawel Raasz
6cc8661efe
Review preprocessing ops convert color i420 nv12 color classes for shape inference aspects (#18870)
* Review I420 convert shape inference

* Review NV12 convert shape inference
2023-08-01 12:05:21 +04:00
Sergey Lyalin
5587d59bff
Enable creation of custom ops in Python (NodeFactory.add_extension) (#18858)
* [WIP] Added load_extension on Python side

* Added load_extension to NodeFactory as an alternative way to expose them to user (openvino path only, no changes in ngraph legacy path

* Reverted adding load_extensions in openvino.runtime

* Renamed load_extension to add_extension to be aligned with other part of extension API

* Applied code style rules

* Shorter description of NodeFactory.add_extension

* Fixed accidentally deleted indent

* Explicit error when custom op without intpus is attempted to be created, better help for NodeFactory.add_extension (op version clarification)

* Style fixes

* Test to cover NodeFactory.add_extension

* Minor wording changes

* Code style

* Fix code style

* Limit NodeFactory.add_extension test to specific test configurations
2023-08-01 11:53:23 +04:00
Taylor Yeonbok Lee
974ef62ce6
[GPU] Do weight reorder for fc shape agnostic kernels at build time (#18829)
* Do weight reorder at build time

* Add test
2023-08-01 03:40:06 +00:00
Zlobin Vladimir
5813b6d27a
Update open_model_zoo submodule (#18889)
Tickets 111903, 111915, 111925 and 111927
2023-07-31 22:34:28 +00:00
Xuejun Zhai
5871b355ec
[AUTO BATCH PLUGIN] update time out from set property (#18795)
* [AUTO BATCH PLUGIN] update time out from set property

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

* [AUTO BATCH PLUGIN] update test case from time out property

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

* [AUTO BATCH PLUGIN] fix review comment

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>

---------

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
Co-authored-by: Haiqi Pan <haiqi.pan@intel.com>
2023-08-01 01:22:21 +04:00
Yury Gaydaychuk
61be577822
[CPU][Commit slider] Add commit to preprocess args (#18677) 2023-07-31 19:57:50 +04:00
Oleg Pipikin
c52afe8032
Refactor func test utils (#18849) 2023-07-31 16:22:32 +02:00
Irina Efode
87ff00426f
[CONFORMANCE][TOOLS] Temporary skip part of subgraphsDumper tests (#18878) 2023-07-31 16:41:58 +04:00
Wang, Yang
5572fad712
[CPU] Support precision conversion for opset10::IsFinite and opset10::IsNaN (#18149) 2023-07-31 13:35:07 +04:00
Vladislav Golubev
2b5ca40eb6
[CPU] MatMul: move i8 compressed weights constant folding to the plugin (#18718)
- Reused LPT pass for ConstantFold pass disabling for decompression subgraph
- GraphOptimizer: added FuseFCAndWeightsDecompression transformation
- Transformation pipeline adapted to the MatMuls with compressed weights
- Added MoveFCReshapeToWeights CPU transformation
2023-07-31 12:44:09 +04:00
Fang Xu
349d159327
enable canary for mac arm64 oneTBB2021.2.1 (#18864) 2023-07-31 11:33:49 +04:00
Ilya Churaev
3760e084fa
Apply global mutex only for old glibc (#18832)
* Apply global mutex only for old gcc

* Added comment
2023-07-31 07:23:24 +00:00
Aleksandr Voron
e9991982bb
[CPU][ARM] FP16 inference precision support (#18394) 2023-07-31 10:34:22 +04:00
Yaroslav Torziuk
86bd5a4e2b
[GPU] Interpolate v11 GPU reference implementation (#18472)
* Extract axes normalization and validation in separate functions in Interpolate op

* Update resample primitive declaration

* Update output layout calculation for Interpolate v11

* Update Interpolate op builder

* Add a shared test instance for Interpolate from 11th opset

* Add basic tests for Interpolate from opset 11

* Add new resample types and appropriate flags in ParamsKey

* Replace map which holds axes and scales with two separate vectors in resample_params

* Add resample kernel implementation
2023-07-31 05:41:21 +02:00
Jade Cho
c0783f16ed
[dGPU] Enable user scratchpad mode for onednn primitive. (#18699)
* [dGPU] Enable user scratchpad mode.
* Reuse intermediate buffer.
* Add own id to the memory dependencies at the c-tor of program_node
+ Allocate intermediate memory with memory_pool::get_memory() function.
+ Assign scratchpad memory desc in load() function for onednn primitive
serialization
* Allocate device mem for onednn scratchpad mem
2023-07-30 23:13:45 +09:00
Haiqi Pan
63ac68e745
remove AutoBatching_Test_DetectionOutput (#18838) 2023-07-29 16:08:21 +04:00
HARI CHAND BALASUBRAMANIAM
7eeffdb9cd
[Bug Template] New format bug template (#18150)
* [Bug Template] New format bug template

This new bug template provides an easy interface for customers to fill in the information before submitting a new issue.

* [Update][Bug Template] New format bug template

- use 2021.4 LTS as an example for the OpenVINO version (this is where the customer will fill up the version)
- Adding macOS Systems for Intel CPU, macOS Systems for Apple Silicon, Android Systems, Raspbian Stretch OS, and WebAssembly to the OS list 
- Adding GNA, AUTO, HETERO, and BATCH to the devices list
- Remove "Engine" in "Inference Engine"

* Update bug.yml v3

removed #endhere

* Apply suggestions from code review

add some suggested changes by @p-wysicki

Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>

* Update bug.yml

---------

Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
2023-07-29 16:03:06 +04:00
Ivan Tikhonov
5fadde62ba
Enable ResolveNamesCollisions transformation in MOC #2 (#18772)
* ResolveNamesCollisions transformation refactoring; enable it in MOC

* fix the description

* call ResolveNamesCollisions transformation in the frontends; resolve review comments

* Resolve review comments

* fix EliminateUnsqueezeGather and AlignMixedTypes transformations
2023-07-29 09:29:31 +04:00
Pavel Esir
5113900350
[GPU] Fuse MVN before ConvertPrecision (#18845) 2023-07-28 20:05:05 +02:00
Ekaterina Aidova
4c1fc5ff47
update OMZ submodule for namespace alignment (#18852) 2023-07-28 17:39:33 +00:00
Maxim Vafin
e3f19b59e7
Add opset12 operations to MO IR Reader (#18851) 2023-07-28 17:14:38 +00:00
Irina Efode
6a94ae3409
[CONFORMANCE] Move testsRunner to new subgraphsDumper (#18129)
* New Subgraph Dumper -> Cache + Meta

* iCache tests

* tests_meta

* OpCache tests

* Move & refactor matchers

* fix all tests and refactor meta

* Prepare for review

* Add caching types

* Model testing + improvement

* Add ignored ports. Add tests for node utils

* [CONFORMANCE] MOVE conformance runner to new subgraphsDumper

* fix build

* Fix compilation error

* fix compilation of deprecated subgraphs dumper

* fix build

* arm

* fix win?

* temp commit

* revert

* Add w/a to save const

* Update constant.hpp

* Update constant.hpp

* fix ci build

* cleanup

* Update model.hpp

* Update data_utils.hpp

* Update generate_inputs.cpp

* fix compilation

* Fix update cache with partial shape is 0

* Fix tests

* fix some problems

* tmp disable tests

* TMP disable

* Add skip tests config to subgraphs dumper tests

* Remove extra changes

* Fix build

* One more commit

* Mere

* Remove extra

* Skip one test
2023-07-28 19:04:44 +02:00
Ilya Lavrenov
94887bed38
Removed prebuilt OpenCV usage (#17838) 2023-07-28 16:08:09 +00:00
Alexandra Sidorova
4bef661f7a
[Snippets][CI] Added ov_snippets_func_tests validation to Azure CI (#18844)
* [Snippets][CI] Added Snippets Func Tests to Azure Windows

* [Snippets][CI] Added Snippets Func Tests to Azure Linux

* [Snippets][CI] Added Snippets Func Tests to GitHib workflow Linux

* [Snippets][CI] Added Snippets Func Tests to GitHib workflow Windows

* [Snippets][CI] Added Snippets Func Tests to Azure Linux Debian
2023-07-28 15:23:10 +00:00
Vladimir Paramuzov
3e0b4b337b
[GPU] LUID property added (#18815) 2023-07-28 19:16:25 +04:00
bstankix
3a83237a6c
Bugfix newsletter and footer scripts (#18853) 2023-07-28 16:12:07 +02:00
Ilya Lavrenov
41750e1ada
Added a WA for running Python API in debug mode (#18848) 2023-07-28 17:29:09 +04:00
Anastasia Kuporosova
f23f937b85
[PyOV] Add more ovany tests (#18730) 2023-07-28 15:01:53 +02:00
Anastasiia Pnevskaia
c7cde6a102
Removed saved_model_tags from OVC, improved help. (#18785)
* Removed saved_model_tags, improved help.

* Fixed help, removed to string conversion of params.

* Help corrections.

* Small correction.

* Corrected wrong changes.

* Corrected wrong changes.

* Fixed arguments creating in cli parser.

* Renamed extensions parameter to extension.
2023-07-28 15:46:47 +04:00
Maxim Vafin
481721e979
[PT FE] Partially disable freezing for int8 and uint8 weights (#18827) 2023-07-28 13:37:01 +02:00
Georgy Krivoruchko
9bf5b6effb
Fixed loading error when we see string type (#18837) 2023-07-28 11:02:50 +00:00
Vladislav Golubev
5e846a0433
[CPU] Extensions shape inference issue fix (#18824) 2023-07-28 15:02:38 +04:00
Vladimir Paramuzov
9177809bd7
[GPU] Fixed removal of reorder connected to non-default out port (#18826) 2023-07-28 14:55:46 +04:00
Mustafa Cavus
c720052f40
TorchFX caching fix (#18813)
* TorchFX caching fix

* Added required newlines for code formatting

* TorchFX model caching file_name check added
2023-07-28 12:25:18 +02:00
Jakub Nowicki
fd085f870f
[GNA] Update doc for GNA 3.5 (#18825)
* [GNA] Update doc for GNA 3.5
2023-07-28 12:25:03 +02:00
Sofya Balandina
223461e462
[apiConformanceReport] Fix double 'passed' in 'all test amount' and fist mandatory view (#18822) 2023-07-28 12:41:32 +03:00
Georgy Krivoruchko
4f13f0c5c9
Aligned namespaces with an actual master (#18671) 2023-07-28 12:20:54 +04:00
Ekaterina Aidova
349a0d420f
[PT FE]: cleanup unused imports (#18833) 2023-07-28 12:03:15 +04:00
Jan Iwaszkiewicz
583939b828
[PyOV] Aliases and namespace redesign (#18157)
* Remove inits, update main one

* Fix stacklevel

* Testing wrong solution

* Testing test test

* Fix test test test test

* mo modules mo problems

* Xfail test that check stdout/err?

* not so correct solution to circular imports

* Fix or not to fix

* CMake magic, co-authors: my best team

* Fix package imports

* Fix tools inits

* Fix ovc tf

* Fix Q000

* Fix F401

* Fix linters

* Add save_model

* Remove LayoutMap

* Move test_utils to 'internal modules'

* First testing

* Missing Type

* Expand main namespace

* Change some more tests

* Add OVAny to namespace

* Add Constant and Parameter to namespace

* More tests changes

* Fix inits

* Add layout_helpers to main namespace

* Revert CMake and linux.yml with ovc

* Update main inits

* Remove MO from tools inits

* changes to init files

* Fix tests

---------

Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>
2023-07-28 11:52:21 +04:00