Commit Graph

1484 Commits

Author SHA1 Message Date
Kate Generalova
59ecc8279d
doc: add docker ci link to README.md (#2483) 2020-10-01 13:17:50 +03:00
Mikhail Ryzhov
a7b1228e85
Hide input redirection error (#2473)
timeout cmd can throw an input redirection error in background mode.
Replaced default timeout() with custom function delay()
2020-10-01 12:27:31 +03:00
Mikhail Ryzhov
afd7d63466
Added closing braсket (#2466) (#2479)
Fixed syntax error (b4b03b1)
2020-10-01 12:26:56 +03:00
Egor Churaev
a05333217c
Support operation Interpolate-4 in OpenVINO (#1596)
JIRA: 26973
2020-10-01 11:41:51 +03:00
Mikhail Ryzhov
6e3a69c3f1
Downgrade cmake for samples (#2372) (#2434)
* Downgrade cmake for samples

Downgraded cmake version to default version for Ubuntu 18.04

* Updated supported python version

The minimal python version in 2021.1 is 3.5

* Added notes about cmake requirements for samples and demo
2020-10-01 11:37:39 +03:00
Vitaliy Urusovskij
639052d0b8
Support references in test_timetest.py (#2431) 2020-10-01 11:35:57 +03:00
Vitaliy Urusovskij
c8530201dd
Support DB reporting for test_timetest.py (#2359) 2020-10-01 08:39:19 +03:00
Alina Alborova
9ba4db7eae
[Cherrypick] Remove the deprecation notice (#2408)
* cherry-pick 1/2

* Removed deprecation notice
2020-09-30 20:32:25 +03:00
Piotr Szmelczynski
55451266c6
Host tensor 2 vector refactor (#2443) 2020-09-30 16:20:41 +02:00
Mateusz Tabaka
fd80873fca
Add support for custom ONNX GroupNorm operator (#2267) 2020-09-30 16:17:15 +02:00
helmutg
f858b0c46f
drop unnecessary cmake dependency on ext_gtest (#2389)
ngraph_test_util links libgtest, which depends on ext_gtest already.

Co-authored-by: Helmut Grohne <helmut.grohne@intenta.de>
2020-09-30 16:01:11 +03:00
Andrey Zaytsev
d7d42f79be
Replace absolute links to docs.openvinotoolkit.org by relative ones (#2439) (#2461)
* Replaced direct links to docs.openvinotoolkit.org with relative links

* Replaced direct links to docs.openvinotoolkit.org with relative links. Added GSGs for Win and macOS

* Minor fixes in GSGs

* Replaced direct links to docs.openvinotoolkit.org with relative links

* Removed links to OpenVINO markdown files that contain anchor - they don't work in the current implementation of the doc process

* Fixed Notes

* Removed links to OpenVINO markdown files that contain anchor - they don't work in the current implementation of the doc process

* fixed link to installing-openvino-linux.md
2020-09-30 14:00:19 +03:00
Vladislav Volkov
8f1ee05385
MKLDNN nodes factory improvements (#2252) 2020-09-30 11:31:19 +03:00
Eugene Smirnov
fecc7eac90
[GNA] fixed conversion from fp16 to fp32 networks in case of const blobs (#2446) 2020-09-29 19:44:12 +03:00
helmutg
266d275293
don't attempt to install an external tbb (#2390)
Co-authored-by: Vladislav Vinogradov <vlad.vinogradov@intel.com>

Co-authored-by: Helmut Grohne <helmut.grohne@intenta.de>
Co-authored-by: Vladislav Vinogradov <vlad.vinogradov@intel.com>
2020-09-29 19:22:41 +03:00
Konstantin Satunin
2d3d703445
Add wget retry (#2455)
* Add wget retry

Make CMake download more tolerant to network issues

* Sync log message
2020-09-29 19:10:04 +03:00
Rafal Blaczkowski
e4875f2a6b
Add MSFT models to OpenVino ONNX CI check (#2377)
* Add MSFT models to OpenVino ONNX CI and update xfails

* Update paths

* Fix typo and update xfails

* Unset xfails to check current behavior

* Update:
* add MSFT models to preprocesing script
* update xfail names

* Final update of xfail test cases

* Update xfail paths

* Update xfails

* Uncomment part of preprocesing script

* Update script

* Add cleaning support for MSFT preprocesing

* Add -e option to script help

* Initilze variables

* Update ngraph/python/tests/test_onnx/model_zoo_preprocess.sh

Fix a mistake

Co-authored-by: Tomasz Socha <tomasz.socha@intel.com>

* Update ngraph/python/tests/test_onnx/model_zoo_preprocess.sh

align spaces

Co-authored-by: Tomasz Socha <tomasz.socha@intel.com>

Co-authored-by: Tomasz Socha <tomasz.socha@intel.com>
2020-09-29 19:05:31 +03:00
Anna Alberska
1cfa47cde8
[GNA] clear input scale factor from configuration for imported model (#2172)
* [GNA] clear input scale factor from configuration for imported model

* add test

* [GNA] add warning for using imported scale factors
2020-09-29 18:32:09 +03:00
Eugene Smirnov
2be6032c8d
[IE][TESTS] Test params generator: fixed conversion from map of vectors into vectors of pairs in case of empty vector. (#2445) 2020-09-29 14:02:01 +03:00
Ilya Lavrenov
a5c01343c1
Added link options for cross-compilation (#2399) 2020-09-28 18:59:48 +03:00
Mateusz Tabaka
56a7a67dd2
Remove xfail_issue_36533 from ngraph tests (#2436) 2020-09-28 18:55:50 +03:00
Vladislav Vinogradov
d28a5d6c4f
[CMAKE] Introduce FASTER_BUILD experimental feature (#2438)
It uses CMake 3.16 built-in utilities to speed up build time:

* Unity builds
* Precompiled headers

The feature is controlled via `ENABLE_FASTER_BUILD` CMake option (disabled by default).
The option avaialble only on CMake >= 3.16.
The feature is enabled per-target via `ie_faster_build` function.

Some observations:

* Don't have actual numbers for compile time, but subjectively can see
  speed up locally with VS 2019.
* Unity builds gives much more effect, but has some restriction on source files,
  so are not used everywhere.
2020-09-28 18:53:11 +03:00
Andrey Markelov
63fbe78d76
Fix tile layer test header (#2315) 2020-09-28 17:13:49 +03:00
Evgeny Latkin
4dd1d57ccf
[IE][VPU]: Disables data type check of temp buffer in LSTMCell (#2423) 2020-09-28 12:36:44 +03:00
Mateusz Bencer
3e2a131441
Added support of external data for ONNX Importer (#2303) 2020-09-28 11:08:36 +02:00
Anton Pankratv
c8233b7b7c
Fixed canStartSeveralAsyncInsideCompletionCallbackWithSafeDtor (#2404) 2020-09-28 11:08:34 +03:00
Krzysztof Bruniecki
a14e12ee63
Return REQUEST_NOT_READY if GNA Wait returns busy status (#2401)
* Return REQUEST_NOT_READY if GNA Wait returns busy status

* Apply fixes from review
2020-09-28 10:22:23 +03:00
Anton Pankratv
863a7bd663
Holder test thread safe for all (#2425) 2020-09-25 21:12:24 +03:00
Andrew Bakalin
03d184726a
[IE][VPU]: Supports I32 for some eltwise precisions + tests (#2364) 2020-09-25 18:29:34 +03:00
Aleksandr Korolev
eda9498b79
[IE][VPU]: Reduce tests execution time (#2378)
* [IE][VPU]: Reduce tests execution time

* [IE TESTS] Remove 'ConfigurePlugin()' from 'memory_LSTMCell.hpp'

* [IE VPU TESTS] Myriad conv layer tests was changed

Co-authored-by: Maksim Doronin <maksim.doronin@intel.com>
Co-authored-by: kora6 <kora6@github.com>
2020-09-25 14:24:12 +03:00
Vitaliy Urusovskij
0bd966ad08
Add fill_inputs step in timetests (#2413) 2020-09-25 14:08:03 +03:00
Pavel Esir
1c97b13e9a
[MO] Add explicit broadcasting mode (#2077)
* [MO] Add explicit broadcasting mode

* corrected value broadcast, added nontrivial test cases

* added negative unit-tests

* added axes normalization and permute inputs

* corrected axes normalization

* Update model-optimizer/mo/utils/broadcasting.py

Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
2020-09-25 13:26:47 +03:00
Artemy Skrebkov
31ad2ddc46
Update setupvars to add path to XLink (#2371)
- Do not export KMB_INSTALL_DIR. It is exported by another script
2020-09-24 15:03:16 +03:00
Gladilov, Gleb
10df5907b5
[IE][VPU]: Fixes addCopyForOutputsInsideNetwork (#2393)
* [IE][VPU]: Fixes addCopyForOutputsInsideNetwork

In case of dynamic output with consumer pass tries
to connect output's shape with new intermediate data
twice: one at the moment of duplicateData call (successful)
and once more at the end of the pass manually. The second
try leads to error since child data is already connected.

Signed-off-by: Gladilov, Gleb <gleb.gladilov@intel.com>

* [IE][VPU]: Introduces tests on addCopyForOutputsInsideNetwork

Signed-off-by: Gladilov, Gleb <gleb.gladilov@intel.com>
2020-09-24 12:40:10 +03:00
Andrey Sokolov
cfb6fae2c9
[IE][VPU]: Reduces memory consumption by temporary buffers (#2317) 2020-09-24 12:27:44 +03:00
Ilya Lavrenov
071485b81d
Fixed docs build on Windows (#2398) 2020-09-24 12:13:27 +03:00
Evgenya Stepyreva
97fad1cb35
[ nG transformation ] Const -> FQ -> Reshape fuse (#2388)
* [ nG transformation ] Const -> FQ -> Reshape fuse
	Ticket: 39124

* fix dtype incompatibility: uint64 vs size_t

* Review comments adressed
2020-09-24 11:44:08 +03:00
Anastasiya Ageeva
23373b5502
Added new GSG for macOS, made minor changes in Windows GSG (#2070)
* Added new GSG for macOS, made minor changes in Windows GSG

* Update get_started_macos.md
2020-09-24 00:17:50 +03:00
Piotr Szmelczynski
ac1a1e3e9f
Bug fix (#2380)
* Change request.infer to use param_names instead of request._input_list because it fix the bug

* remove xfail mark

* remove xfail_issue_35893 form tests/ __init__.py

* Remove xfail_issue_35893. Add OnnxBackendNodeModelTest.test_convtranspose_3d_cpu to xfail_issue_38091

* Remove OnnxBackendNodeModelTest.test_convtranspose_3d_cpu from xfail_issue_38091 in test_backend.py
2020-09-23 17:54:59 +03:00
Gleb Kazantaev
30eeb1a5a0
Updated Transformation development doc (#2391) 2020-09-23 17:26:12 +03:00
Dmitrii Denisov
4a7f9ff86f
Install dependency refactoring. (#2379) 2020-09-23 14:03:02 +03:00
Liubov Batanina
f8a17a1317
Changed pad data type (#2354) 2020-09-23 13:10:58 +03:00
Nikolay Tyukaev
101ef50f4e
add doxygen doc build configurations and scripts (#1703)
* add doxygen doc build configurations

* fix layouts

* change the dl-streamer link

Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
2020-09-23 11:15:02 +03:00
Katarzyna Mitrus
8f843c620a
[ONNX] Update ONNX importer to use RNN/GRU Sequence ops (#2035) 2020-09-23 10:11:34 +02:00
Gleb Kazantaev
1afeb8470f
Apply transformations to TI body recursively (#2114)
* Apply transformations to TI body recursively

* Add missing header
2020-09-23 09:46:28 +03:00
helmutg
2e6c95f389
fix hetero to stop using deprectaed pugixml methods (#2362)
Co-authored-by: Helmut Grohne <helmut.grohne@intenta.de>
2020-09-22 19:05:34 +03:00
Alexey Varyzgin
193bdb3195
[CPU BF16] FP32 exception was removed (#2326) 2020-09-22 18:19:50 +03:00
Anton Potapov
2ea02b2012
[PP GAPI] Split/Merge kernels; support for 8S, 16U, 16S, 32S (#2276)
- introduced type_dispatch primitive
 - refactored SplitX and MergeX kernels to use type_dispatch
 - extended SplitX and MergeX to support 8S, 16U, 16S, 32S types
2020-09-22 18:18:26 +03:00
Kamil Magierski
4ac8ac943b
[GNA] Fix sporadic failures in IE tests (#2336)
* [GNA] Fix sporadic failures in IE tests
review comments impl

* [GNA] fix GNA1 segfault

* [GNA] GNA1 build fixes
2020-09-22 18:14:20 +03:00
Kamil Magierski
9fca26b21e
[GNA] LSTMCell fixes (#2080) 2020-09-22 18:13:28 +03:00