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

Update networkx requirement from <=2.8.8 to <=3.1 in /tools/pot #99

Closed
wants to merge 1,485 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1485 commits
Select commit Hold shift + click to select a range
cf7dfff
delete dlwb imgs (#16066)
tsavina Mar 7, 2023
e79636b
[GNA] Add 3.6 and 4.0 targets (#15735)
sirzabek Mar 7, 2023
6358974
[PT FE] Add prim::PythonOp (#15714)
mmikolajcz Mar 7, 2023
feb448c
Fix MO IR Reader for Eye op (#15996)
mvafin Mar 7, 2023
1bd1eca
[DOCS] `Integrate OpenVINO with your application` article - add TF Li…
sgolebiewski-intel Mar 7, 2023
b907bfa
[PT FE] Fix for prim::Constant tensor with int/float values (#16029)
mmikolajcz Mar 7, 2023
681faad
[GPU] Added shape agnostic kernels for GatherElements and Tile (#15798)
Lyamin-Roman Mar 8, 2023
a9cbccd
Broadcast for post ops enable enable onednngemm (#16074)
hyunback Mar 8, 2023
68b8d41
[CPU]JIRA 93714 fix CPU plugin warning after remove wd4309 wd4018 (#1…
xipingyan Mar 8, 2023
7c8dc76
Rename template config and move transformations to code snippets (#16…
ilyachur Mar 8, 2023
cd8999d
Fix tile shape inference when repeats got dynamic shape (#15792)
praasz Mar 8, 2023
6514b76
[PT FE]: add translation for aten::cumsum (#16092)
eaidova Mar 8, 2023
0786a96
[CPU] Remove unused emitter parameters and API (#16117)
chenhu-wang Mar 8, 2023
50b7687
[ONNX] Fix external weights loading for the current dir path case (#1…
Mar 8, 2023
e5ef0fe
TopK base class cleanup (#16154)
Mar 8, 2023
75b48f2
[GPU] Changed impls cache key type to avoid hash collisions (#16130)
vladimir-paramuzov Mar 8, 2023
3dbea43
[DOCS] remove mentions of myriad throughout docs (#15690)
kblaszczak-intel Mar 8, 2023
f3e7e55
[TF FE] Support multioutput body graph nodes (#16142)
rkazants Mar 8, 2023
c3b22af
CoreImpl small refactoring (#16145)
ilya-lavrenov Mar 8, 2023
75c73a3
[nGraph] VisualizeTree cclang quick fix (#16155)
eshoguli Mar 8, 2023
3d52fc8
Fixed RelWithDebInfo build (#16159)
ilya-lavrenov Mar 8, 2023
b7ff3a1
[GPU] Added shape agnostic Pad kernel implementation (#16160)
andrew-k-park Mar 8, 2023
aaeace9
[GPU] Fix stable diffusion failure (#16052)
jade-cho Mar 9, 2023
c7e479f
[ONNX FE] Improved a method of operators registration (#15990)
Mar 9, 2023
cc8295f
Fixed PT FE compilation with clang on macOS (#16173)
ilya-lavrenov Mar 9, 2023
0365ebf
disable test case: fusings_gpu/lrn_fp16_eltwise_activation.basic/7 (#…
sungeunk Mar 9, 2023
5040f59
Use new CPUStreamsExecutor inside the old one (#16164)
ilyachur Mar 9, 2023
474ea8a
Fix minor build error in ubuntu 22.04 (#16171)
riverlijunjie Mar 9, 2023
94b533b
Update OV_2023_models_supported.pdf (#16179)
kblaszczak-intel Mar 9, 2023
f04507f
Added "accuracy" value for "preset" parameter (#16016)
MaximProshin Mar 9, 2023
e43f606
[LoadTime][MO] flush fp32 subnormals to zero at offline phase (#15929)
pavel-esir Mar 9, 2023
a9cc52b
Update open_model_zoo submodule (#16181)
Wovchena Mar 9, 2023
1051226
Updated GNA lib version to 1906 (#16122)
rjeziers Mar 9, 2023
326aedb
[TF FE] Support EmptyTensorList and TensorListPushBack operations (#1…
rkazants Mar 9, 2023
654f3d9
Revert "Update open_model_zoo submodule (#16181)" (#16189)
akladiev Mar 9, 2023
3148993
[PT FE] Fix failing translation of aten::index_put_ (#16140)
mmikolajcz Mar 9, 2023
dff7f24
Revert PR15386's change (#16172)
yeonbok Mar 9, 2023
3ec386a
[GPU] Minor fixes for dynamic BERT models (#16158)
andrew-k-park Mar 9, 2023
d5e98cb
[GPU] IsFinite, IsInf, IsNaN operations (#15979)
mhnap-lohika Mar 10, 2023
6586742
Disable sentencepiece extension in static build (#16194)
ilya-lavrenov Mar 10, 2023
da9b014
[DOCS] Moving How to build documentation from wiki to md docs - maste…
msmykx-intel Mar 10, 2023
8e24483
Add missing ov_executable_network tests for teamplte plugin (#16190)
sbalandi Mar 10, 2023
a1510a5
fix warnings of overloaded virtual function (#16195)
chenhu-wang Mar 10, 2023
ec8a4ab
Support more complicated cases of list concatenation (#16139)
mvafin Mar 10, 2023
45bdbf7
Changed throw ov::Exception to macro (#16150)
ilyachur Mar 10, 2023
0f19e9c
shift to rst - GPU articles (#16175)
kblaszczak-intel Mar 10, 2023
670668e
DOCS shift to rst - devices and ARM (#16193)
kblaszczak-intel Mar 10, 2023
34bab89
[VPUX] - benchmark app issue fix - PERFORMANCE_HINT: UNDEFINED (#16065)
DariaMityagina Mar 10, 2023
fa9677a
Removed visibility settings from samples (#16192)
ilya-lavrenov Mar 10, 2023
3c8bb14
[DOCS] Align tabs in 'Install from PyPI' article - for master (#16085)
sgolebiewski-intel Mar 10, 2023
7a0beb5
Template plugin class doc (#16152)
ilyachur Mar 10, 2023
198e909
JIRA 93714 change bfloat16 to trivial for ov::core (#15922)
xipingyan Mar 10, 2023
b8e1dea
[GPU] Fix binary_convolution non-constant weights (#15898)
Lyamin-Roman Mar 10, 2023
fa2ffc3
Update prerelease_information.md (#16206)
kblaszczak-intel Mar 10, 2023
da8d5ba
Fix generation of report in CI (#16209)
iefode Mar 10, 2023
5e406a8
[DOCS] OpenVINO Wiki links update - master (#16219)
msmykx-intel Mar 10, 2023
4d8a4d3
DOCS shift to rst - Dynamic Shapes article (#16215)
sgolebiewski-intel Mar 10, 2023
63041ca
234 update (#16211)
sgolebiewski-intel Mar 10, 2023
4e89150
DOCS shift to rst - OpenVINO™ integration with TensorFlow (#16221)
msmykx-intel Mar 10, 2023
75314c2
Rename OPENVINO_UNREACHABLE to OPENVINO_THROW (#16201)
ilyachur Mar 10, 2023
8446f38
DOCS shift to rst - Inference Pipeline article (#16224)
sgolebiewski-intel Mar 10, 2023
a1a35e9
issue-15090 (#16207)
sgolebiewski-intel Mar 10, 2023
1874c07
switched public Azure Linux build to clang (#16198)
ilya-lavrenov Mar 11, 2023
32ac952
[TF FE] Convert a model with Framework nodes (#16053)
rkazants Mar 12, 2023
0e91b07
Prohibit FP16 FP32 values for cpp benchmark_app (#16217)
Wovchena Mar 13, 2023
e8b108a
[GPU] Change lws to avoid synchronization issue in nonzero_count (#16…
ahnyoung-paul Mar 13, 2023
087c3bd
Fixed typo in core tests (#16235)
ilyachur Mar 13, 2023
1e757de
[DOCS] shift to rst - OpenVINO Inference Request
sgolebiewski-intel Mar 13, 2023
2eef025
[PYTHON] Introduce Json Statistics Report aligned with C++ version (#…
PiotrKrzem Mar 13, 2023
8da01d4
TransposeSinking transformation: support new ops and fix performance …
itikhono Mar 13, 2023
df6cd33
[CONFOMANCE] Add handling crashes (#16214)
iefode Mar 13, 2023
0ffa4eb
[Core] Allow ScatterND inputs type to be dynamic (#16236)
rkazants Mar 13, 2023
e19ba8b
DOCS shift to rst - `Layout API Overview` article (#16244)
sgolebiewski-intel Mar 13, 2023
63338b6
Introduce openvino ExecutionNode (#16242)
ilyachur Mar 13, 2023
72566cd
Review pooling classes for shape inference aspects (#16114)
praasz Mar 13, 2023
bf8c7fe
DOCS shift to rst - `Preprocessing API - details` article (#16241)
sgolebiewski-intel Mar 13, 2023
a84f87e
DOCS shift to rst - Preprocessing article (#16250)
sgolebiewski-intel Mar 13, 2023
f080a0d
Added NCC style for frontends sources (#16200)
ilya-lavrenov Mar 13, 2023
625890c
[CPU] Flush denormals to zero only when DAZ is off (#12315)
usstq Mar 13, 2023
5311ab0
[GNA] Refactor memory alignment macro usage (#15749)
tadamowicz Mar 13, 2023
fbc9516
Update Open_model_zoo submodule (#16218)
Wovchena Mar 13, 2023
ca6ad43
Updated reading file (#16203)
gkrivor Mar 13, 2023
9462b3e
Fixed clearing of pipeline config params and TF session in convert_mo…
popovaan Mar 13, 2023
f0f1c47
Fix concat to use ngraph shape infer (#16226)
yeonbok Mar 13, 2023
3b71286
[TF FE] Test low-level While support by TF FE (#16257)
rkazants Mar 13, 2023
dcc8a36
[TF FE] Test Switch and Merge support by TF FE (#16255)
rkazants Mar 13, 2023
ae37ca6
[CPU] Fix core dump issue for ENABLE_DEBUG_CAPS (#16229)
xufang-lisa Mar 14, 2023
3a96e06
Minor fixes (#16275)
yeonbok Mar 14, 2023
1268bfd
DOCS shift to rst - Shape Inference and Preprocessing (#16213)
sgolebiewski-intel Mar 14, 2023
164db3d
[GPU] Fix twin tranformer functional regression. (#16111)
hyunback Mar 14, 2023
a8be566
DOCS shift to rst - `Configuring Devices` (#16247)
sgolebiewski-intel Mar 14, 2023
497b788
DOCS shift to rst - Model Creation in OpenVINO RUNTIME (#16278)
sgolebiewski-intel Mar 14, 2023
0145e53
TopK v11 reference implementation (#16137)
t-jankowski Mar 14, 2023
0ca3ccb
[CAPI][TEST] remove testdata repository dependency (#16259)
riverlijunjie Mar 14, 2023
596036a
Transpose Sinking: refactoring (#16283)
itikhono Mar 14, 2023
95faa57
Introduce ITensor instead of Blob (#16048)
ilyachur Mar 14, 2023
7578c63
DOCS shift to rst - OpenVINO Security (#16280)
msmykx-intel Mar 14, 2023
8477bc8
Reduce the number of validate and infer types in ConvertPrecision (#1…
mateusztabaka Mar 14, 2023
e348481
[GPU] Transformed IR serialization for dynamic models (#16169)
e-ddykim Mar 14, 2023
4b7d1d9
Remove redundant clone from Serialize pass (#16277)
ilyachur Mar 15, 2023
e44fd03
[GPU] Shape agnostic concat kernel + refactoring (#16170)
vladimir-paramuzov Mar 15, 2023
e4f44b1
Mark all failed ONNX layer tests as skip (#16188)
dkrupnov Mar 15, 2023
4b7b3fb
DOCS shift to rst - Openvino Ecosystem article update (#16050)
msmykx-intel Mar 15, 2023
36c18e2
[TF FE] Added Tensorflow CTCLoss layer test (#13644)
gkrivor Mar 15, 2023
d774cc6
DOCS shift to rst - cpu n gna (#16252)
kblaszczak-intel Mar 15, 2023
85f80f2
DOCS shift to rst - `Stateful Models` and `LowLatency` articles (#16288)
sgolebiewski-intel Mar 15, 2023
a3d53c0
DOCS shift to rst - Heterogeneous execution (#16285)
sgolebiewski-intel Mar 15, 2023
ab68403
DOCS-image-fix (#16308)
kblaszczak-intel Mar 15, 2023
bdf1923
Review bucketize shape inference (#16136)
praasz Mar 15, 2023
76f29f8
DOCS shift to rst - Installing OpenVINO (#16311)
msmykx-intel Mar 15, 2023
69ba802
[ShapeInference] EmbeddingSegmentsSum shape infer improvements (#16119)
mitruska Mar 15, 2023
f0c1538
[ShapeInference] EmbeddingBag-Offsets/Packed-Sum shape infer improvem…
mitruska Mar 15, 2023
fdc2664
fix special FQ node (#14594)
usstq Mar 15, 2023
0f9583c
[Transformations] Nop-eliminate 1D Reshape node (#16083)
t-jankowski Mar 15, 2023
bd1b00d
DOCS shift to rst - OpenVINO™ Security Add-on (#16251)
msmykx-intel Mar 15, 2023
523c587
DOCS shift to rst - Troubleshooting Reshape and NoDynamicShapes (#16304)
sgolebiewski-intel Mar 15, 2023
d59d8ba
DOCS shift to rst - Additional Configurations (#16284)
msmykx-intel Mar 15, 2023
28d3e10
[GPU] Fix strided slice kernel with begin/end/stride as inputs (#16302)
vladimir-paramuzov Mar 15, 2023
e1ee8f0
TransposeSinking refactoring: part 2 (class names, folders, file name…
itikhono Mar 15, 2023
6ff02f5
remove invalid cases (#16234)
songbell Mar 15, 2023
0d5b5b1
[DOCS] Adding 'Scrollbox' - new sphinx directive (#15305)
sgolebiewski-intel Mar 15, 2023
8189d18
Revert ITensor leftovers (#16316)
ilyachur Mar 15, 2023
072acc1
Fix win run (#16309)
iefode Mar 15, 2023
0e1df68
DOCS-image-fix-fix (#16324)
kblaszczak-intel Mar 15, 2023
05866f0
Update ONNX Runtime from rel-1.8.1 to rel-1.14.0 (#16184)
zhaixuejun1993 Mar 16, 2023
2f3ae45
[GPU] Fix warnings (#16196)
andrei-cv Mar 16, 2023
2194552
[CPU] Fix crash issue: RuntimeError: Primitive descriptor was not fou…
xipingyan Mar 16, 2023
fbc4200
Fix Loaded from cache for new plugin API (#16301)
ilyachur Mar 16, 2023
790f74c
Update building and plugin testing docs (#16333)
ilyachur Mar 16, 2023
461cc2a
change activation position in reorder_data_bfyx_to_blocked_format ker…
wilson-seok Mar 16, 2023
c18f382
DOCS shift to rst Custom operations (#16254)
tsavina Mar 16, 2023
0372ca9
[PyOV] Constant/Tensor from scalars (#16270)
Mar 16, 2023
a72b9ba
[DOCS] shift to rst - resources (#16256)
kblaszczak-intel Mar 16, 2023
9229b49
[CPU] optimize shape infer of stridedslice (#16069)
xczhai Mar 16, 2023
91b9675
[GNA] Replace log::warning() with THROW_GNA_EXCEPTION for unsupported…
marcinkacprzak Mar 16, 2023
8a7956e
DOCS shift to rst transformations (#16269)
tsavina Mar 16, 2023
6762fe6
Interpolate-11 spec + core op (#16162)
Mar 16, 2023
6ffa8da
Fix documentation (md and inline) for C++ and Python spech samples (#…
dorloff Mar 16, 2023
e4500c7
[GPU] Fixes for dynamic model in dGPU (#16298)
andrew-k-park Mar 16, 2023
0ee8c96
[CONFORMANCE] Fix API report (#16338)
iefode Mar 16, 2023
cb241a8
[Core] Non constant support for b2s and s2b nodes (#16290)
praasz Mar 16, 2023
8d1139b
Fix unet3d mlperf dump (#16253)
hyunback Mar 17, 2023
c5ccb3e
add condition for activation ceil so it works when data type is fp32 …
wilson-seok Mar 17, 2023
bb59672
[GPU] Fixed shape agnostic scatter nd update kernel (#16319)
vladimir-paramuzov Mar 17, 2023
a9bd5f7
Xuejun/remove api model (#15924)
zhaixuejun1993 Mar 17, 2023
e1e44d6
[CPU] Move to oneDNN v3.1 (#15918)
EgorDuplensky Mar 17, 2023
d7c88fd
Rebuild graph rendering (#16321)
bstankix Mar 17, 2023
249d57f
[Transformations] CompressQuantizeWeights: fp16 weights support (#16323)
v-Golubev Mar 17, 2023
a99a505
TopK v11 -> v3 downgrade transformation (#16339)
Mar 17, 2023
a754473
[CPU][TESTS] Use run_on_model instead of run_on_function (#16359)
EgorDuplensky Mar 17, 2023
d189df1
Update tutorials (#16368)
sgolebiewski-intel Mar 17, 2023
6889101
Axes bugfix (#16365)
Mar 17, 2023
e6ceed0
Add documentation for compiled model (#16332)
ilyachur Mar 17, 2023
b2a2266
Implement VariableState support for the Template plugin (#16356)
ilyachur Mar 17, 2023
9c7f7b8
Runtime fallback to other devices (#16015)
WeldonWangwang Mar 20, 2023
4f49d0e
[GPU] enable dumpgraph in unit-test (#15388)
hyunback Mar 20, 2023
afa61ed
Fix ir10 inputs outputs serialization order (#16357)
olpipi Mar 20, 2023
bc15596
Remove redundant reorder (#15661)
byungilm Mar 20, 2023
2739a01
Update Variable State doc (#16358)
ilyachur Mar 20, 2023
a001f84
[CPU] Gather node shape infer (#16168)
xuchen-intel Mar 20, 2023
8bfb6af
[PyOV] Remove deprecated API (#16361)
akuporos Mar 20, 2023
7bce07a
Introduce IRemoteContext (#16293)
ilyachur Mar 20, 2023
bd62da9
Update prebuilt tbbbind static library for Windows (#16138)
peterchen-intel Mar 20, 2023
3f06a9b
[TF FE] Test MatrixDiag translator in the pre-commit (#16377)
rkazants Mar 20, 2023
a46fc47
[GPU] Enable tile with dynamic input (#16364)
vladimir-paramuzov Mar 20, 2023
4411a6e
WA to resolve conflict between paddlepaddle and protobuf 3.20.3 (#16315)
meiyang-intel Mar 20, 2023
c472b02
Added documentation for InferRequest (#16350)
ilyachur Mar 20, 2023
134ebb8
[PT FE] Add aten::new_empty (#16312)
mmikolajcz Mar 20, 2023
4bf5a77
[CPU] Lazy oneDNN memory object creation (#12972)
maxnick Mar 20, 2023
f39684a
[PT FE]: support mixed precision in floor divide (#16362)
eaidova Mar 20, 2023
997414c
[MO][TF FE] Do not print TF FE message in case of fallback (#16384)
rkazants Mar 20, 2023
4a4f06b
GPU documentation update (#16393)
p-durandin Mar 20, 2023
350f8fd
DOCS shift to rst - Media Processing and CV Libraries (#16343)
msmykx-intel Mar 20, 2023
76e60ff
DOCS shift to rst - Performance Hints (#16386)
sgolebiewski-intel Mar 20, 2023
0f4c96e
DOCS shift to rst - `Python API Exclusives` (#16390)
sgolebiewski-intel Mar 20, 2023
083596e
DOC shift to rst - Optimize Inference article group (#16382)
sgolebiewski-intel Mar 20, 2023
c5f65ee
DOCS shift to rst - Tensorflow Frontend Capabilities and Limitations …
sgolebiewski-intel Mar 20, 2023
8b31e3a
DOCS shift to rst - Quantizing models article (#16260)
sgolebiewski-intel Mar 20, 2023
0c99135
Improved properties handling between Core and plugins (#16296)
ilya-lavrenov Mar 20, 2023
ecc2f13
CVS-105549 TFL OneHot renamed (#16388)
Mar 20, 2023
86f0285
[TF FE] Support dynamic type for all operation translators (#16380)
rkazants Mar 20, 2023
71167df
[PT FE]: enable dtype in softmax and constant filling, extend logical…
eaidova Mar 20, 2023
1c7b6a7
[VPUX] - Tensor data with element type f16, is not representable as p…
DariaMityagina Mar 20, 2023
1e512af
Skip `test_mixed_dynamic_infer` on ARM devices (#16397)
p-wysocki Mar 20, 2023
73bedce
Remove RunLocker class (#16387)
zhaixuejun1993 Mar 20, 2023
9c69e2f
Added documentation for RemoteTensor and RemoteContext (#16391)
ilyachur Mar 20, 2023
d9c70db
Explicit scales for all axes in interpolate op test (#16404)
Mar 20, 2023
4ffecce
{DOCS} shift to rst - benchmarks (#16354)
kblaszczak-intel Mar 20, 2023
7f8786d
[PT FE] Make NodeContext constant inside conversion rules (#16165)
mvafin Mar 20, 2023
98237b0
[GPU] Update memory_statistics property impl (#16399)
vladimir-paramuzov Mar 21, 2023
5cb20f8
[TF FE] Refactor StridedSlice translator and add layer test to precom…
rkazants Mar 21, 2023
60436de
Updated AsyncInferRequest documentation + leftovers (#16420)
ilyachur Mar 21, 2023
82a992b
[TF FE] Fix leftovers from code review (#16422)
rkazants Mar 21, 2023
63797db
Review ROIPooling class for shape inference aspects (#16403)
praasz Mar 21, 2023
7d56c75
Fix MO Reader for Squeeze without axes (#16398)
mvafin Mar 21, 2023
ec0a1e5
Fixed some leftovers for 2.0 dev api (#16421)
ilyachur Mar 21, 2023
5af4a8e
Take VPUX out of AUTO default candidate device list (#16037)
yangwang201911 Mar 21, 2023
5d6cd62
Fix unit test on dGPU (#16295)
byungilm Mar 21, 2023
05e54e9
[GPU] Update the latest onedNN3.1 (#16381)
hyunback Mar 21, 2023
8926282
DOCS shift to rst - `Multi device execution` article (#16400)
sgolebiewski-intel Mar 21, 2023
24ff43a
Fixed comparison of iterators (#16428)
ilya-lavrenov Mar 21, 2023
d402b6e
[POT] Return Mul to ignored ops for transformers (except CPU_SPR) (#1…
l-bat Mar 21, 2023
0893efe
[Core] Assure TensorVector comparison uniqueness (#16232)
t-jankowski Mar 21, 2023
85d9c11
Fixed build (#16442)
ilyachur Mar 21, 2023
d8e7b39
flush by recreating constant (#16430)
pavel-esir Mar 21, 2023
234f36e
TopK v11 usage in ONNX FE (#16449)
Mar 21, 2023
b70e56d
[CPU] Support using BF16 in INT8 models (#15663)
usstq Mar 21, 2023
d86d94e
[DOC][CAPI] document for remote tensor (#16408)
riverlijunjie Mar 21, 2023
5e98696
Fix Windows build warnings in template and core tests (#15967)
Mar 22, 2023
95636f7
[Unicode API] Add wide char for compiler model APIs (#16180)
zhaixuejun1993 Mar 22, 2023
a204b04
fix mem leak (#16456)
riverlijunjie Mar 22, 2023
a71c83d
[GPU] Resolve eltwise kernel build failure (#16458)
byungilm Mar 22, 2023
6cfea09
[PyOV] Align Python API's attributes and methods between its modules …
p-wysocki Mar 22, 2023
04a2c4c
[GPU] Add shape agnostic optimized FullyConnectedIMAD kernel (#16417)
andrew-k-park Mar 22, 2023
f1c3356
Small Plugin DG changes (#16432)
ilyachur Mar 22, 2023
0070e8d
[TF FE] Fix problems with invalidation of decoders (#16464)
rkazants Mar 22, 2023
c14e6ef
[GPU] Use 4dim directly for onednn in gemm (#16182)
hyunback Mar 22, 2023
cbb25e9
[DOCS] Proofreading developer documentation moved from wiki. (#15886)
sgolebiewski-intel Mar 22, 2023
232c802
[CAPI] Add ov::hint::execution_mode property (#16466)
riverlijunjie Mar 22, 2023
14e70e7
DOCS shift to rst - Further Low-Level Implementation Details (#16444)
sgolebiewski-intel Mar 22, 2023
2f69305
DOCS shift to rst (#16445)
sgolebiewski-intel Mar 22, 2023
066ef69
DOCS shift to rst - Deploying Your Application with Deployment Manage…
sgolebiewski-intel Mar 22, 2023
9010045
DOCS shift to rst - Libraries for Local Distribution (#16469)
sgolebiewski-intel Mar 22, 2023
57c91e0
[CPU] Fix issue in reducing HW with small channel size in npsc layout…
xuchen-intel Mar 22, 2023
1b72352
Fixed CVS-93736 (#16471)
ilya-lavrenov Mar 22, 2023
8509d0d
[Deprecated API] remove `version` (#16426)
zhaixuejun1993 Mar 22, 2023
4561aa7
[PyOV] OVDict class - new return value from inference (#16370)
Mar 22, 2023
c23a117
Remove plugins xml (#16470)
ilyachur Mar 22, 2023
8eb142c
Interpolate v11 -> v4 downgrade transformation (#16448)
Mar 22, 2023
6ac5e42
[CONFORMANCE] Fix if impossible to remove log (#16485)
iefode Mar 22, 2023
5290822
[CPU] Enabled BatchToSpace and SpaceToBatch with nonconstant inputs s…
yury-intel Mar 22, 2023
951c5fd
Interpolate 11 exposed to Python (#16465)
Mar 22, 2023
6bf2fe1
[GPU] Need to exclude fused mem_dep from shape_infer_dep (#16300)
kelvinchoi-intel Mar 22, 2023
a205c67
Fix leftovers after removing plugins.xml (#16487)
ilyachur Mar 23, 2023
a20b363
Support float64 data type as input of benchmark_app (#16435)
jade-cho Mar 23, 2023
17174a3
DOCS shift to rst - Troubleshooting (#16483)
msmykx-intel Mar 23, 2023
aaa4a4c
[TF FE] Skip Assert operation and add test (#16484)
rkazants Mar 23, 2023
66ae714
DOCS shift to rst - Install OpenVINO on Windows (#16502)
sgolebiewski-intel Mar 23, 2023
5fa95ff
DOCS shift to rst - Protecting Deep Learning Model (#16474)
sgolebiewski-intel Mar 23, 2023
087b10f
Snippets: precision propagation (#14996)
eshoguli Mar 23, 2023
982e1c1
[PyOV] Fix issues with RTMap (#15636)
akuporos Mar 23, 2023
a3958d6
Use evaluation context for the inference (#16492)
ilyachur Mar 23, 2023
a004601
[ONNX FE] Fix Windows warnings (#16141)
Mar 23, 2023
9d0749a
[conformanceTests] Add key for manage pipeline after crashes (#16123)
sbalandi Mar 23, 2023
c89da1a
DOCS shift to rst - Install OpenVINO on macOS, Raspbian (#16506)
sgolebiewski-intel Mar 23, 2023
448654e
[CONFORMANCE] Fix report gewneration in case of mixed reports: rel an…
iefode Mar 23, 2023
3b8d9c5
Allow skip LoadNetworkToDefaultDeviceNoThrow tests (#16507)
nkogteva Mar 23, 2023
8a246a8
[CPU] Use Dnnl executor to avoid extra dnnl primitve desc query (#16372)
maxnick Mar 23, 2023
fb24e91
[LPT] NNCF GroupConvolution 5D on weights support (#16336)
eshoguli Mar 23, 2023
a54f797
Update networkx requirement from <=2.8.8 to <=3.1 in /tools/pot
dependabot[bot] Apr 5, 2023
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.
98 changes: 60 additions & 38 deletions .ci/azure/android_arm64.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,35 @@
trigger:
branches:
include:
- master
- releases/*
- 'master'
- 'releases/*'
paths:
exclude:
- docs/
- /**/docs/*
- /**/*.md
- README.md
- /**/layer_tests_summary/**
- src/tests/functional/plugin/conformance/**
exclude:
- '*/docs/*'
- 'docs/*'
- '*/*.md'
- '*.md'
- '*/layer_tests_summary/*'
- '*/conformance/*'
- 'tools/*'
- 'tests/layer_tests/*'

pr:
drafts: 'false'
branches:
include:
- master
- releases/*
- 'master'
- 'releases/*'
paths:
exclude:
- docs/
- /**/docs/*
- /**/*.md
- README.md
- /**/layer_tests_summary/**
- src/tests/functional/plugin/conformance/**
exclude:
- '*/docs/*'
- 'docs/*'
- '*/*.md'
- '*.md'
- '*/layer_tests_summary/*'
- '*/conformance/*'
- 'tools/*'
- 'tests/layer_tests/*'

resources:
repositories:
Expand All @@ -34,10 +39,13 @@ resources:
name: openvinotoolkit/openvino_contrib
ref: master

variables:
- group: github

jobs:
- job: android_arm64
# About 150% of total time
timeoutInMinutes: 120
timeoutInMinutes: '120'

pool:
name: LIN_VMSS_VENV_F16S_U20_WU2
Expand All @@ -57,8 +65,23 @@ jobs:
TMP_DIR: /mnt/tmp
SHARE_DIR: /mount/cinfsshare/onnxtestdata
CCACHE_DIR: $(SHARE_DIR)/ccache/master/android_arm64
LD_LIBRARY_PATH: $(Agent.ToolsDirectory)/Python/$(OV_PYTHON_VERSION)/x64/lib
OV_PYTHON_VERSION: 3.10.10 # Full version of Python its required for LD_LIBRARY_PATH. More details https://github.com/microsoft/azure-pipelines-tool-lib/blob/master/docs/overview.md#tool-cache

steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '$(OV_PYTHON_VERSION)' # Setting only major & minor version will download latest release from GH repo example 3.10 will be 3.10.10.
addToPath: true
disableDownloadFromRegistry: false
architecture: 'x64'
githubToken: $(auth_token)
displayName: Setup Python 3.10
name: setupPython
- bash: |
#!/bin/bash
python -V

- script: |
curl -H Metadata:true --noproxy "*" "http://169.254.169.254/metadata/instance?api-version=2019-06-01"
whoami
Expand Down Expand Up @@ -94,32 +117,31 @@ jobs:
displayName: 'Make dir'

- checkout: self
clean: true
lfs: false
submodules: recursive
clean: 'true'
submodules: 'true'
path: openvino

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

- script: |
set -e
$(OPENVINO_REPO_DIR)/install_build_dependencies.sh
sudo -E $(OPENVINO_REPO_DIR)/install_build_dependencies.sh
# Move into contrib install_build_dependencies.sh
sudo apt --assume-yes install scons crossbuild-essential-arm64 libprotoc-dev protobuf-compiler default-jdk
sudo apt --assume-yes install scons crossbuild-essential-arm64 default-jdk
# Speed up build
sudo apt -y --no-install-recommends install unzip
wget https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-linux.zip
unzip ninja-linux.zip
sudo cp -v ninja /usr/local/bin/
# Install Android SDK, NDK and TOOLS
sudo apt -y --no-install-recommends install unzip
wget https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip
unzip commandlinetools-linux-7583922_latest.zip
yes | ./cmdline-tools/bin/sdkmanager --sdk_root=$(ANDROID_TOOLS) --licenses
./cmdline-tools/bin/sdkmanager --sdk_root=$(ANDROID_TOOLS) --install "ndk-bundle" "platform-tools" "platforms;android-$(ANDROID_SDK_VERSION)"
workingDirectory: $(WORK_DIR)
displayName: 'Install dependencies'

- task: CMake@1
Expand All @@ -134,27 +156,27 @@ jobs:
-DANDROID_STL=c++_shared
-DANDROID_PLATFORM=$(ANDROID_SDK_VERSION)
-DENABLE_TESTS=ON
-DENABLE_SAMPLES=ON
-DBUILD_java_api=ON
-DBUILD_nvidia_plugin=OFF
-DBUILD_custom_operations=OFF
-DENABLE_INTEL_GPU=ON
-DOPENVINO_EXTRA_MODULES=$(OPENVINO_CONTRIB_REPO_DIR)/modules
-DCMAKE_CXX_LINKER_LAUNCHER=ccache
-DCMAKE_C_LINKER_LAUNCHER=ccache
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
-DCMAKE_C_COMPILER_LAUNCHER=ccache
$(OPENVINO_REPO_DIR)
workingDirectory: $(BUILD_DIR)
-S $(OPENVINO_REPO_DIR)
-B $(BUILD_DIR)

- script: ccache --zero-stats --max-size=50G --show-config
displayName: 'Clean ccache stats'

- script: |
export CCACHE_DIR=$(CCACHE_DIR)
export CCACHE_TEMPDIR=$(TMP_DIR)/ccache
export CCACHE_BASEDIR=$(Pipeline.Workspace)
export CCACHE_MAXSIZE=50G
ninja
workingDirectory: $(BUILD_DIR)
- script: cmake --build $(BUILD_DIR) --parallel --config $(BUILD_TYPE)
env:
CCACHE_DIR: $(CCACHE_DIR)
CCACHE_TEMPDIR: $(TMP_DIR)/ccache
CCACHE_BASEDIR: $(Pipeline.Workspace)
CCACHE_MAXSIZE: 50G
displayName: 'Build Android ARM64'

- script: ccache --show-stats
Expand Down
2 changes: 1 addition & 1 deletion .ci/azure/ci_utils/onnxruntime/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rel-1.8.1
rel-1.14.0
Loading