Commit Graph

7667 Commits

Author SHA1 Message Date
Roman Kazantsev
c332a162ff
[MO] Fix TopK partial shape inference with dynamic K (#12212)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2022-07-20 09:16:24 +02:00
River Li
9a3c969cb7
Restore FEM to be static instance (#12219)
* Restore FEM to be static instance

* Restore frontend manager in ie_read_network.cpp
2022-07-20 08:09:31 +03:00
Ilya Lavrenov
00fe7be00f
Use system pugixml where it's possible (#12218) 2022-07-20 08:53:17 +04:00
Chenhu Wang
43b3fff708
[DOC][CPU] Denormals optimization doc (#12127) 2022-07-20 04:35:45 +03:00
Jan Iwaszkiewicz
06019c442f
[PyOV][DOCS] Python API contribution and developer guide (#12145)
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2022-07-19 16:25:58 +02:00
Irina Efode
5ea8186888
[IE TESTS][CONFORMANCE] Fix OpImplCheck Precision (#12148) 2022-07-19 12:35:12 +04:00
Artur Kulikowski
6a795936b2
ONNX: Pass name to the InputEdge (#12177) 2022-07-19 08:52:54 +02:00
Xiping Yan
6966af3ced
Xp/benchmark app ocl (#12112)
* Add some tip description about enable OpenCL for benchmark_app.

Signed-off-by: xipingya <xiping.yan@intel.com>

* Export doesn't work, we need to add -Dopencl_root_hints=[PATH]/OpenCL-CLHPP/include to cmake command.

Signed-off-by: xipingya <xiping.yan@intel.com>

Co-authored-by: Chen Peter <peter.chen@intel.com>
2022-07-19 14:43:59 +08:00
Ilya Lavrenov
3c0b17f108
Debian packages: base version (#11387) 2022-07-19 09:07:26 +03:00
Ilya Lavrenov
6307fdc77b
Fixes for system libraries pugixml, tbb (#12206)
* Fixes for system libraries pugixml, tbb

* Added more dependencies for core
2022-07-19 08:52:06 +04:00
Evgenya Stepyreva
1535be3c16
TI repetative shape inference (#12178) 2022-07-18 18:47:15 +03:00
Jade Cho
7b03520395
Check memory allocation size of network graph (#11911)
+ Add exception handling for out of resource
2022-07-18 20:39:21 +09:00
Sungeun Kim
3bd475ad26
[GPU] integrate persistent caching for onednn (#12094)
* integrate persistant caching for onednn
* add api to save/load binary file.
2022-07-18 20:13:46 +09:00
Katarzyna Mitrus
4e379d63eb
Update opset.md with opset9 (#12169) 2022-07-18 11:01:45 +02:00
Tomasz Dołbniak
cc3ec0c50a
Update of naming of the last operators in the graph (#12139) 2022-07-18 07:34:14 +02:00
Taylor Yeonbok Lee
fae113f7f5
[GPU] optimize permute_ref (#12159)
* change memory access pattern of fsv layout for permute

* Fix permute_ref to process F first only when (bf...) => (b...f)

* Refactor

Co-authored-by: si-eun-kim <sieun.kim@intel.com>
2022-07-18 10:41:45 +09:00
Ilya Lavrenov
6514c213c3
Ubuntu 22.04 support (#11472)
* Ubuntu 22.04 support

* Try to fix setuptools

* Try to fix arm

* Try to add more packages

* Test 2

* test 3

* Turn dependnecies download off

* Fix

* Fix

* Fix

* Fix

* Fix

* test

* Fix

* restore eveything

* Try to restore

* Restore install_openvino_dependencies.sh

* clean-up raspbian

* New if conditions

* Removed excess dependencies

* COsmetic chnages

* Removed autools

* Removed libgkt-2

* Added HDLDL libs

* Test

* Removed some dependnecies

* Better fixes

* Removed some dependencies

* Fixed compilation

* Removed all extra
2022-07-17 11:10:02 +04:00
Yuan Xu
09f2b5062b
Update pypi.org pages (#12170)
* fix references

* update links

* update the wording to be more clear

* add the error message about Visual studio back

* update links to static html links of 2022.2
2022-07-15 16:27:52 +00:00
Kelvin Choi
68bda59c20
[GPU] Add reorder from i32 to f32 for max-pooling/conv/fc which doesn't support i32 (#12137) 2022-07-15 23:24:37 +09:00
Przemyslaw Wysocki
603b56ec7f
[MO] Fix output shape bug in GatherNDDecomposition (#12110) 2022-07-15 15:37:57 +02:00
Mateusz Bencer
e8310f7e0b
Fix IRDFT for case when axes are in reversed order (#12155) 2022-07-15 13:22:52 +03:00
Eddy Kim
dc7efafd7c
Revert "[GPU] Pass activation unit tests on DG2 (#11969)" (#12167)
This reverts commit 3334e8933c.
2022-07-15 12:58:09 +03:00
Bonhun Koo
a230eebcc1
[POT] optimizer - update usage of IndexSampler (#12146) 2022-07-15 09:31:29 +09:00
Tetiana Gubanova
35a31a329d
[GPU] Implement NMS-9 operation (#11890)
* Fix GPU NonMaxSuppression implementation

* Introduce Nms9 single layer tests

* Adapt internal NMS and GPU implementation for NMS9 implementation

* Adapt CPU implementation in GPU for NMS9

* Add blocked layouts support to NMS

* Add unit tests for blocked formats for NMS

* Fix boxes groups size for the small shapes

* Use ocl implementation for blocked layout input

* Fix templates typedefs to pass win build

* Fix second output to set data in correct format
2022-07-14 22:56:15 +09:00
sheng.gui@intel.com
b67aeb881c
[ONNX] Add operator com.microsoft.Fusedgemm support into frontend/onnx (#11878) 2022-07-14 14:35:49 +02:00
zihan wu
2f1ad1a54f
polish onednn cc readme (#12114) 2022-07-14 14:25:16 +04:00
Luo Cheng
23b1b76457
[CPU] revert pr 11990 and enable brgconv avx512 on SPR by default (#12105) 2022-07-14 14:11:21 +04:00
RICKIE777
64c0af3568
[PYTHON][BENCHMARK_APP] Add BGR covert to Gray function (#12118)
* Fix the JIRA 80700 issue. Add BGR covert to Gray function

* Support NCHW and NHWC

Co-authored-by: Shen, Wanglei <wanglei.shen@intel.com>
2022-07-14 11:10:02 +02:00
Andrew Kwangwoong Park
dc374ca1bf
Enable tensor offset to GemmKernelRef for input padding support (#12133)
Signed-off-by: Andrew Park <andrew.park@intel.com>
2022-07-14 06:22:36 +03:00
Min, Byungil
99dbb35835
[GPU] modify fusing condition for reduce (#12119)
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2022-07-14 11:04:14 +09:00
Felix Dohyun Kim
3c1ed2ce1f
[GPU] Pass eltwise unit tests on DG2 (#12113)
* check fusion in onednn too
2022-07-14 10:15:57 +09:00
Krzysztof Bruniecki
9d0e623af6
[GNA] Add support for future devices with relaxed capabilities (#12000) 2022-07-13 14:18:34 +02:00
Vladimir Paramuzov
a185299ba4
[GPU] Simplify namespaces in the plugin part (#12121) 2022-07-13 15:47:40 +04:00
Szymon Irzabek
ed812bdf68
[GNA] Reduce impact of sf propagation fix (#12115) 2022-07-13 11:59:44 +02:00
Tomasz Dołbniak
dd2fa7f5c2
Zlib update to 1.12.2 (#12128) 2022-07-13 11:11:26 +02:00
Tingqian Li
52434b7ea0
[CPU] Move cpu_dump_check into CPU plugin's tools folder (#12100)
* Move cpu_dump_check into CPU plugin's tools folder

* remove cpu from names

* Update README
2022-07-13 13:39:08 +08:00
Felix Dohyun Kim
d032fd3abd
[GPU] Pass reduce unit tests on DG2 (#12086)
* scale to eltwise
2022-07-12 21:55:58 +09:00
Felix Dohyun Kim
1d7b595548
[GPU] Pass lrn unit tests on DG2 (#11986) 2022-07-12 16:53:36 +09:00
Felix Dohyun Kim
f624efba08
[GPU] Pass Resample unit tests on DG2 (#12052)
* fix validate_fusings_gpu error
* fix biased scale testcase
2022-07-12 16:51:32 +09:00
Tomasz Dołbniak
8811a88fc5
Virtual destructor for the base class (#12102) 2022-07-12 10:40:50 +03:00
Karol Blaszczak
e5673c2d2d
DOCS-code-reference-css-style-change (#12109)
code formatting changed from blue to black, to distinguish from links
2022-07-12 15:15:47 +08:00
Marcin Kusmierski
7a0c20ab75
[GNA] Add automatic model splitting for compiled graphs (#12001) 2022-07-12 09:01:24 +02:00
Yaroslav Torzuk
a250634b75
[GPU] Assign-6 and ReadValue-6 (#11780)
* Add methods for access to varables information in Program class

* add ReadValue and Assign primitives

* ReadValue and Assign implementations

* Implementation of memory states allocation

* Add output existance check in primitive_inst to avoid crashes if output is set during execution

* Add memory states management functionality in network component

* Integration of memory states feature in inference request component

* Exclude constant path for read_value and assign nodes in cldnn transformations

* Improve memory states test to run on a single inference request

* unit tests for ReadValue and Assign

* single-layer test for ReadValue and Assign

* Add QueryState API implementation

* Add memory state test which covers dynamic batch case

Co-authored-by: Oleksii Khovan <okhovan@lohika.com>
2022-07-12 11:45:53 +09:00
RICKIE777
60e31ad8c3
Fix the uninitialized value issue found in Coverity Scan (#12098) 2022-07-12 10:01:14 +08:00
Szymon Irzabek
3232c90a13
GNA SF propagation fix (#11806) 2022-07-11 12:27:02 +02:00
Marcin Kusmierski
3efda5067b
[SAMPLES] Remove unused commandline arguments for speech_sample (#11892) 2022-07-11 12:23:32 +02:00
avoskoboinyk-lohika
bb82f43e22
NonZero operation: uncomment tests since they can be passed now (#11548)
* NonZero operation: uncomment tests since they can be passed now

# Conflicts:
#	src/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp

* Unbreak tests once more by changing base class from LayerTestsCommon to SubgraphBaseTest

* Unbreak compilation / style

* Add test case for cache

Co-authored-by: Chenhu Wang <chenhu.wang@intel.com>

* Increase zeroes count for NonZero tests

* Correct the change

* Remove my previous changes and add dynamic shapes / repeatable shapes into the correct file

Co-authored-by: Chenhu Wang <chenhu.wang@intel.com>
2022-07-11 08:34:11 +03:00
Bonhun Koo
b371e74735
[hotfix] pytest error of act_act example (#12093)
* [hotfix] pytest error of act_act example

* remove needless import
2022-07-11 12:56:32 +09:00
RICKIE777
bbf54e01e7
[C API][COVERITY SCAN]Fix the TAINTED_SCALAR and DEADCODE in Coverity Scan (#12087)
* Fix the Coverity scan issues

* Fix the insecure data handling (TAINTED_SCALAR) issue found in coverity scan
2022-07-10 17:21:03 +08:00
Wang, Yang
0c7282a1f5
setting tput as the default performance mode only for AUTO, excluding MULTI plugin. (#12083)
Signed-off-by: ywang2 <yang4.wang@intel.com>

Co-authored-by: Chen Peter <peter.chen@intel.com>
2022-07-08 13:37:30 +00:00