Commit Graph

13384 Commits

Author SHA1 Message Date
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
Oleg Pipikin
76459a316f
Refactor ngraph builders 5 (#21101)
* Remove makeGatherElements builder

* Remove makeTile builder

* Remove makeNormalizeL2 builder

* Deprecate makeNms buider

* Remove makeOneHot builder

* Remove makeEinsum
2023-11-16 10:29:48 +04:00
Xuejun Zhai
83ef7d7ff9
[Func Test] Upgrade func test of QuantMatMulTest related to 2.0 (#21103)
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-11-16 06:29:10 +00:00
Sergey Shlyapnikov
af34891750
[GPU] Add more flexible check if user's buffer is USM Host and can be reused (for iGPUs only) (#21018) 2023-11-16 09:46:10 +04:00
Luo Cheng
0061d0b286
[CPU] ScaledDotProductAttention op support (#20506) 2023-11-16 05:30:30 +00:00
Yaroslav Torziuk
f45dccad15
[GPU] Multinomial-13 (#20616)
* Update random_uniform in multinomial reference implementation to generate values of the same type as the first input

* Add kernel selector for multinomial

* Add multinomial primitive and its instantiation

* Add calc_outut_layout implementation for slice_inst

* Multinomial builder

* Add multinomial kernel

* Add multinomial single layer test class

* Add GPU multinomial tests instantiation
2023-11-15 16:20:43 -08:00
Xuejun Zhai
8eb529ceac
[Func Test] Upgrade func test of QuantGroupConvBackpropDataLayerTest related to 2.0 (#21094)
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-11-15 18:14:25 +00:00
Xuejun Zhai
6755a7e3a8
[Func Test] Upgrade func test of QuantGroupConvLayerTest related to 2.0 (#21092)
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-11-15 17:28:07 +00:00
Karol Blaszczak
7e5f491459
[DOCS] home-tile-removal (#21096) 2023-11-15 16:21:25 +01:00
Irina Efode
eedc8d814c
[IE TESTS ]Checking path of TEMPLATE plugin for OV_PLUGIN_CACHE (#20960)
* [IE TESTS] Change path of TEMPLATE plugin for OV_PLUGIN_CACHE

* fix code style

* partial revert revert

* Update ov_plugin_cache.cpp
2023-11-15 19:19:47 +04:00
Karol Blaszczak
4b078f698d
[DOCS] sys req update (#20953) 2023-11-15 16:00:36 +01:00
Przemyslaw Wysocki
2c3535355d
[PyOV] Add torchvision to OpenVINO preprocessing converter docs (#20770)
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-11-15 15:25:36 +01:00
Ivan Novoselov
9e7deba8da
[Snippets] Deep copy interface (#20242) 2023-11-15 15:06:12 +01:00
Anastasiia Pnevskaia
d304be0bd7
[OVC] Fixed error in --output_model param. (#20969)
* Fixed error in get_model_name_from_args(), added tests.

* Corrected output_model description.

* Corrected test.
2023-11-15 17:42:14 +04:00
Tomasz Jankowski
3558f09c3d
[core] Migrate OneHot operator to new API (#21038)
* Drop ngraph remains

* Use ov::Tensor

instaed of ngraph::HostTensor

* Set output shape
2023-11-15 14:13:14 +01:00
Xuejun Zhai
00d0c0ad0d
[Func Test] Upgrade func test of QuantConvBackpropDataLayerTest related to 2.0 (#21082)
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-11-15 14:12:33 +01:00
Alexandra Sidorova
aef989f585
[CPU][Tests] Fixed linking of specific tests (#21084) 2023-11-15 13:35:16 +01:00
Haiqi Pan
79c9f4ad44
migrate executable_network test case to compiled_model (#19541)
* add get property test case

* add CanCreateTwoExeNetworksAndCheckFunction and pluginDoesNotChangeOriginalNetwork

* tmp

* add canSetInputPrecisionForNetwork and canSetOutputPrecisionForNetwork

* fix code style

* tmp

* Revert "tmp"

This reverts commit ff3f8d56d5.

* tmp

* add CanCompileModelWithEmptyProperties

* remove comment

* add infer request

* add CanLoadNetworkWithCustomLocale

* add CanLoadNetworkWithCustomLocale

* fix error

* remove case in io_tensor.cpp

* fix Unsupported metric key: OPTIMAL_BATCH_SIZE

* Update src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/include/api_conformance_helpers.hpp

Co-authored-by: Chen Peter <peter.chen@intel.com>

* fix batch size

* remove useless code

* remove failed case CanCompileModelWithEmptyProperties, CanLoadNetworkWithCustomLocale and LoadNetworkWithBigDeviceIDThrows to test

* Revert "remove failed case CanCompileModelWithEmptyProperties, CanLoadNetworkWithCustomLocale and LoadNetworkWithBigDeviceIDThrows to test"

This reverts commit 1317d0773c.

* Revert "remove useless code"

This reverts commit b3dd0ffaab.

* Revert "fix batch size"

This reverts commit 2afd673cff.

* Revert "Update src/tests/functional/plugin/conformance/test_runner/api_conformance_runner/include/api_conformance_helpers.hpp"

This reverts commit 9d6030952f.

* Revert "fix Unsupported metric key: OPTIMAL_BATCH_SIZE"

This reverts commit 2de26547ea.

* try to add optimal_batch_size in cpu plugin

* return model when optimal_batch_size not found in apply_auto_batching

* revert cpu plugin

* gna cannot support some model

* update test case name

* skip CanCreateTwoCompiledModelsAndCheckRuntimeModel in gna

* Update src/inference/src/dev/core_impl.cpp

Co-authored-by: Chen Peter <peter.chen@intel.com>

* Update src/inference/src/dev/core_impl.cpp

Co-authored-by: Chen Peter <peter.chen@intel.com>

* replace deviceName.substr(pos + 1) with deviceNameWithoutBatch

* fix bug

* Update src/inference/src/dev/core_impl.cpp

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

* Update src/tests/functional/plugin/shared/include/behavior/compiled_model/compiled_model_base.hpp

Co-authored-by: River Li <river.li@intel.com>

* Update src/tests/functional/plugin/shared/include/behavior/compiled_model/compiled_model_base.hpp

Co-authored-by: River Li <river.li@intel.com>

* Update src/plugins/intel_gna/tests/functional/shared_tests_instances/skip_tests_config.cpp

Co-authored-by: River Li <river.li@intel.com>

* Update src/plugins/intel_gna/tests/functional/shared_tests_instances/skip_tests_config.cpp

Co-authored-by: River Li <river.li@intel.com>

---------

Co-authored-by: Chen Peter <peter.chen@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: River Li <river.li@intel.com>
2023-11-15 13:27:42 +01:00
Oleg Pipikin
c7765c91f5
Refactor ExperimentalDetectron tests (#20846)
* Refactor ExperimentalDetectronDetectionOutputLayerTest

* Refactor ExperimentalDetectronGenerateProposalsSingleImageLayerTest

* Refactor ExperimentalDetectronPriorGridGeneratorLayerTest

* ExperimentalDetectronROIFeatureExtractorLayerTest

* Refactor ExperimentalDetectronTopKROIsLayerTest

* Apply comments

* Aplly comments
2023-11-15 13:16:37 +01:00
Xuejun Zhai
66a8600564
[CPU Plugin 2.0] replace ie::precision with ov::element (#21041)
* [CPU Plugin 2.0] replace ie::precision with ov::element

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

* [CPU Plugin 2.0] fix MatmulWeightsDecompression.CompareWithRefs test error

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

* [CPU Plugin 2.0] fix compiler error

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

* [CPU Plugin 2.0] fix compiler error

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

* [CPU Plugin 2.0] fix review comment

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

---------

Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
2023-11-15 12:32:43 +01:00
Wilson Seok
0180078c70
[GPU] Fix permute reorder fusing bfzyx (#20896)
* fix accuracy issue of permute reorder fusing

* add func test

* remove debug code

* use unit test

* simplify condition

* add additionall condition
2023-11-15 09:33:12 +00:00
Siddhant Chauhan
aa1fcbbad1
[ONNX] Extend ONNX Frontend with Function GreaterOrEqual
* ONNX greater_or_equal enabled
2023-11-15 00:34:31 -08:00
Sungeun Kim
5365bfe0a7
[GPU] remove setting threshold manually for dynamic 1d conv (#21028) 2023-11-15 16:54:22 +09:00