Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tox from 3.20.1 to 3.21.1 in /ngraph/python #6

Closed
wants to merge 435 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
435 commits
Select commit Hold shift + click to select a range
53986b0
Solve warnings with PDB flags override (#3296)
SDxKeeper Nov 27, 2020
039c1b4
Documentation updates (#3399)
ilya-lavrenov Nov 30, 2020
61d1a4c
Reference Implementation of ROIPooling op (#2903)
ggalieroc Nov 30, 2020
0de5962
Removed legacy from hetero plugin (#3398)
ilya-lavrenov Nov 30, 2020
b5e6b77
CMake installation rules for 3rd party components (#2944)
slyubimt Nov 30, 2020
390a5ff
[IE CLDNN] Allow fusing FQ to deconvolution (#2875)
alex-chaiko Nov 30, 2020
68c432c
Gkazanta/update doc master (#3413)
Nov 30, 2020
3658342
Azure: Add contrib build (#3414)
Nov 30, 2020
28b23d2
[MULTI] Zero-copy (when backed by the determenistic app-level schedul…
myshevts Nov 30, 2020
377d2ff
added docs_check target (#3403)
ntyukaev Nov 30, 2020
e4972e5
[IE][VPU]: Mish decomposition (#3411)
Maxim-Doronin Nov 30, 2020
a013349
Fix paths for `squeezenet1.1` in time_tests config (#3415)
vurusovs Nov 30, 2020
9ecdf47
Removed confusing information about required/optional output of the o…
lazarevevgeny Nov 30, 2020
625e5f9
Revise of reshape operator after documentation update (new tests, rem…
Dec 1, 2020
90efe83
API changes updates for 2021.2 (#3420)
ilya-lavrenov Dec 1, 2020
df58bcc
Documentation fixes (#3418)
ilya-lavrenov Dec 1, 2020
1761dad
Restore compilaltion with tbb 2017u7 (#3007)
AlexPeskov Dec 1, 2020
83cd742
Fix shape inference for Transpose nodes inserted by ApplyPermutes (#3…
mvafin Dec 1, 2020
facae8a
Visitor API deserialization for ops from opset1 (#3001)
sdurawa Dec 1, 2020
3616bd4
Reshape-able SliceConverter (#3198)
yekruglov Dec 1, 2020
7078aa3
faster implementation of gather_nd operator for reference implementat…
pelszkow Dec 1, 2020
4bc4875
[MO] Aligned MatMul-1 with spec (#3337)
Dec 1, 2020
235e365
[IE CLDNN] Improve network outputs detection in quantized FP16+INT8 I…
jhajducz Dec 1, 2020
df1870e
[GNA] Flatten trivial concatenations (#3396)
kmagiers Dec 1, 2020
b58c04d
Add support for onnx FasterRCNN model (#3393)
mvafin Dec 1, 2020
1148259
Revert "Revise of reshape operator after documentation update (new te…
GlebKazantaev Dec 1, 2020
ba479b7
Add support for multiple outputs in nGraph Python API (#3421)
postrational Dec 2, 2020
9eb8dd7
[nGraph][IE] Enable FP64 data type in IE and review nGraph Python tes…
Dec 2, 2020
6d6c45c
Meaningful warning when nGraph Constant for initializer couldn't be c…
Dec 2, 2020
26a898e
setupvars should export TBB_DIR (44241) (#3434)
slyubimt Dec 2, 2020
e0ab96c
Improved find_package for docs (#3447)
ilya-lavrenov Dec 2, 2020
a7e6704
cmake install fixes (#3453)
slyubimt Dec 2, 2020
5ab0b91
Fixed template extensions build (#3456)
ilya-lavrenov Dec 2, 2020
df1baf2
Deprecate global element types (#3444)
ilyachur Dec 2, 2020
568a0f1
Maxpool revise (#3397)
pszmel Dec 3, 2020
e50ecec
Fix issue with np.expand_dims for numpy<18.x (#3436)
evolosen Dec 3, 2020
9ee61fc
Remove opset0 support and undesired passes from Interpreter backend (…
Dec 3, 2020
f7b1865
doc updates (#3437)
ntyukaev Dec 3, 2020
c1646ad
[LPT] isPrecisionPreserved/canBeTransformed/isQuantized: handling une…
v-Golubev Dec 3, 2020
995bf85
Removed global using namespace from Plugin API (#3451)
ilya-lavrenov Dec 3, 2020
61bf4b9
Added cloneNetwork method into plugins api (#3450)
vladimir-paramuzov Dec 3, 2020
1e0e883
Changed extern to constexpr for global element type (#3463)
ilyachur Dec 3, 2020
0c1123d
[IE][VPU]: Add interpolate nearest 2x upscale optimization (#3315)
andrejsokolov Dec 3, 2020
ac00107
Fix mode attribute value in DepthToSpace ONNX operation extractor (#3…
Dec 3, 2020
863393e
[CPU]disable and cleanup interp and resample that are covered by inte…
chenhu-wang Dec 4, 2020
007b968
[tests|layer_tests_summary] Add requirements.txt (#3457)
akladiev Dec 4, 2020
a7e6491
add f64 support to ngraph serializer (#3462)
pszmel Dec 4, 2020
f0ff9f2
Revert "Deprecate global element types (#3444)" (#3468)
ilyachur Dec 4, 2020
da204c3
Fixed ReduceL2Decomposition (#3452)
Dec 4, 2020
540f043
Remove ops from Layer Creator/ Node Converter - part 2 (#3226)
Dec 4, 2020
3d91fa3
update OpenCV to 4.5.1 (#3482)
Dec 6, 2020
a899670
Fix serialization dynamic shapes (#3475)
jdanieck Dec 7, 2020
18670f9
Make the Python tools directly executable (#3476)
Dec 7, 2020
c658da0
Build time_tests with OpenVINO install (#3484)
Dec 7, 2020
50cf9f5
[CPU][IE TESTS] Covered Round .5 cases with tests (#3473)
a-sidorova Dec 7, 2020
2d24c96
Refactor boolean attribute type (#3478)
bszmelcz Dec 7, 2020
c2ddc15
fixed data race introduced in the https://github.com/openvinotoolkit/…
myshevts Dec 7, 2020
caf9d25
Cherry-pick #2922 into master (#3494)
aalborov Dec 7, 2020
2d92e8c
CPU plugin selective build (#3360)
vladislav-volkov Dec 7, 2020
fa193ad
Add reference implementation for PSROIPooling operator (#3245)
mateusztabaka Dec 8, 2020
41b47dc
Remove ops from Layer Creator/ Node Converter - part 3 (#3356)
Dec 8, 2020
542fc9d
[VPU][TESTS][GNA] Fix dynamic models import on VPU (#3427)
andreybakalin97 Dec 8, 2020
63aed5e
Revise Reference Implementation of Range op (#3409)
ggalieroc Dec 8, 2020
0724503
[ONNX] Set defaults in LSTMSequence even if dimensions are dynamic (#…
mateusztabaka Dec 8, 2020
32690bb
Adding Hello Reshape Python sample (#3375)
Dec 8, 2020
3fa2025
Fixes for Object Detection SSD Python sample (#3518)
Dec 8, 2020
11e52fa
[IE CLDNN] Fixed bias/scales data type in ScaleShift layer (#3477)
vladimir-paramuzov Dec 9, 2020
7f9df2d
[MULTI]Data affinity remote context and blobs (#3342)
myshevts Dec 9, 2020
855deb8
[IE][VPU]: Eltwise: 'person-detection-retail-0013' performance fix - …
Dec 9, 2020
ddc3570
[IE][VPU]: Performance fix for efficientnet-b0 (#3515)
rvyunov Dec 9, 2020
1537aa6
[DOC] add Docker on Windows GPU infer instruction (#3492) (#3531)
generalova-kate Dec 9, 2020
2950a91
Added uninstallation instructions (#3446)
avladimi Dec 9, 2020
e1893b8
math formula fix (#3512)
ntyukaev Dec 9, 2020
852b1f6
Template device testing (#3521)
ilya-lavrenov Dec 9, 2020
ba25b55
add animation (#2865) (#3545)
ntyukaev Dec 9, 2020
6d42bca
Re-implement onnx old-style extractors with extractor extensions (#3459)
evolosen Dec 10, 2020
458b3ec
fix constant folding for sub graph ops (#3534)
itikhono Dec 10, 2020
571483e
Removed reference implementations from tests (#3541)
ilyachur Dec 10, 2020
7632fc5
[Jenkinsfile] Disable failFast & enable propagateStatus (#3503)
akladiev Dec 10, 2020
1645d1c
cmake build all docs (#3539)
ntyukaev Dec 10, 2020
797f9c8
[IE][VPU]: Enables native gather support (#3502)
ggladilo Dec 10, 2020
4968417
Parametrize NMS5ToLegacy conversion to avoid Convert operatoins inser…
Dec 10, 2020
5a08fbe
Specify MVN-6 operation (#3314)
mvafin Dec 10, 2020
c12f9c9
Spec for GatherElements-6 (#3304)
pavel-esir Dec 10, 2020
621757b
Remove ops from Layer Creator/ Node Converter - part 4 (#3485)
Dec 10, 2020
52ac8f2
[ONNX] Use kernel shape in MaxPool to create default strides/dilation…
mateusztabaka Dec 10, 2020
53cad1e
[IE CLDNN] Suppress fsv16 layout if topology has many crop layers (#3…
alex-chaiko Dec 10, 2020
3578b80
[BF16] BF16 simulator for AVX512 was done (#3424)
alexey-varyzgin Dec 10, 2020
00e65be
Fixed Plugin API compilation with /WX (#3551)
ilya-lavrenov Dec 10, 2020
ccdf711
fixed compilation of MYRIAD/GPU only (no MKL_DNN) (#3552)
myshevts Dec 10, 2020
96b15bd
Added missing headers to MVN ref (#3533)
Dec 10, 2020
2df52c4
StridedSlice : slice and reverse new ref implementations (#3188)
pelszkow Dec 10, 2020
f3c7f03
Fix windows build for gflags for time_tests (#3504)
Dec 11, 2020
7f85046
[IE CLDNN] Fully connected MMAD simd16 improvements (#3394)
lznamens Dec 11, 2020
107dba6
[IE][VPU]: Support dynamic data in Broadcast DTS (#3548)
andreybakalin97 Dec 11, 2020
99fb383
[IE][VPU]: Extend StaticShapeBroadcast target shape evaluator (#3561)
andreybakalin97 Dec 11, 2020
677be86
[IE][VPU][Tests]: Support DTS for ScatterElementsUpdate (#3559)
andreybakalin97 Dec 11, 2020
35b0b9d
[PP] Altered preprocessing tests to use existin posprocessing as well…
anton-potapov Dec 11, 2020
f28c637
[ONNX][Python][Tests] Update ONNX to onnx 1.8 (#3557)
tsocha Dec 11, 2020
b5a8610
Update PIP package name (#3577)
Dec 11, 2020
52a93b8
[PP] Addded ability to preprocess inputs into plugin (#857)
anton-potapov Dec 11, 2020
3b08622
Feature/drizshko/cancellable request (#2635)
Drizshko Dec 14, 2020
6562b0c
Attempt to put some order to the single general (that differs only by…
myshevts Dec 14, 2020
9b566aa
[IE][VPU]: Add GatherElements operation to Myriad plugin(#3483)
andrejsokolov Dec 14, 2020
042998c
Possible fix for GroupConvolution unit test (#2584)
yekruglov Dec 14, 2020
3556c3b
Rename AvgPool to attribute exclude-pad to align with MO and layer cr…
ggalieroc Dec 14, 2020
0eeaea4
[IE TESTS] Disable sporadic issue 45163 (#3611)
iefode Dec 14, 2020
9fb4e4e
[IE][CMAKE] Fix for in-tree generated InferenceEngineConfig.cmake (#3…
Dec 15, 2020
822da64
Restored gtk-3 installation (#3587)
mshabunin Dec 15, 2020
ec58faa
Fixed tests compilation for Android ARM (#3572)
ilya-lavrenov Dec 15, 2020
beb970a
[IE][VPU]: support DTS for Ceiling (#3562)
andrejsokolov Dec 15, 2020
bfb38bb
[cmake] retry after hash mismatch error (#3612)
Dec 15, 2020
99b1685
Add MVN-6 support to ngraph (#3464)
mvafin Dec 15, 2020
9319d6f
Update port renumbering logic for constants (#3578)
Dec 15, 2020
752ae25
[IE TESTS] Move SLT classes to `SharedTestClasses` lib & add serializ…
iefode Dec 15, 2020
288635f
Revise DetectionOutput reference implementation (#3448)
mateusztabaka Dec 16, 2020
e02d06b
Fixed HETERO + Template cases (#3580)
ilya-lavrenov Dec 16, 2020
a33a7b9
[IE TESTS] Move multi base test class (#3623)
iefode Dec 16, 2020
f5b6d04
[ONNX] Dynamic version of ONNX Size op (#3553)
mitruska Dec 16, 2020
cd4b40b
[README.md] change latest release to 2021.2 (#3638)
Dec 16, 2020
8cbe221
Fixes for external ITT API library (#3603)
vladislav-volkov Dec 16, 2020
92962d6
[IE][VPU]: Enables check on split by dynamic dimension for VariadicSp…
ggladilo Dec 16, 2020
39461a6
[CPU] Improved Split layer (#3449)
maxnick Dec 16, 2020
de3c774
[Python API] requirements (#1804)
akuporos Dec 16, 2020
6d45205
[IE TESTS] Disable CancellationTests.*canResetAfterCancelAsyncRequest…
iefode Dec 16, 2020
f3c7785
gna_plugin: include cmath library to avoid call of overloaded ‘abs(fl…
ledmonster Dec 16, 2020
5a204da
Enable yolo v3 test, added post-processing step (#3510)
Dec 16, 2020
b18e267
Remove ops from Layer Creator/ Node Converter - part 5 (#3493)
Dec 16, 2020
d1a2399
[IE][VPU][Tests] Support DTS for Select (#3604)
andreybakalin97 Dec 17, 2020
141e5dc
[IE CLDNN] Fully Connected layer 3d support (#2709)
ldebski Dec 17, 2020
92c3121
Add spec for CTCGreedyDecoderSecLen (#3250)
iimironov Dec 17, 2020
17bf1d1
[IE COMMON] Fix FP32 to FP16 positive infinity conversion (#3647)
andreybakalin97 Dec 17, 2020
7298a96
Fix checking input/output size in hello_reshape_ssd (#3636)
mateusztabaka Dec 17, 2020
08fabee
Enable automatic update of ONNX Model Zoo for ONNX CI (#3511)
rblaczkowski Dec 17, 2020
10a30ce
Ramove LSTM_Seq_lens model xfail declaration (#3635)
mitruska Dec 17, 2020
1c8abaf
Remove doubled Reshape operator tests and revise unittest.manifest (#…
Dec 18, 2020
b1af393
Actualize operations attributes (#3613)
Dec 18, 2020
1f8c2b4
soft_get fix (#3662)
Dec 21, 2020
03ca217
Enable TF 2.0 Object Detection API models (#3556)
lazarevevgeny Dec 21, 2020
292896a
Resolved problems with ssd_resnet34_mlperf_opset10 (#3487)
Dec 21, 2020
a3edc3f
Enable Conditional Compilation for nGraph evaluate methods (#3666)
ilyachur Dec 21, 2020
c3509b6
[IE][VPU]: Shape compression (#3500)
ZlobinGM Dec 21, 2020
86bf405
nGraph 'shell' implementation for GatherElements-6 and MO 'shell' imp…
pavel-esir Dec 21, 2020
515eadd
Gna fix mt with iterations (#3297)
kbruniec Dec 21, 2020
4b464f5
[IE][VPU][GT] Add pass to reshape convolution by parameter from IR (#…
ZlobinGM Dec 21, 2020
1c9728f
[PP] Removed old (non GAPI) preprocessing code (#3664)
anton-potapov Dec 22, 2020
b22048e
Update ONNX models to latest master (#3658)
mateusztabaka Dec 22, 2020
0667b80
Added workaround instructions to fix the issue described in CVS-35873…
avladimi Dec 22, 2020
0d544fa
Avladimi/cherry pick cvs 36087 (#3655)
avladimi Dec 22, 2020
37eab07
Remove broadcasting (#3574)
iimironov Dec 22, 2020
e586873
[ONNX] remove hardcoded shape in GroupNorm operator (#3682)
mateusztabaka Dec 22, 2020
73c2d56
[IE][nGraph]: Fixes Loop shape inference (#3641)
ggladilo Dec 22, 2020
b4acb80
Regenerate MO models with current MO version. (#3668)
jdanieck Dec 22, 2020
3a16a61
Changed OV_SCOPE semantic (#3692)
ilyachur Dec 22, 2020
80dfb26
Introduce IEDevScripts package (#3661)
ilya-lavrenov Dec 22, 2020
46a7194
Disable tests which read prototxt files if protobuf-lite is used (#3691)
Dec 22, 2020
0221551
[IE CORE] enable plugins & dependent libs loading using absolute path…
mryzhov Dec 22, 2020
5f0a815
Added company name to a version file (#3653)
ilya-lavrenov Dec 22, 2020
bb55289
Check disabled tests (#3441)
bszmelcz Dec 23, 2020
c6c50c7
Errors and warnings highlighting for UNIX platforms (#3643)
vladislav-volkov Dec 23, 2020
cc11da3
New Gather op reference implementation. (#3633)
pelszkow Dec 23, 2020
fffaa49
[IE CLDNN] NGraph integration into cldnn plugin (#2506)
vladimir-paramuzov Dec 23, 2020
fda6402
Enable TinyYolo v3 in CI (#3651)
mateusztabaka Dec 23, 2020
18d29fc
Abs revise (#3601)
pszmel Dec 23, 2020
5ac0704
Constant attr to visitor (#3540)
pelszkow Dec 23, 2020
45865c8
Try ENABLE_FASTER_BUILD on public CI (#3708)
ilya-lavrenov Dec 23, 2020
c28f6a4
Added error message if cmake is run from IE root (#3707)
ilya-lavrenov Dec 23, 2020
bdce683
module library type for IE plugins, extensions (#3656)
ilya-lavrenov Dec 23, 2020
b111634
async network loading in the MULTI (#3599)
myshevts Dec 23, 2020
c9ebd22
CMake install fixes (#3600)
slyubimt Dec 23, 2020
6dcdb92
Visitor api ti implementation (#3576)
sdurawa Dec 24, 2020
60fbf84
Fixed message if ENABLE_ERROR_HIGHLIGHT is enabled (#3712)
ilya-lavrenov Dec 24, 2020
2fb6d04
convert to bf is to be inserted only after non-const layer (#3597)
yury-intel Dec 24, 2020
50bf1e1
Added memory format attribute (#3395)
Dec 24, 2020
3091aa8
ovino doc assets (#3046)
ntyukaev Dec 24, 2020
bf0e517
Removed global factory for nodes (#3701)
ilyachur Dec 24, 2020
32838b7
[IE][VPU]: Fix loading previous NMS versions (#3696)
andreybakalin97 Dec 24, 2020
cfb22c3
[CPU BF16] Fix for fusing depthwise operation into BF16 convolutions …
maxnick Dec 24, 2020
bc188aa
CMake based build for pyngraph module (#3080)
slyubimt Dec 24, 2020
edd06f7
Avladimi/cherry pick raspbian gsg (#3654)
avladimi Dec 24, 2020
769d762
[ONNX] don't hardcode shape in Softmax operator (#3676)
mateusztabaka Dec 25, 2020
ef50d78
ONNX CI improvement (#3673)
rblaczkowski Dec 25, 2020
ff27d46
Enlarge timeouts for OpenVino ONNX CI (#3745)
rblaczkowski Dec 25, 2020
d41111b
[MO] Implement transformation to avoid RandomUniform in dropout (#3678)
rkazants Dec 25, 2020
3b278ab
Added CC macros to validate, clone and visit (#3730)
ilyachur Dec 25, 2020
37b3c25
Allow multiple output shapes testing (#3728)
alpkn Dec 25, 2020
51e5cd0
Set fixed version of the urllib3 package in the requirements because …
lazarevevgeny Dec 25, 2020
1b2a34d
fluid update WW52 2020 OCV 4.5.1 - attempt#2 (#3698)
Dec 25, 2020
556932d
Small cosmetic fixes (#3748)
ilyachur Dec 25, 2020
3431d5d
Removed global CMAKE_MODULE_PATH in IE DevPackage (#3747)
ilya-lavrenov Dec 26, 2020
a20dde7
Fix of ascii decode problem in TF Const with string value (#3672)
yekruglov Dec 27, 2020
c9946c7
OpenVino ONNX CI update (#3750)
rblaczkowski Dec 28, 2020
13eb0f2
[LPT] issue #37332: tests unification (#3277)
v-Golubev Dec 28, 2020
07df81a
[CPU] Improvements for Pad implementation (#3267)
a-sidorova Dec 28, 2020
a80b592
Fixed headers for doxygen genration (#3746)
ilyachur Dec 28, 2020
839db4c
Fixed some tbb issues (#3735)
apankratovantonp Dec 28, 2020
5ce4ab1
[CPU] Fixed Divide operation support for I32 precision (#3721)
dmitry-gorokhov Dec 28, 2020
8f808f8
Fixed mapping of input name (#3737)
popovaan Dec 28, 2020
7d9937b
[LPT] reshape 4D->4D per-tensor quantization fix (#3644)
v-Golubev Dec 29, 2020
6a8826b
Added info about hello classification sample (#3583)
Dec 29, 2020
5d553df
Adding MYRIAD_THROUGHPUT_STREAMS support (#3723)
myshevts Dec 29, 2020
c32688f
[IE][VPU][TESTS]: Fix myriad tests on MacOS (#3681)
Dec 30, 2020
30d410c
Move time_tests to new manifest version (#3759)
vurusovs Dec 30, 2020
be6ff26
Fixed regression after mapping bug fix (#3770)
popovaan Dec 30, 2020
d797dee
Fix `metadata_from_manifest()` according to new manifest version (#3771)
vurusovs Dec 31, 2020
cc35e77
Use find_package instead of include(Find*) in CMake scripts (#3767)
Dec 31, 2020
fbddd91
[ONNX] don't hardcode shapes in Interpolate and Shape operator (#3778)
mateusztabaka Jan 7, 2021
ba28f2f
[ONNX] remove unnecessary ReduceMax and Subtract in Softmax op (#3717)
mateusztabaka Jan 7, 2021
eabcf76
Fixed clone_with_new_inputs for TopK (#3757)
Jan 8, 2021
af593fa
Fixed install location for MODULE library type (#3752)
ilya-lavrenov Jan 10, 2021
d8d9f1f
[ nG ] opset1::Reshape output shape inference refactoring (#3542)
Jan 10, 2021
ec2c56d
[MO] Implement support of TensorFlow 2 Keras Embedding operation in M…
rkazants Jan 10, 2021
e58e71f
Remove ops from Layer Creator/ Node Converter - part 6 (#3620)
Jan 11, 2021
1740f0a
base file for unit-testes for unary operators (#3700)
bszmelcz Jan 11, 2021
780fbfc
CPU implementation for ROIAlign (#3579)
yury-intel Jan 11, 2021
1a984dc
Enabled CMP0025 as NEW (#3791)
ilya-lavrenov Jan 11, 2021
fc20903
Partially removed ngraph cmake duplication with IE cmake (#3751)
ilya-lavrenov Jan 11, 2021
48dc62a
Revert PSROIPooling average logic introduced in 305f0056059b091e0290b…
mateusztabaka Jan 11, 2021
2494aa4
[IE][VPU]: Interpolate improvements (#3508)
DariaMityagina Jan 11, 2021
70c979f
[cmake] Fix single config generators handling (#3794)
Jan 11, 2021
50d8238
Evaluate, ngraph_reader check and Python nGraph API for GatherElement…
pavel-esir Jan 11, 2021
de2e951
Change failing test ticket number (#3677)
Jan 12, 2021
12219d1
Set default visibility only for ONNX (#3798)
ilya-lavrenov Jan 12, 2021
46c4b2f
[IE][VPU][TESTS]: add implementation of layer Round to Myriad Plugin …
andrejsokolov Jan 12, 2021
fe2e51b
Merged base implementation files (#3699)
apankratovantonp Jan 12, 2021
c3ca5f5
[IE][VPU]: Move Myriad QueryNetwork to a separate file (#3687)
Jan 12, 2021
dbeb362
[IE][VPU][TESTS]: Gather: support outer padding for indices (#3665)
andreybakalin97 Jan 12, 2021
4ab0b68
[CMake] Add SHA sums for OMP packages (#3801)
dkurt Jan 12, 2021
fd39f5c
[ONNX] remove dangling Parameters from graph (#3774)
mateusztabaka Jan 12, 2021
03ff9d1
Align location to OMZ demos (#3754)
slyubimt Jan 12, 2021
01d53c3
Fixed compilation for Win32 (#3803)
ilya-lavrenov Jan 12, 2021
3d66bbe
Handle scalar inputs for MYRIAD plugin (#3784)
adk9 Jan 12, 2021
372e58c
[IE][VPU]: Added addition parameters for StridedSlice (#3670)
nikita-kud Jan 12, 2021
c955003
add asin to unary operators tests (#3815)
bszmelcz Jan 13, 2021
4cd5898
Suppress multiple linker warnings for ngraph on Win32 (#2879)
ilya-lavrenov Jan 13, 2021
9602c97
Removed stb_image from 3rd party (#3820)
ilya-lavrenov Jan 13, 2021
a8b0695
Follow up for PR #3784 (#3821)
ilya-lavrenov Jan 13, 2021
bbaf8ea
Added AddV2, FusedBatchNormV2 and FusedBatchNormV3 to the list of sup…
lazarevevgeny Jan 13, 2021
039ebe4
[IE][VPU]: Removed Mish decomposition (#3663)
novozhilov-m-m Jan 13, 2021
4b99d37
[IE][VPU]: Enables Extract Dynamic Batch Transformation (#3715)
ggladilo Jan 13, 2021
f635775
[GNA] Fix handling of permutes around convolution for a case with 1 c…
elilobanova Jan 13, 2021
9348433
nGraph copyright update for 2021 (#3832)
Jan 13, 2021
026c4f0
ONNX model editor class with input types modification support (#3714)
Jan 13, 2021
4b87e8b
Add log_level option to compile_tool (#3831)
Jan 13, 2021
b3b543b
V10Parser node factory improvements (#3824)
vladislav-volkov Jan 13, 2021
77754fc
Avgpool revise (#3674)
pszmel Jan 13, 2021
9d0f2c2
[IE CLDNN] Fixed factory registration in concurrent environment (#3833)
vladimir-paramuzov Jan 14, 2021
0f0c683
[IE CLDNN] Added ITT counters in the plugin (#3719)
egerashc Jan 14, 2021
bda1d59
[GNA] Fixing issues for convolution single-layer tests (#3586)
elilobanova Jan 14, 2021
69c8857
Bump tox from 3.20.1 to 3.21.1 in /ngraph/python
dependabot[bot] Jan 14, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
58 changes: 46 additions & 12 deletions .ci/azure/linux.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
resources:
repositories:
- repository: openvino_contrib
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/openvino_contrib

- repository: testdata
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/testdata

jobs:
- job: Lin
# About 150% of total time
Expand All @@ -13,6 +25,8 @@ jobs:
WORKERS_NUMBER: 8
BUILD_TYPE: Release
REPO_DIR: $(Build.Repository.LocalPath)
OPENVINO_CONTRIB_REPO_DIR: $(REPO_DIR)/../openvino_contrib
MODELS_PATH: $(REPO_DIR)/../testdata
WORK_DIR: $(Pipeline.Workspace)/_w
BUILD_DIR: $(WORK_DIR)/build
BIN_DIR: $(REPO_DIR)/bin/intel64/$(BUILD_TYPE)
Expand Down Expand Up @@ -48,6 +62,17 @@ jobs:
submodules: recursive
path: openvino

- checkout: openvino_contrib
clean: true
lfs: false
submodules: recursive
path: openvino_contrib

- checkout: testdata
clean: true
lfs: true
path: testdata

- script: |
sudo apt --assume-yes install libusb-1.0-0-dev
python3 -m pip install -r $(REPO_DIR)/inference-engine/ie_bridges/python/requirements.txt
Expand All @@ -65,7 +90,17 @@ jobs:
- task: CMake@1
inputs:
# CMake must get Python 3.x version by default
cmakeArgs: -GNinja -DVERBOSE_BUILD=ON -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) -DENABLE_PYTHON=ON -DPYTHON_EXECUTABLE=/usr/bin/python3.6 -DENABLE_TESTS=ON $(REPO_DIR)
cmakeArgs: >
-GNinja
-DVERBOSE_BUILD=ON
-DENABLE_TEMPLATE_PLUGIN=ON
-DCMAKE_BUILD_TYPE=$(BUILD_TYPE)
-DENABLE_PYTHON=ON
-DPYTHON_EXECUTABLE=/usr/bin/python3.6
-DENABLE_TESTS=ON
-DENABLE_FASTER_BUILD=ON
-DIE_EXTRA_MODULES=$(OPENVINO_CONTRIB_REPO_DIR)/modules
$(REPO_DIR)
workingDirectory: $(BUILD_DIR)

- script: ninja
Expand Down Expand Up @@ -107,6 +142,10 @@ jobs:
displayName: 'IE FuncTests'
continueOnError: false

- script: $(BIN_DIR)/templateFuncTests --gtest_filter=*smoke* --gtest_output=xml:TEST-templateFuncTests.xml
displayName: 'TEMPLATE FuncTests'
continueOnError: false

- script: $(BIN_DIR)/cpuFuncTests --gtest_filter=*smoke* --gtest_print_time=1 --gtest_output=xml:TEST-cpuFuncTests.xml
displayName: 'CPU FuncTests'
continueOnError: false
Expand All @@ -116,28 +155,23 @@ jobs:
continueOnError: false

- script: |
git clone https://github.com/openvinotoolkit/testdata.git
workingDirectory: $(WORK_DIR)
displayName: 'Clone testdata'

- script: |
export DATA_PATH=$(WORK_DIR)/testdata
export MODELS_PATH=$(WORK_DIR)/testdata
export DATA_PATH=$(MODELS_PATH)
export MODELS_PATH=$(MODELS_PATH)
python3 $(WORK_DIR)/gtest-parallel/gtest-parallel $(BIN_DIR)/MklDnnFunctionalTests --workers=$(WORKERS_NUMBER) --dump_json_test_results=MklDnnFunctionalTests.json --gtest_filter=*smoke* -- --gtest_print_time=1
workingDirectory: $(WORK_DIR)
displayName: 'MklDnnFunctionalTests'
continueOnError: false

- script: |
export DATA_PATH=$(WORK_DIR)/testdata
export MODELS_PATH=$(WORK_DIR)/testdata
export DATA_PATH=$(MODELS_PATH)
export MODELS_PATH=$(MODELS_PATH)
$(BIN_DIR)/InferenceEngineCAPITests --gtest_output=xml:TEST-InferenceEngineCAPITests.xml
displayName: 'IE CAPITests'
continueOnError: false

- script: |
export DATA_PATH=$(WORK_DIR)/testdata
export MODELS_PATH=$(WORK_DIR)/testdata
export DATA_PATH=$(MODELS_PATH)
export MODELS_PATH=$(MODELS_PATH)
export LD_LIBRARY_PATH=$(BIN_DIR)/lib
export PYTHONPATH=$(BIN_DIR)/lib/python_api/python3.6
env
Expand Down
2 changes: 1 addition & 1 deletion .ci/azure/linux_ngraph_onnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- task: CMake@1
inputs:
# CMake must get Python 3.x version by default
cmakeArgs: -GNinja -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) -DENABLE_VPU=OFF -DENABLE_GNA=OFF -DENABLE_OPENCV=OFF -DENABLE_CPPLINT=OFF -DENABLE_TESTS=OFF -DENABLE_BEH_TESTS=OFF -DENABLE_FUNCTIONAL_TESTS=OFF -DENABLE_MKL_DNN=ON -DENABLE_CLDNN=OFF -DENABLE_PROFILING_ITT=OFF -DENABLE_SAMPLES=OFF -DENABLE_SPEECH_DEMO=OFF -DENABLE_PYTHON=ON -DPYTHON_EXECUTABLE=/usr/bin/python3.6 -DNGRAPH_ONNX_IMPORT_ENABLE=ON -DNGRAPH_INTERPRETER_ENABLE=ON -DNGRAPH_DEBUG_ENABLE=OFF -DNGRAPH_DYNAMIC_COMPONENTS_ENABLE=ON -DCMAKE_INSTALL_PREFIX=$(INSTALL_DIR) $(REPO_DIR)
cmakeArgs: -GNinja -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) -DENABLE_VPU=OFF -DENABLE_GNA=OFF -DENABLE_OPENCV=OFF -DENABLE_CPPLINT=OFF -DENABLE_TESTS=OFF -DENABLE_MKL_DNN=ON -DENABLE_CLDNN=OFF -DENABLE_PROFILING_ITT=OFF -DENABLE_SAMPLES=OFF -DENABLE_SPEECH_DEMO=OFF -DENABLE_PYTHON=ON -DPYTHON_EXECUTABLE=/usr/bin/python3.6 -DNGRAPH_ONNX_IMPORT_ENABLE=ON -DNGRAPH_INTERPRETER_ENABLE=ON -DNGRAPH_DEBUG_ENABLE=OFF -DNGRAPH_DYNAMIC_COMPONENTS_ENABLE=ON -DCMAKE_INSTALL_PREFIX=$(INSTALL_DIR) $(REPO_DIR)
workingDirectory: $(BUILD_DIR)
enabled: false

Expand Down
40 changes: 30 additions & 10 deletions .ci/azure/mac.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
resources:
repositories:
- repository: openvino_contrib
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/openvino_contrib

- repository: testdata
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/testdata

jobs:
- job: Mac
# About 200% of total time (perfomace of Mac hosts is unstable)
Expand All @@ -13,6 +25,8 @@ jobs:
WORKERS_NUMBER: 3
BUILD_TYPE: Release
REPO_DIR: $(Build.Repository.LocalPath)
OPENVINO_CONTRIB_REPO_DIR: $(REPO_DIR)/../openvino_contrib
MODELS_PATH: $(REPO_DIR)/../testdata
WORK_DIR: $(Pipeline.Workspace)/_w
BUILD_DIR: $(WORK_DIR)/build
BIN_DIR: $(REPO_DIR)/bin/intel64/$(BUILD_TYPE)
Expand Down Expand Up @@ -42,6 +56,17 @@ jobs:
submodules: recursive
path: openvino

- checkout: openvino_contrib
clean: true
lfs: false
submodules: recursive
path: openvino_contrib

- checkout: testdata
clean: true
lfs: true
path: testdata

- task: UsePythonVersion@0
inputs:
versionSpec: '3.7'
Expand All @@ -63,7 +88,7 @@ jobs:
# Disable errors with Ninja
export CXXFLAGS="-Wno-error=unused-command-line-argument"
export CFLAGS="-Wno-error=unused-command-line-argument"
cmake -GNinja -DVERBOSE_BUILD=ON -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) -DENABLE_PYTHON=ON -DENABLE_TESTS=ON $(REPO_DIR)
cmake -GNinja -DVERBOSE_BUILD=ON -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) -DENABLE_PYTHON=ON -DENABLE_TESTS=ON -DIE_EXTRA_MODULES=$(OPENVINO_CONTRIB_REPO_DIR)/modules $(REPO_DIR)
workingDirectory: $(BUILD_DIR)
displayName: 'CMake'

Expand Down Expand Up @@ -111,21 +136,16 @@ jobs:
continueOnError: false

- script: |
git clone https://github.com/openvinotoolkit/testdata.git
workingDirectory: $(WORK_DIR)
displayName: 'Clone testdata'

- script: |
export DATA_PATH=$(WORK_DIR)/testdata
export MODELS_PATH=$(WORK_DIR)/testdata
export DATA_PATH=$(MODELS_PATH)
export MODELS_PATH=$(MODELS_PATH)
python3 $(WORK_DIR)/gtest-parallel/gtest-parallel $(BIN_DIR)/MklDnnFunctionalTests --workers=$(WORKERS_NUMBER) --dump_json_test_results=MklDnnFunctionalTests.json --gtest_filter=*smoke*:-smoke_MobileNet/ModelTransformationsTest.LPT/mobilenet_v2_tf_depthwise_batch1_inPluginDisabled_inTestDisabled_asymmetric* -- --gtest_print_time=1
workingDirectory: $(WORK_DIR)
displayName: 'MklDnnFunctionalTests'
continueOnError: false

- script: |
export DATA_PATH=$(WORK_DIR)/testdata
export MODELS_PATH=$(WORK_DIR)/testdata
export DATA_PATH=$(MODELS_PATH)
export MODELS_PATH=$(MODELS_PATH)
$(BIN_DIR)/InferenceEngineCAPITests --gtest_output=xml:TEST-InferenceEngineCAPITests.xml
displayName: 'IE CAPITests'
continueOnError: false
Expand Down
50 changes: 38 additions & 12 deletions .ci/azure/windows.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
resources:
repositories:
- repository: openvino_contrib
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/openvino_contrib

- repository: testdata
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/testdata

jobs:
- job: Win
# About 150% of total time
Expand All @@ -13,6 +25,8 @@ jobs:
WORKERS_NUMBER: 8
BUILD_TYPE: Release
REPO_DIR: $(Build.Repository.LocalPath)
OPENVINO_CONTRIB_REPO_DIR: $(REPO_DIR)\..\openvino_contrib
MODELS_PATH: $(REPO_DIR)\..\testdata
WORK_DIR: $(Pipeline.Workspace)\_w
BUILD_DIR: D:\build
BIN_DIR: $(REPO_DIR)\bin\intel64
Expand Down Expand Up @@ -45,6 +59,17 @@ jobs:
submodules: recursive
path: openvino

- checkout: openvino_contrib
clean: true
lfs: false
submodules: recursive
path: openvino_contrib

- checkout: testdata
clean: true
lfs: true
path: testdata

- script: |
certutil -urlcache -split -f https://github.com/ninja-build/ninja/releases/download/v1.10.0/ninja-win.zip ninja-win.zip
powershell -command "Expand-Archive -Force ninja-win.zip"
Expand All @@ -65,7 +90,7 @@ jobs:

- script: |
set PATH=$(WORK_DIR)\ninja-win;%PATH%
call "$(MSVS_VARS_PATH)" && cmake -GNinja -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) -DENABLE_TESTS=ON -DCMAKE_C_COMPILER:PATH="$(MSVC_COMPILER_PATH)" -DCMAKE_CXX_COMPILER:PATH="$(MSVC_COMPILER_PATH)" $(REPO_DIR)
call "$(MSVS_VARS_PATH)" && cmake -GNinja -DENABLE_FASTER_BUILD=ON -DENABLE_TEMPLATE_PLUGIN=ON -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) -DENABLE_TESTS=ON -DIE_EXTRA_MODULES=$(OPENVINO_CONTRIB_REPO_DIR)\modules -DCMAKE_C_COMPILER:PATH="$(MSVC_COMPILER_PATH)" -DCMAKE_CXX_COMPILER:PATH="$(MSVC_COMPILER_PATH)" $(REPO_DIR)
workingDirectory: $(BUILD_DIR)
displayName: 'CMake'

Expand Down Expand Up @@ -129,6 +154,12 @@ jobs:
displayName: 'IE FuncTests'
continueOnError: false

- script: |
set PATH=$(REPO_DIR)\inference-engine\temp\tbb\bin;%PATH%
$(BIN_DIR)\templateFuncTests --gtest_output=xml:TEST-templateFuncTests.xml
displayName: 'TEMPLATE FuncTests'
continueOnError: false

- script: |
set PATH=$(REPO_DIR)\inference-engine\temp\tbb\bin;%PATH%
$(BIN_DIR)\cpuFuncTests --gtest_filter=*smoke* --gtest_print_time=1 --gtest_output=xml:TEST-cpuFuncTests.xml
Expand All @@ -141,25 +172,20 @@ jobs:
displayName: 'MklDnnBehaviorTests'
continueOnError: false

- script: |
git clone https://github.com/openvinotoolkit/testdata.git
workingDirectory: $(BUILD_DIR)
displayName: 'Clone testdata'

# Add for gtest-parallel, it hangs now (CVS-33386)
#python $(BUILD_DIR)\gtest-parallel\gtest-parallel $(BIN_DIR)\MklDnnFunctionalTests --workers=$(WORKERS_NUMBER) --dump_json_test_results=MklDnnFunctionalTests.json --gtest_filter=*smoke* -- --gtest_print_time=1
- script: |
set PATH=$(REPO_DIR)\inference-engine\temp\tbb\bin;$(REPO_DIR)\inference-engine\temp\opencv_4.5.0\opencv\bin;%PATH%
set DATA_PATH=$(BUILD_DIR)\testdata
set MODELS_PATH=$(BUILD_DIR)\testdata
set PATH=$(REPO_DIR)\inference-engine\temp\tbb\bin;$(REPO_DIR)\inference-engine\temp\opencv_4.5.1\opencv\bin;%PATH%
set DATA_PATH=$(MODELS_PATH)
set MODELS_PATH=$(MODELS_PATH)
$(BIN_DIR)\MklDnnFunctionalTests --gtest_filter=*smoke* --gtest_print_time=1 --gtest_output=xml:TEST-MklDnnFunctionalTests.xml
displayName: 'MklDnnFunctionalTests'
continueOnError: false

- script: |
set PATH=$(REPO_DIR)\inference-engine\temp\tbb\bin;$(REPO_DIR)\inference-engine\temp\opencv_4.5.0\opencv\bin;%PATH%
set DATA_PATH=$(BUILD_DIR)\testdata
set MODELS_PATH=$(BUILD_DIR)\testdata
set PATH=$(REPO_DIR)\inference-engine\temp\tbb\bin;$(REPO_DIR)\inference-engine\temp\opencv_4.5.1\opencv\bin;%PATH%
set DATA_PATH=$(MODELS_PATH)
set MODELS_PATH=$(MODELS_PATH)
$(BIN_DIR)\InferenceEngineCAPITests --gtest_output=xml:TEST-InferenceEngineCAPITests.xml
displayName: 'IE CAPITests'
continueOnError: false
Expand Down
6 changes: 2 additions & 4 deletions .ci/openvino-onnx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ RUN cmake .. \
-DENABLE_OPENCV=OFF \
-DENABLE_CPPLINT=OFF \
-DENABLE_TESTS=OFF \
-DENABLE_BEH_TESTS=OFF \
-DENABLE_FUNCTIONAL_TESTS=OFF \
-DENABLE_MKL_DNN=ON \
-DENABLE_CLDNN=OFF \
-DENABLE_PROFILING_ITT=OFF \
Expand All @@ -75,8 +73,8 @@ RUN make -j $(nproc) install

# Run tests via tox
WORKDIR /openvino/ngraph/python
ENV NGRAPH_CPP_BUILD_PATH=/openvino/dist
ENV LD_LIBRARY_PATH=/openvino/dist/lib
ENV NGRAPH_CPP_BUILD_PATH=/openvino/dist/deployment_tools/ngraph
ENV LD_LIBRARY_PATH=/openvino/dist/deployment_tools/ngraph/lib
ENV NGRAPH_ONNX_IMPORT_ENABLE=TRUE
ENV PYTHONPATH=/openvino/bin/intel64/Release/lib/python_api/python3.8:${PYTHONPATH}
RUN git clone --recursive https://github.com/pybind/pybind11.git -b v2.5.0 --depth 1
Expand Down
17 changes: 12 additions & 5 deletions .ci/openvino-onnx/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,14 @@ def gitSubmoduleUpdate(String repository_name) {
}
}

def updateModels() {
sh """
./ngraph/python/tests/test_onnx/model_zoo_preprocess.sh -d ${HOME}/ONNX_CI/data -o
"""
}

def buildDockerImage() {
updateModels()
sh """
docker build --tag=${DOCKER_IMAGE_TAG} --file=.ci/openvino-onnx/Dockerfile \
--build-arg http_proxy=http://proxy-chain.intel.com:911/ \
Expand All @@ -88,12 +95,12 @@ def buildDockerImage() {
def runTests() {
sh """
docker run --name ${DOCKER_CONTAINER_NAME} \
--volume ${HOME}/ONNX_CI/onnx-models-28-Oct/.onnx/model_zoo:/root/.onnx/model_zoo \
--volume ${HOME}/ONNX_CI/onnx-models/.onnx/model_zoo/MSFT:/root/.onnx/model_zoo/MSFT \
--volume ${HOME}/ONNX_CI/data/model_zoo:/root/.onnx/model_zoo \
${DOCKER_IMAGE_TAG}
"""
}


pipeline {
agent {
label "OpenVino"
Expand All @@ -104,7 +111,7 @@ pipeline {
}
options {
skipDefaultCheckout true
timeout(activity: true, time: 10, unit: 'MINUTES')
timeout(activity: true, time: 60, unit: 'MINUTES')
}
stages {
stage("Clone repository") {
Expand All @@ -118,14 +125,14 @@ pipeline {
}
stage("Prepare Docker environment") {
steps{
dir("${WORKDIR}") {
dir("${WORKDIR}") {
buildDockerImage()
}
}
}
stage("Run tests") {
options {
timeout(time: 15, unit: 'MINUTES')
timeout(time: 60, unit: 'MINUTES')
}
steps{
runTests()
Expand Down
26 changes: 15 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates

version: 2
updates:
- package-ecosystem: pip
directory: "/ngraph/python"
schedule:
interval: weekly
day: monday
time: "13:00"
open-pull-requests-limit: 10
reviewers:
- postrational
labels:
- dependencies
# Enable version updates for nGraph Python API
- package-ecosystem: pip
directory: "/ngraph/python"
schedule:
interval: weekly
day: monday
time: "13:00"
open-pull-requests-limit: 10
reviewers:
- postrational
labels:
- "category: dependencies"

Loading