Commit Graph

1485 Commits

Author SHA1 Message Date
Konstantin Satunin
30b526c307
increase http timeout for artifacts uploading (#2571) 2020-10-08 09:12:22 +03:00
Liubov Batanina
7f78dd797e
[IE Tests] Added NormalizeL2 tests (#2327)
* Added NormalizeL2 tests

* Added NormalizeL2 reference

* Add nGraph tests

* Fix tests

* Added NormalizeL2 builder
2020-10-08 07:23:25 +03:00
Anton Chetverikov
8062f20c15
Add specification for Round operation (#2238)
* Add specification for Round operation

* Create opset5.md file

* Resolve review comments

* Remove useless formula section from specification

* Update specification

* Update Round specification

* Resolve review comments
2020-10-07 18:33:43 +03:00
iliya mironov
43dc605f50
Add HSigmoid spec (#2412)
* Add HSigmoid spec
2020-10-07 18:24:54 +03:00
Vitaliy Urusovskij
c3ff2948a4
Timetests test_runner improvements (#2552)
* Remove `generate_tmp_path` as unnecessary after refactoring

* Add `check_positive_int` check for `-niter` CLI key

* Replace `TestConfDumper` with number of fixtures:
1. Save all test info in global `request` and `pytestconfig` fixtures
2. Add `test_info` fixture for retrieving test info from test
3. Add `prepare_tconf_with_refs` fixture for test conf dump
2020-10-07 17:15:02 +03:00
Denis Orlov
1cc25fc885
Port 2021.1 documentation updates for GNA plugin and speech libs and demos. (#2564)
* Update docs for speech libs and demos (#2518)

* [GNA] Documentation updates for 2021.1 (#2460)

* [GNA] Documentation updates for 2021.1

* Take Mike's comments into account

* More fixes according to review

* Fix processor generation names
2020-10-07 15:13:16 +03:00
Vladislav Vinogradov
e9fde8f497
[IE][TOOLS] Improvements for compile_tool (#2555)
* Split cmd arguments onto sections (common, MYRIAD, FPGA).
* Add `-iol` cmd argument as `-iop` analogue for layouts.
* Remove limitations over `-ip`, `-op`, `-iop` arguments.
  Now they supports full meaningfull set of Precision/Layout values and will allow to user set any precision for any input/output.
  The applicability for this in under user reponsibility and support under plugin reponsibility.
* Add VPUX default configuration.
* Adjust code style to the project common style.

Co-authored-by: Alexander Novak <sasha-novak@yandex.ru>
2020-10-07 14:51:10 +03:00
Ilya Churaev
6f0aaf2bb5
ngraph docs to master (#2568)
* First draft of nGraph documentation

* updated according to review comments

* Updated

* Reviewed the nGraph Transformation section, added missing images

* Update nGraph_dg.md

* Delete python_api.md

Removed since there is already the nGraph_Python_API.md document with a comprehensive overview.

* Fixed links to images

Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
Co-authored-by: CCR\avladimi <anastasiya.ageeva@intel.com>
2020-10-07 14:49:47 +03:00
Bartosz Lesniewski
8f95e22a5c
CTCGreedyDecoder reference implementation (#2284) 2020-10-07 13:44:56 +02:00
Alexey Suhov
7a389b7ef5
Update SW requirements in build instructions and change latest release to 2021.1 (#2566) 2020-10-07 00:37:26 +03:00
Roman Kazantsev
96bae7bd2c
Specify GatherND-5 operation (#2414)
* Specify GatherND-5 operation

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Update ie_docs.xml with GatherND-5

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2020-10-06 21:26:13 +03:00
Konstantin Satunin
80d5171769
Test results publishing to Azure DevOps v2 (#2539)
* do not merge results
* add Linux and Mac publishing
2020-10-06 15:57:46 +03:00
Ilya Lavrenov
984357bdef
Moved WA for legacy includes to dev package (#1712)
* Moved WA for legacy includes to dev package

* Fixed compilation

* Fixed compilation

* Fixes
2020-10-06 15:04:53 +03:00
Vladimir Gavrilov
554fb118e4
Added ONNX Resize-11 to supported layers in documentation (#2324)
* Commit.

* Fixed list of supported frameworks layers.

* Small fix.
2020-10-06 14:41:01 +03:00
Vitaliy Urusovskij
6949d93e42
Add "cl_cache" preparation in test_timetest.py (#2490) 2020-10-06 14:16:50 +03:00
Alexander Zhogov
170782b1c8
GitHub CI: Add ShellCheck (#2554)
* Add shellcheck
* Remove fetchDepth: 1
2020-10-06 13:16:46 +03:00
Alexander Zhogov
53020f414c
Azure CI: Add --gtest_filter=*smoke* (#2551) 2020-10-06 13:04:14 +03:00
Tomasz Dołbniak
14416405cc
Re-enable more unit tests (Resize & Interpolate) (#2331) 2020-10-06 10:53:02 +02:00
Kamil Magierski
4c1ae9b339
[GNA] Issue 39975 - cascade concat fix (#2486)
* concat input not used fix rough implementation

* [GNA] Cascade concat input not assigned fix

* reduce copying in recursive function

* [GNA] Aligned cascade concat test
2020-10-06 11:01:19 +03:00
Kamil Magierski
0e62e5e17f
[GNA] FIX CopyLayerPass for concat parent cases (#2485)
* [GNA] fix cases when layer output is used in both memory and concat parent layer

* coma fixes

* Issue-36189 CopyLayerPass for concat parent cases fix test

* Fix test for CPU

* Remove test for GPU
2020-10-06 11:00:38 +03:00
Kamil Magierski
8abdc32676
[GNA] Fix LSTM Cell channel C being 0 on output (#1174)
* [GNA] get output before activation test

[GNA] SubstituteScaleShiftBroadCastPass fix for cases when there are multiple scaleshifts as an output from the layer

[GNA] Generalize Fix where LSTMCell output was zero due to being fused into activation

[GNA] Fix LSTMCell being zero on channel C if being output layer

* linux build fix
2020-10-06 10:59:03 +03:00
Ilya Lavrenov
de1cc8af2e
Shellcheck tests for bash scripts (#2532)
* Added bash scripts checks with shellcheck

* Fixed indentations

* Fixed setupvars.sh with shellcheck

* Fixed MO scripts

* Compilation with newer versions of shellcheck
2020-10-05 23:37:50 +03:00
Alina Kladieva
85dab59019
[Jenkinsfile] Bump infra (#2545) 2020-10-05 23:37:19 +03:00
Andrey Babushkin
65a9e0c8f3
Revert "Sync GNA lib calls to avoid multi threads and plugins crash (#2435)" (#2538)
This reverts commit 0879938250.
2020-10-05 18:11:14 +03:00
Vitaliy Urusovskij
05d70cfa43
Remove --collect_results_only (#2509)
* Remove CLI keys from README

* Remove `--collect_results_only` from MemCheckTests
2020-10-05 17:43:24 +03:00
Andrew Bakalin
f8fdd80830
[VPU][IE] Disable ConvertMinimum transformation for Myriad Plugin (#2437) 2020-10-05 14:18:43 +03:00
Konstantin Satunin
546c325a1f
add test results publishing (#2513) 2020-10-05 12:52:00 +03:00
Pavel Esir
9149d899b3
[MO] Fix: add PermuteInputs to shape broadcasting (#2419)
* fix: add PermuteInputs to shape broadcasting

* fix type declaration typo
2020-10-05 12:48:57 +03:00
Krzysztof Bruniecki
0879938250
Sync GNA lib calls to avoid multi threads and plugins crash (#2435)
* Sync GNA lib calls to avoid multi threads and plugins crash

* Remove TODO

* Enable sync for GNA1

* Fix GNA1 sync

* Add core_threading_tests to GNA Plugin to address story 31709
2020-10-05 12:34:57 +03:00
Anton Pankratv
b21d0fe978
Removed similar behaviour tests (#2528) 2020-10-05 12:21:03 +03:00
Vladislav Vinogradov
605cf75901
[IE][TESTS][CMAKE] Add -Wno-deprecated-copy compile flag for GTest (#2514)
It fixes build on Ubuntu 20.04 with gcc 9.3.0.
2020-10-05 12:08:57 +03:00
Aleksandr Korolev
7f64984ed5
[IE TESTS] move MultipleAllocations test to nightly (#2512)
Co-authored-by: kora6 <kora6@github.com>
2020-10-05 11:46:34 +03:00
Ilya Churaev
5d291c3c84
[DOCS] Added an evaluate method for custom operation (#2273)
* Added an evaluate method for custom operation

* Fixed comments
2020-10-05 08:55:11 +03:00
Andrey Zaytsev
7535f80bd3
Feature/azaytsev/cherry pick pr2448 2469 2457 to master (#2515)
* Feature/azaytsev/cvs-38240 (#2469)

* Updated for 2020 version, replaced Ubuntu 16.04 with Ubuntu 20.04

* Updated the release package numbers

* Updated according to the comments in the ticket CVS-37827 (#2448)

* Update build-instruction.md for MacOsX (#2457)

* Update build-instruction.md for MacOsX

* Removed call of install_dependencies.sh from the steps
2020-10-03 14:00:24 +03:00
Zoe Cayetano
62a33f7f4b
Update get_ov_update_message.py (#2499) 2020-10-02 23:19:54 +03:00
Sergey Shlyapnikov
534a7b81a9
[IE CLDNN] Fix eltwise fused ops in NO_PITCH_SAME_DIMS mode (#2454) 2020-10-02 16:52:00 +03:00
Sergey Shlyapnikov
6b456e58a1
[IE CLDNN] Fix unsupported dims number error (#2453) 2020-10-02 16:51:09 +03:00
Artemy Skrebkov
20c20ad87a
Update fluid to 7c22cd49a7eb76ae1d9606672ee467fb52383de0 (#2407) (#2504)
* Update fluid to 7c22cd49a7eb76ae1d9606672ee467fb52383de0

   OpenCV 4.5.0

* Fix windows build
2020-10-02 13:15:10 +03:00
Irina Efode
229ca5e17b
[IE Tests] Added test filters for gpuFuncTests target (#2496) 2020-10-02 12:13:23 +03:00
Irina Efode
13924f9e3b
[IE Tests] Added test filters for cpuFuncTests target (#2495) 2020-10-02 12:13:07 +03:00
Irina Efode
a546d2d912
[IE Tests] Added test filters for gnaFuncTests target (#2492) 2020-10-02 12:11:36 +03:00
Irina Efode
3205108821
[IE Tests] Added test filters for myriadFuncTests target (#2494) 2020-10-02 12:11:21 +03:00
Sergey Nesterov
5d6c1a0140
[IE CLDNN] Changed the way of using fused ops to use activation appropriately (#2415) 2020-10-02 08:14:17 +03:00
Jedrzej Hajduczenia
d18073260b
[IE CLDNN] Remove debug code from reference_convolve (#2493) 2020-10-02 08:09:39 +03:00
Roman Donchenko
0c79804bcd
IECore.read_network: accept arbitrary PathLike objects and not just Path (#1611) 2020-10-01 20:34:11 +03:00
azhogov
6a87cbc8e2 Azure CI: Remove azure-pipelines.yml 2020-10-01 20:32:06 +03:00
Mateusz Bencer
7784b97bbc
Relax shape inference for Split:v1 (#2444)
* Relaxed shape inference for Split

* added unit tests

* review remarks
2020-10-01 20:29:19 +03:00
Gleb Kazantaev
e3270b6b34
Move passes to CommonOptimizations (#2442)
* Move passes to CommonOptimizations

* Updated BN tests to use ranges for constant value generation

* Added some decomposition passes into legacy conversion

* Added WA for FQReshapeFusion pass
2020-10-01 20:08:41 +03:00
azhogov
3a5ba5581f Azure CI: Add separated pipelines for Windows, Linux, Mac 2020-10-01 18:43:19 +03:00
Andrey Dmitriev
949e23d0e8
[GNA]specific execution order for delayer copy layer (#2117)
[GNA]specific execution order for delayer copy layer + Test
2020-10-01 15:09:53 +03:00