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

Changes from upstream/master #2

Open
wants to merge 3,206 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3206 commits
Select commit Hold shift + click to select a range
78b5cc6
Bump actions/dependency-review-action from 4.3.3 to 4.5.0 (#28569)
dependabot[bot] Jan 27, 2025
f07e194
Bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.16 (#28683)
dependabot[bot] Jan 27, 2025
975c826
Bump awalsh128/cache-apt-pkgs-action from 1.4.2 to 1.4.3 (#28684)
dependabot[bot] Jan 27, 2025
f9d46fb
Bump codecov/codecov-action from 5.2.0 to 5.3.1 (#28685)
dependabot[bot] Jan 27, 2025
685527a
[intel-npu] Support new internal `cached_model_buffer` config for mem…
MirceaDan99 Jan 27, 2025
5176830
update CID fix in PR 28541 (#28680)
wangleis Jan 27, 2025
ea58a5e
Fixed warnings with cmake 3.31 (#28686)
ilya-lavrenov Jan 27, 2025
ed11461
[CPU] Fix medium coverity issues (#28578)
aobolensk Jan 27, 2025
0e68e77
[DOCS] hidden page for ONNX supported models (#28693)
kblaszczak-intel Jan 27, 2025
18a0c24
Bump attrs from 24.2.0 to 25.1.0 in /tests (#28687)
dependabot[bot] Jan 27, 2025
3e1507d
Extend mt.runtime.win32.toolchain to enable hybrid crt (#28440)
olpipi Jan 27, 2025
f507e8d
Schedule metrics collection on a "smallworker" (#28705)
ababushk Jan 27, 2025
b417542
[TF FE][JAX FE] Test with JAX 0.5.0 and Keras 3.8.0 (#28701)
rkazants Jan 27, 2025
4951954
[GHA] Validate integration into Keras 3, OpenVINO backend (#28390)
rkazants Jan 28, 2025
3d24df5
Fix 'Bad cast from' exception on ChromeOS (#28696)
mateusztabaka Jan 28, 2025
de5483a
[CPU] Enable Debian 10 ARM tests (#28695)
aobolensk Jan 28, 2025
fa7740a
[GPU] Added missing kv_cache_precision property to supported list (#2…
vladimir-paramuzov Jan 28, 2025
5981aab
Use graph properties from ZeroInitStruct in compiler adapter (#28699)
PatrikStepan Jan 28, 2025
848a7c3
[CPU] Enable and address google-* clang-tidy remarks (#28537)
aobolensk Jan 28, 2025
6465c23
[CI] [GHA] Add missing topLevel token permissions (#28692)
akashchi Jan 28, 2025
7d3ca08
[CPU] Fix warning in debug build (#28691)
v-Golubev Jan 28, 2025
c4bce39
Update h5py requirement from <3.12.0,>=3.1.0 to >=3.1.0,<3.13.0 in /t…
dependabot[bot] Jan 28, 2025
6fea70a
More strict dependencies for PyTorch in torchvision preprocess (#28722)
ababushk Jan 29, 2025
90ae7ac
[CPU] OV CPU plugin fails to infer SegNext model (#28637)
nshchego Jan 29, 2025
fefbe56
[JS API] Refactoring test utils (#28663)
Retribution98 Jan 29, 2025
259e25a
[CI] [GHA] Add runner-related errors to rerunner (#28690)
akashchi Jan 29, 2025
bb21b65
Bump actions/upload-artifact from 4.4.3 to 4.6.0 (#28710)
dependabot[bot] Jan 29, 2025
b22b526
Bump actions/stale from 9.0.0 to 9.1.0 (#28709)
dependabot[bot] Jan 29, 2025
081bd6d
Create tmp_dir in current working directory (#28617)
wkobielx Jan 29, 2025
6a8a65f
Update scipy requirement from <1.15,>=1.5.4 to >=1.5.4,<1.16 in /test…
dependabot[bot] Jan 29, 2025
d64c8d4
[Py OV] Update samples to use __version__ instead of get_version() (#…
almilosz Jan 29, 2025
6bec542
Swapped to another check for NPU on system (#28730)
AsyaPronina Jan 29, 2025
2eb92ad
[DOCS] Update references to 2025 port (#28718)
kblaszczak-intel Jan 29, 2025
bf5175d
[CPU][DEBUG_CAPS] Bring back an execution of all nodes for debug caps…
EgorDuplensky Jan 29, 2025
80eee50
Move workflow_rerunner workflow to smallrunner as well (#28736)
ababushk Jan 29, 2025
9a46c97
[DOCS] menu restructuring 2025 pass 3 mstr (#28719)
kblaszczak-intel Jan 29, 2025
641a3da
[CPU][LPT] Removed legacy PrecisionRestriction limitations for Multip…
v-Golubev Jan 30, 2025
0e20dc4
[DOCS] menu restructuring 2025 pass 4 mstr (#28738)
kblaszczak-intel Jan 30, 2025
aacad53
Bump actions/setup-node from 4.1.0 to 4.2.0 (#28739)
dependabot[bot] Jan 30, 2025
aa274e4
Implemented CPU plugin just-in-time emitter for NotEqual operation. (…
geeky33 Jan 30, 2025
61b6da8
[DOCS] preparing 2025.0 pass 4 (#28657)
kblaszczak-intel Jan 30, 2025
9930aea
[DOCS] Menu Restructuring for 2025 - pass 5 (#28748)
sgolebiewski-intel Jan 30, 2025
7e8c945
[Snippets][CPU] Optimized reg spills in BrgemmCopyBKernel (#28635)
a-sidorova Jan 31, 2025
c8d66a7
[CPU] Fixed Reduce kernel with bf16 destination precision (#28732)
dmitry-gorokhov Jan 31, 2025
897ea48
LLM optimization documentation fixes and updates. (#28212)
AlexKoff88 Jan 31, 2025
8c7e4e7
[DOCS] Fixing references for 2025.0 - porting 28765 (#28767)
tsavina Jan 31, 2025
a7fe2a2
[core] Improve ov::element::Type to support constexpr where possible …
praasz Jan 31, 2025
d812c79
Add CodeQL scans to GitHub Actions Workflows (#28675)
ababushk Jan 31, 2025
ce69c62
Fixed C++ RTTI for ConversionExtensionBase (#28758)
ilya-lavrenov Jan 31, 2025
4c01a98
[TF FE] feat: implement complex type support for selectv2 (#28773)
11happy Feb 2, 2025
0213116
[GPU] add convert precision for converting bool to u8 (#28654)
ahnyoung-paul Feb 3, 2025
398bde6
[GPU] Fix incorrect broadcast axis for static SDPA case (#28763)
sshlyapn Feb 3, 2025
d8c7b08
Bump github/codeql-action from 3.27.9 to 3.28.8 (#28777)
dependabot[bot] Feb 3, 2025
26a3ab1
Fix support of "inputs_embeds" input of VLMs in SDPAToPA transformati…
CuriousPanCake Feb 3, 2025
91a8476
[CPU][ARM64] Enable FakeQuantize tokenization and decomposition (#28700)
srinjoydutta03 Feb 3, 2025
9c5b97c
[TF FE] Support Squeeze for string tensors (#28782)
rkazants Feb 3, 2025
0b3e161
[Docs][PyOV] Documentation for Custom Python Operation (#25615)
akuporos Feb 3, 2025
5eeee6d
[CPU][DEBUG_CAPS] Enable verbose mode for ov data types (#28747)
maxnick Feb 3, 2025
58e338d
[DOCS] ecosystem restructuring 25.0 (#28786)
kblaszczak-intel Feb 3, 2025
9042817
[DOCS] 2025.0 release notes start 25.0 (#28785)
kblaszczak-intel Feb 3, 2025
c365229
[DOCS] 2025.0 install guide update port mstr (#28787)
kblaszczak-intel Feb 3, 2025
4354147
[CPU][ARM] Pooling: support `i32` indices output and `NHWC` indices l…
alvoron Feb 3, 2025
3571d18
[CPU] Moved jit_uni_eltwise_generic x64 to another files (#28749)
a-sidorova Feb 4, 2025
77d0779
[GPU] updates to use ConcatTransformation of LPT for activations scal…
e-ddykim Feb 4, 2025
898f6e1
[GPU] allow scalar eltwise primitive fusion with gemm (#28764)
e-ddykim Feb 4, 2025
fda6a50
[GPU] Dynamic paddings support for mixed kernel mode execution of Pag…
sshlyapn Feb 4, 2025
26aa072
Add 2025.0 Selector Tool (#28793) (#28794)
kblaszczak-intel Feb 4, 2025
7e83770
[GPU] merging multiple scalar multiply layers connected to horizontal…
e-ddykim Feb 4, 2025
e50d722
[GPU] Fix crop primitive execution with dynamic paddings input (#28672)
sshlyapn Feb 4, 2025
b603d00
[GPU] Update PagedAttention creation logic (#28802)
sshlyapn Feb 4, 2025
a7f45ba
[DOCS] 25.0 polishing mstr (#28809)
kblaszczak-intel Feb 4, 2025
a1d4566
[Snippets][CPU] Moved N_tail processing to the end in BrgemmCopyBKern…
a-sidorova Feb 4, 2025
1f23c00
[CPU] Enable clang-tidy-18 checks (#28725)
aobolensk Feb 4, 2025
72a971f
[GPU] Insert scratchpad memory in concat when it's not null (#28775)
steve-y Feb 4, 2025
63acac4
[DOCS] 25.0 final touches (#28823)
kblaszczak-intel Feb 4, 2025
842a81d
[DOCS] Updating Interactive Tutorials for 2025 version -porting (#28821)
kblaszczak-intel Feb 4, 2025
e4dbd33
CMAKE: fixed GPU plugin build within vcpkg infra (#28816)
ilya-lavrenov Feb 4, 2025
c27f796
[Snippets] Add debug caps for dumping snippets parameters (#28378)
aobolensk Feb 4, 2025
7d18f00
[GPU] Add support of per-head mask for sdpa_micro kernel (#28828)
sshlyapn Feb 5, 2025
c31a4c8
[CI] [GHA] Add sccache server startup error to rerunner (#28814)
akashchi Feb 5, 2025
3ea01c3
[CI] [GHA] Update workflow list in rerunner and statistics collection…
akashchi Feb 5, 2025
f2055d7
[GPU] Apply extra buffer for onednn asymmetric Conv. (#28813)
hyunback Feb 5, 2025
d387020
[DOCS] port benchmarks to master (#28833)
kblaszczak-intel Feb 5, 2025
e6be681
[CORE] OV file utils file_size use std file path (#28462)
barnasm1 Feb 5, 2025
e068aef
[CPU] Replace OPENVINO_THROW macros usage in nodes with THROW_CPU_NOD…
aobolensk Feb 5, 2025
e4611ea
[Op] ISTFT op class, shape infer and reference (#28606)
mitruska Feb 5, 2025
43737ac
[DOCS] remove models from release notes 25.0 (#28838)
kblaszczak-intel Feb 6, 2025
2095b2c
[ARM][CPU] Fix ARM arch for WoA systems (#28517)
allnes Feb 6, 2025
be3edd1
[CPU] Enable memory reuse for nested graphs (#27521)
EgorDuplensky Feb 6, 2025
91a8f17
[DOCS] post-release polishing - porting to master (#28855)
sgolebiewski-intel Feb 6, 2025
3aefee8
Add nncf.strip call (#28660)
andrey-churkin Feb 6, 2025
69ff32d
[GPU] integration onednn rls-v3.7 to master (#28798)
sungeunk Feb 7, 2025
6eb34ee
update CID fix in PR 28541 (#28863)
wangleis Feb 7, 2025
20e3872
[OV JS] Update openvino-node package version to 2025.0.0 (#28859)
Retribution98 Feb 7, 2025
3c7f2af
[GPU] Enable skipped unit tests for latest driver (#28842)
jade-cho Feb 7, 2025
5c950ff
[ONNX] Extended NodeContext interface (#28867)
gkrivor Feb 7, 2025
f403368
[Torch frontend] aten._unsafe_index.Tensor support (#28044)
daniil-lyakhov Feb 7, 2025
a0022e7
[Snippets][CPU] Fix int8 handling and disable snippets for unhandled …
aobolensk Feb 7, 2025
06c3f20
NPUW: Fix SPATIAL execution mode (#28862)
dmatveev Feb 7, 2025
ffc15bf
[GPU] Added missed space in error message (#28886)
ilya-lavrenov Feb 8, 2025
b5a8d80
Use OV RTTI for ConversionExtensions (#28834)
ilya-lavrenov Feb 8, 2025
c04d828
Fix Device with "(CPU)" name is not registered when using "AUTO" and …
wgzintel Feb 9, 2025
9d51a16
[CPU] Enabled float (fp32/fp16/bf16) to nf4 precision conversion (#28…
dmitry-gorokhov Feb 9, 2025
e901dec
[HETERO] Exclude nightly test cases in smoke (#28890)
peterchen-intel Feb 10, 2025
35693a7
[CPU] Optimize DQ FC with stack allocated aux accum registers (#28576)
dmitry-gorokhov Feb 10, 2025
56607df
[C-API] Add extern to C API symbols to solve linker issue using C com…
praasz Feb 10, 2025
70ec531
[GPU] support 64 alignment for 8bit weights layout (#28864)
ahnyoung-paul Feb 10, 2025
96c2896
[CPU] Replace OPENVINO_ASSERT macros usage in nodes with CPU_NODE_ASS…
aobolensk Feb 10, 2025
fd58592
[PT FE] Implement numerically stable logsumexp support (#28887)
rkazants Feb 10, 2025
69ace03
[Docs] Update NNCF QAT docs (#28818)
andrey-churkin Feb 10, 2025
d0a5906
[GPU] Fix: Coverity issues 1552155 , 1563152 , 1563150 , 1509644 , 15…
basakcap Feb 10, 2025
f124b59
[NPU] Move compatibility check skip before reading metadata (#28847)
alexandruenache1111 Feb 10, 2025
66a612c
GPU: fixed build with oneDNN from vcpkg - part 2 (#28899)
ilya-lavrenov Feb 10, 2025
fa3a158
[GPU] Set cache encryption callbacks as write-only and fix is_mutable…
tkrupa-intel Feb 10, 2025
2e68fd3
[PyOV] Fix passing Model as argument (#28896)
akuporos Feb 10, 2025
2af1d5e
Enable GIT_TRACE for clone step in Fedora 29 workflow (#28721)
ababushk Feb 10, 2025
4d54efa
[Snippets][CPU] Fix loop ports replacement in LIR (#28754)
aobolensk Feb 10, 2025
58ee4f2
[PYTHON] add __deepcopy__, __copy__ for Tensor (#28860)
kshpv Feb 10, 2025
38791c6
[Snippets][CPU] Enable verbose perf count insertion pass conditionall…
aobolensk Feb 10, 2025
f47bfc2
[GHA] OV provider: fixed upload condition for JS artifacts (#28906)
mryzhov Feb 10, 2025
a5f7ec3
[GPU] sink reshape for reorder+reshape+permute pattern opt (#28183)
songbell Feb 11, 2025
a586839
Fix performance regression on EMR (#28871)
sunxiaoxia2022 Feb 11, 2025
d55a720
[CPU] oneDNN3.6 cherry-pick backports (#28843)
xczhai Feb 11, 2025
f7250d8
[GPU] Fix weightless caching with low precision models (#28641)
tkrupa-intel Feb 11, 2025
a6cdc76
[CPU] Remove the limitation that requires to memset zero for KVCache …
luo-cheng2021 Feb 11, 2025
9968af6
[CPU] Fix modernize-concat-nested-namespaces clang-tidy remarks (#28869)
aobolensk Feb 11, 2025
15eeb2a
[Snippets][CPU] Remove deprecation warnings ignore (#28832)
aobolensk Feb 11, 2025
d00cc18
Python API: is_mutable() fix (#28907)
tkrupa-intel Feb 11, 2025
87925de
[GPU] Prevent concat different formats for onednn (#28668)
clee30 Feb 11, 2025
b055246
[DOCS] put pdf in LFS (#28898)
kblaszczak-intel Feb 11, 2025
ac8a724
[core][IR FE] Add support to (de)serialize Result output names (#28595)
praasz Feb 11, 2025
c6eb666
[GHA] Increase timeout for PyTorch Models tests in precommit (#28908)
dorloff Feb 11, 2025
b6cf11e
NPUW: Fixed coverity issues of Low impact (#28528)
AsyaPronina Feb 11, 2025
b0a120c
Fixed dump of spatial inputs/outputs (#28424)
AsyaPronina Feb 11, 2025
e119468
[DOCS Port for sitemap google (#28926)
akopytko Feb 11, 2025
0006286
[GPU] Fix reverse_sequence for 4 dims inputs (#28461)
changchingyew Feb 11, 2025
81d712b
Fix "Total()" is called for dynamic pad (#28427)
yuanxion Feb 11, 2025
873f532
[TRANSFORMATIONS] Set proper of VLM's "inputs_embeds" input (#28928)
CuriousPanCake Feb 11, 2025
4e2484c
[GPU] Enable gather in rope kernel (#28923)
michal-miotk Feb 11, 2025
40de634
[LPT TRANSFORMATIONS] Enable MarkDequantization & KeepConstPrecision …
CuriousPanCake Feb 11, 2025
4d01e56
[NPUW] Add new compute pattern (#28935)
smirnov-alexey Feb 11, 2025
9972dc1
Fix standalone gflags search (#28930)
Maxim-Doronin Feb 11, 2025
9e30651
[GHA] Get rid of Ubuntu 20 runners (#28938)
akladiev Feb 11, 2025
f499bb0
vtensors transpose for llama3 (#28338)
esmirno Feb 12, 2025
506204a
[GPU] Optimize sdpa_opt_finalization_stage (#28279)
zaixing-wang Feb 12, 2025
779d459
[CPU][DEBUG_CAPS] Fix OV_CPU_VERBOSE missing shapes (#28937)
EgorDuplensky Feb 12, 2025
7fab505
[DOC] Fix typos in documentation (#28947)
rkazants Feb 12, 2025
494d645
Add specification for `SegmentMax-16` (#28103)
p-wysocki Feb 12, 2025
2892c85
GHA: temporary disable GenAI build on Android x64 (#28952)
ilya-lavrenov Feb 12, 2025
98e04be
[DOCS] NPU update for whisper port (#28955)
kblaszczak-intel Feb 12, 2025
3c2526a
Fixed issue with LLM accuracy tests (#28922)
AlexKoff88 Feb 12, 2025
d04fd6e
[CPU] Fix google-default-arguments clang-tidy remarks (#28772)
aobolensk Feb 12, 2025
6aa2544
[Py OV] Change simplefilter to filterwarnings in ov.runtime (#28905)
almilosz Feb 13, 2025
d455dd2
Add `SegmentMax-16` to Core (#28698)
p-wysocki Feb 13, 2025
09ed323
[DOCS] Add weightless caching docs (#28253)
tkrupa-intel Feb 13, 2025
6eed0fb
[GPU] applying activations scaling only to layers whose 1st input pre…
e-ddykim Feb 13, 2025
c0094c6
Update RopeFusion to support Qwen model after SDPA to PA conversion. …
itikhono Feb 13, 2025
b8cdf8c
[NPU] If context is already destroyed it will not return success (#28…
pereanub Feb 13, 2025
58efd5d
Update README.md (#28970)
EfimovIlia Feb 13, 2025
b5a91e1
[CORE] Ov file path util part2 (#28854)
barnasm1 Feb 13, 2025
8a85683
[CPU]avx512 target use evex encoded instructions in load store emitte…
chenhu-wang Feb 13, 2025
b864e7f
[clean-up] Apply clang_format_fix_all on project (#28946)
praasz Feb 13, 2025
926e6a5
Fix acc_conformance tests path issue on windows (#28971)
wkobielx Feb 13, 2025
91ba886
[NPUW] Weightless serialization (#28469)
smirnov-alexey Feb 13, 2025
e550a08
[GPU] Check if fused op has dynamic shape in GetParamsKey() (#28797)
davidsnam-intel Feb 14, 2025
73e43b5
[CPU] fix qkv_proj/mlp jit kernel's win32 support (#28915)
usstq Feb 14, 2025
6f7519a
[Transformations] SDPA Decomposition: avoid unnecessary ShapeOf subgr…
v-Golubev Feb 14, 2025
eb44f8d
Make custom ThreadLocal implementation copyable (#28900)
aobolensk Feb 14, 2025
9d92d9c
[CPU][ARM64] Implemented JIT Emitter for Eltwise Squared Difference O…
srinjoydutta03 Feb 14, 2025
d7ecf52
[NPU] Add datatype NF4 support (#27903)
StefaniaHergane Feb 14, 2025
1d1d099
[CI] Update reviewdog to not used deprecated option and check all fil…
praasz Feb 14, 2025
0aa889d
[CPU][ACL] int8 MatMul support (#28870)
alvoron Feb 14, 2025
aed285c
[NPUW] Fix weights_path property (#28997)
smirnov-alexey Feb 14, 2025
5755945
[CORE] Fix tensor is_continuous method (#28973)
pereanub Feb 14, 2025
20ad7cb
Executorch initial support (#28425)
cavusmustafa Feb 14, 2025
e737014
[Transformations] Hotfix for clang-format remarks (#29004)
aobolensk Feb 15, 2025
dc225cf
[HETERO] Add CPU and GPU plugins to tests dependencies if exists (#28…
aobolensk Feb 17, 2025
39418ca
remove cpu_reset in destruction of CPUStreamsExecutor (#28652)
sunxiaoxia2022 Feb 17, 2025
0b5b439
[NPU] Fix SDL issues (#28995)
pereanub Feb 17, 2025
daf33e8
[Layer][GPU][TF FE] test_segment_sum failed with get_shape was called…
pravin25 Feb 17, 2025
2e3543a
[DOCS] fix typos links and formatting (#28982)
kblaszczak-intel Feb 17, 2025
d8c580e
[NPU] Add CLI option to directly pass reference files when running te…
seowwj Feb 17, 2025
0c2d50e
[Snippets][CPU] Fix overflowed integer argument coverity issues (#29022)
aobolensk Feb 17, 2025
ca47d17
[NPUW] Fix DQ not applying due to reference (#29002)
smirnov-alexey Feb 17, 2025
d92782c
[CI] [GHA] HuggingFace cache (#28481)
akashchi Feb 17, 2025
021dcd2
[GHA] CPU sanitizers for functional tests. (#26028)
yury-intel Feb 17, 2025
1cb4564
[GHA] Code style checks trigger in queue (#29027)
akladiev Feb 17, 2025
e4d042e
Update flake8 requirement from <=7.1.1 to <=7.1.2 in /src/bindings/py…
dependabot[bot] Feb 17, 2025
ff06fa3
[CPU][ARM] KleidiAI integration and KleidiAI MM executor (#28830)
alvoron Feb 17, 2025
d81a5a2
[CPU] Fix Windows build issues (#29028)
pereanub Feb 17, 2025
dd57ffb
License whitelist for dependency checker update (#29031)
jacekpawlak Feb 17, 2025
5de222d
Add `SegmentMax-16` reference implementation (#28788)
p-wysocki Feb 17, 2025
e56396b
Fix install_tbb cmake to correctly copy custom archive (#28977)
olpipi Feb 17, 2025
87b4bd4
[GPU] Use FP32 accumulator for QK multiplication for 2nd+ token calcu…
sshlyapn Feb 17, 2025
b1fd24e
[RtInfo/IR] Serialize non RuntimeAttribute rt_info entries of Node an…
t-jankowski Feb 17, 2025
7b070b2
Bump jinja2 from 3.1.4 to 3.1.5 in /src/tests/test_utils/functional_t…
dependabot[bot] Feb 17, 2025
d7d43a0
Revert "Add `SegmentMax-16` reference implementation" (#29037)
akladiev Feb 17, 2025
84dc4b9
Revert "[RtInfo/IR] Serialize non RuntimeAttribute rt_info entries of…
akladiev Feb 17, 2025
6db4939
[GPU] Use usm_device for output buffer for BMG (#28865)
yeonbok Feb 18, 2025
11cacc9
[GPU] Add new_shape_infer support in deconvolution (#28916)
wilson-seok Feb 18, 2025
21092ad
Update access modifiers for CPU impls (#28286)
WeldonWangwang Feb 18, 2025
e9f13c9
Enable XeTLA LSTM for GPU (#28932)
vyakovle Feb 18, 2025
64e76e8
[ONNX] Added BiasAdd from com.microsoft domain (#28713)
vatsalashanubhag Feb 18, 2025
06b5ad8
Update Level Zero to v1.20.5 (#29034)
pereanub Feb 18, 2025
37775f6
[CPU][oneDNN] disable avx512 gemm in onednn (#28844)
xczhai Feb 18, 2025
54c2792
Fix clang-tidy executable path (#29041)
aobolensk Feb 18, 2025
b3a32cb
[NPU] Update NF4 precision conversions in NPU plugin (#29026)
StefaniaHergane Feb 18, 2025
398842a
[GPU] static strided_sliced crop to use tensor (#28507)
kelvinchoi-intel Feb 18, 2025
ecc3477
[GPU] POC for shared plugin config (#28667)
vladimir-paramuzov Feb 18, 2025
ad8e793
[Op][Spec] ISTFT-16 specification (#28807)
mitruska Feb 18, 2025
3efb13a
Implement 2-step conversion from fp32 to fp8 (#28501)
xuchen-intel Feb 18, 2025
047976e
[ONNX] Added FastGelu from com.microsoft domain (#28715)
vatsalashanubhag Feb 18, 2025
68ecdfb
optimize com.microsoft.MatMulNbits operator (#28504)
bopeng1234 Feb 18, 2025
e58f38f
[ONNX] Added QLinearAveragePool from com.microsoft domain (#28799)
vatsalashanubhag Feb 18, 2025
18e97b6
Add SegmentMax-16 reference implementation (#29047)
p-wysocki Feb 18, 2025
c3ae4b0
[GPU] update onednn with the latest 3.7 branch (#28986)
yeonbok Feb 19, 2025
888cc14
[CORE][CACHE][HASH] DYNAMIC_CODE_POLICY check on Windows (#29006)
nshchego Feb 19, 2025
b47c607
[GPU] fix possible memory corruption with skippable nodes (#29042)
songbell Feb 19, 2025
a84ae96
[CORE] Make an additional conversion from std::string to std::wstring…
barnasm1 Feb 19, 2025
6d19e8b
[clean-up ] Fix code style (#29064)
praasz Feb 19, 2025
6396dc9
Add 2024.5.1 to conflicting versions (#29055)
akladiev Feb 19, 2025
77707fb
[GHA] Save Manylinux openvino_tests archive on share (#29033)
akladiev Feb 19, 2025
d3cdfe8
[core] Remove custom ov::optional (#28949)
oToToT Feb 19, 2025
45837a4
[GPU] Add input reorder for onednn gemm (#29059)
jade-cho Feb 20, 2025
b0633ff
[GPU] Fix resmlp-12-distilled-224 failure. (#28861)
hyunback Feb 20, 2025
2c74835
[NPU] Update zero backend code (#29032)
pereanub Feb 20, 2025
fd5f91a
[CPU] Simplify edge clusters collection procedure (#28876)
EgorDuplensky Feb 20, 2025
74126de
Revert "License whitelist for dependency checker update" (#29081)
mryzhov Feb 20, 2025
5d00273
Add transformation pipeline to PrePostProcessing (#28852)
itikhono Feb 20, 2025
d9c2aee
[core] Deprecate undefined type and use dynamic where possible (#28766)
praasz Feb 20, 2025
015fe97
[core] Util to set (auto) names on model's input, output tensors (#28…
praasz Feb 20, 2025
1643337
DOCS Port for Update packages to master (#29079)
akopytko Feb 20, 2025
55ac9b3
Added fixes to support chat mode (#29051)
AsyaPronina Feb 20, 2025
61ab2ef
[PT FE] Return default NonZero type where possible (#29072)
mvafin Feb 20, 2025
2ac4fb6
[NPU][SIT] Extand mean_iou metric for networks with ArgMax (#29085)
NicoletaTarce Feb 20, 2025
285a73a
[NPU] Fix turbo mode (#29090)
pereanub Feb 20, 2025
57723ca
[ Transformations ] Symbolic Matching (#28967)
jane-intel Feb 21, 2025
b70dff8
[PyAPI] Tensor creation from Pillow Image (#28984)
akuporos Feb 21, 2025
587360c
[CPU] Fix bugprone-fold-init-type clang-tidy remarks (#28929)
aobolensk Feb 21, 2025
b6fd0f9
[GPU] scatter element update fix and dynamic impl (#29087)
michal-miotk Feb 21, 2025
a601c9a
[LPT] MatMul: remove useless zero point check (#28956)
v-Golubev Feb 21, 2025
980bdd5
[GPU] Fix Conflict by Replacing local_memory with shared_local_memory…
zaixing-wang Feb 21, 2025
b803639
[Py OV] Change approach to openvino.runtime lazy loading (#29053)
almilosz Feb 21, 2025
3ae3523
[NPUW] Extend serialization for ov::element::Type (#29094)
TolyaTalamanov Feb 21, 2025
344a742
[TFLite] Fixed upper/lower bounds calculation for FakeQuantize betwee…
gkrivor Feb 21, 2025
d86afe8
[PT FE] Optimize normalize_axis for case when axis is already positiv…
mvafin Feb 21, 2025
2f356f2
[GPU] fix the wrong pattern of reshape sinking (#29084)
songbell Feb 21, 2025
4f77d11
Update h5py requirement from <3.13.0,>=3.1.0 to >=3.1.0,<3.14.0 in /s…
dependabot[bot] Feb 21, 2025
47ff118
[GPU] Fix boundary case for fc_bf_tiled_forced_tile_b kernel (#29105)
andrew-k-park Feb 21, 2025
f77ef0f
install_openvino_dependencies: Updated URL for rhel8 ocl-icd rpm (#29…
artanokhov Feb 21, 2025
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.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!install_build_dependencies.sh
!scripts/install_dependencies/install_openvino_dependencies.sh
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@
*.vsdx filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
*.svg filter=lfs diff=lfs merge=lfs -text
.github/scripts/workflow_rerun/tests/data/log_archive_with_error.zip filter=lfs diff=lfs merge=lfs -text
.github/scripts/workflow_rerun/tests/data/log_archive_wo_error.zip filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.xlsx filter=lfs diff=lfs merge=lfs -text
25 changes: 13 additions & 12 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
/src/frontends/tensorflow_common/ @openvinotoolkit/openvino-tf-frontend-maintainers
/src/frontends/tensorflow_lite/ @openvinotoolkit/openvino-tf-frontend-maintainers
/src/frontends/pytorch/ @openvinotoolkit/openvino-pytorch-frontend-maintainers
/src/frontends/jax/ @openvinotoolkit/openvino-jax-frontend-maintainers

# OpenVINO ONNX Frontend:
/src/frontends/onnx/ @openvinotoolkit/openvino-onnx-frontend-maintainers
Expand All @@ -96,35 +97,35 @@

# QA Tests:
/tests/ @openvinotoolkit/openvino-tests-maintainers
/tests/layer_tests/ @openvinotoolkit/openvino-tests-maintainers @openvinotoolkit/openvino-mo-maintainers
/tests/layer_tests/ @openvinotoolkit/openvino-tests-maintainers @openvinotoolkit/openvino-ovc-maintainers
/tests/layer_tests/pytorch_tests/ @openvinotoolkit/openvino-pytorch-frontend-maintainers
/tests/layer_tests/tensorflow_tests @openvinotoolkit/openvino-tf-frontend-maintainers
/tests/layer_tests/jax_tests @openvinotoolkit/openvino-tf-frontend-maintainers
/tests/layer_tests/jax_tests @openvinotoolkit/openvino-tf-frontend-maintainers @openvinotoolkit/openvino-jax-frontend-maintainers
/tests/model_hub_tests @openvinotoolkit/openvino-tf-frontend-maintainers
/tests/model_hub_tests/pytorch @openvinotoolkit/openvino-pytorch-frontend-maintainers

# Tools:
/tools/ @openvinotoolkit/openvino-tools-maintainers
/tools/benchmark_tool/ @openvinotoolkit/openvino-ie-python-api-maintainers
/tools/legacy/ @openvinotoolkit/openvino-samples-maintainers
/tools/openvino_dev/ @openvinotoolkit/openvino-tools-maintainers @openvinotoolkit/openvino-ie-python-api-maintainers
/tools/mo/ @openvinotoolkit/openvino-mo-maintainers
/tools/ovc/ @openvinotoolkit/openvino-mo-maintainers
/tools/ovc/ @openvinotoolkit/openvino-ovc-maintainers
/thirdparty/open_model_zoo/ @openvinotoolkit/omz-maintainers

# Documentation
/docs/ @openvinotoolkit/openvino-docs-maintainers
/docs/CMakeLists.txt @openvinotoolkit/openvino-ie-maintainers
/**/*.rst @openvinotoolkit/openvino-docs-maintainers
/**/*.md @openvinotoolkit/openvino-docs-maintainers
/**/*.svg @openvinotoolkit/openvino-docs-maintainers
/docs/MO_DG/ @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-mo-maintainers
/docs/OV_Runtime_UG/ @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-maintainers
/docs/IE_PLUGIN_DG/ @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-maintainers
/docs/Extensibility_UG/ @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-maintainers
/docs/openvino-workflow/model-preparation/ @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ovc-maintainers
/docs/openvino-workflow/running-inference/ @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-maintainers
/docs/openvino-extensibility/ @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-maintainers
/docs/snippets/ @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-maintainers
/docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino_contrib-arm_plugin-maintainers
/docs/OV_Runtime_UG/supported_plugins/CPU.md @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-cpu-maintainers
/docs/OV_Runtime_UG/supported_plugins/GPU*.md @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-gpu-maintainers
/docs/articles_en/assets/snippets/ @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-maintainers
/docs/openvino-workflow/running-inference/inference-devices-and-modes/cpu-device.rst @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-cpu-maintainers
/docs/openvino-workflow/running-inference/inference-devices-and-modes/cpu-device/ @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-cpu-maintainers
/docs/openvino-workflow/running-inference/inference-devices-and-modes/gpu-device.rst @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-gpu-maintainers
/docs/openvino-workflow/running-inference/inference-devices-and-modes/gpu-device/ @openvinotoolkit/openvino-docs-maintainers @openvinotoolkit/openvino-ie-gpu-maintainers

# Configuration management
/**/setup.py @openvinotoolkit/openvino-configuration-mgmt
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ body:
- Caffe
- ONNX
- PyTorch
- mxnet
- PaddlePaddle
validations:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ body:
- type: textarea
id: build_script
attributes:
label: Build scrip or step-by-step to reproduce
label: Build script or step-by-step to reproduce
description: How can we reproduce your issue?
placeholder: Please provide detailed instructions on how to reproduce the issue
validations:
Expand Down
63 changes: 62 additions & 1 deletion .github/actions/cache/__tests__/cleanup.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ const getInputMock = jest.spyOn(core, 'getInput').mockImplementation();
const setFailedMock = jest.spyOn(core, 'setFailed').mockImplementation();

const tempDir = fs.mkdtempSync(path.join(os.tmpdir(), 'test-cleanup-'));
const cacheRemotePath = path.join(tempDir, 'cache_remote');
const cacheRemotePath = path.join(
tempDir,
'subdir_1',
'subdir_2',
'cache_remote'
);

const cacheFiles = ['cache_1.cache', 'cache_2.cache', 'cache_3.cache'];
const minAccessTime = 7 * 24 * 60 * 60 * 1000; // 1 week
Expand Down Expand Up @@ -283,4 +288,60 @@ describe('cleanup', () => {
// check that sub directory exists
expect(fs.existsSync(cacheSubPath)).toBe(true);
});

it('Cleanup directory with subdirectories and files (recursive=true)', async () => {
const cacheSubPath = path.join(tempDir, 'subdir_1');
// Set the action's inputs as return values from core.getInput()
getInputMock.mockImplementation(name => {
switch (name) {
case 'cache-path':
return cacheSubPath;
case 'restore-keys':
return 'cache';
case 'cache-size':
return 1;
case 'recursive':
return true;
default:
return '';
}
});

await cleanupImpl.cleanUp();

expect(runMock).toHaveReturned();
// cache2 and cache3 should be removed
for (const cache of cacheFiles.slice(1, 2)) {
expect(fs.existsSync(path.join(cacheRemotePath, cache))).toBe(false);
}
// check that file1 exists
expect(fs.existsSync(path.join(cacheRemotePath, cacheFiles[0]))).toBe(true);
});

it('Cleanup directory with subdirectories and files (recursive=false)', async () => {
const cacheSubPath = path.join(tempDir, 'subdir_1');
// Set the action's inputs as return values from core.getInput()
getInputMock.mockImplementation(name => {
switch (name) {
case 'cache-path':
return cacheSubPath;
case 'restore-keys':
return 'cache';
case 'cache-size':
return 1;
case 'recursive':
return false;
default:
return '';
}
});

await cleanupImpl.cleanUp();

expect(runMock).toHaveReturned();
// cache2 and cache3 should be removed
for (const cache of cacheFiles) {
expect(fs.existsSync(path.join(cacheRemotePath, cache))).toBe(true);
}
});
});
6 changes: 5 additions & 1 deletion .github/actions/cache/__tests__/save.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ describe('save', () => {

it('Cache files: absent remote cache dir', async () => {
// Set the action's inputs as return values from core.getInput()
const cacheRemotePathAbsent = path.join(tempDir, 'cache_remote_absent');
const cacheRemotePathAbsent = path.join(
tempDir,
'cache_remote_absent',
'subdir'
);
getInputMock.mockImplementation(name => {
switch (name) {
case 'cache-path':
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/cache/cleanup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ inputs:
evicted to limit the total cache storage'
default: 50
required: false
recursive:
description: 'Scan the current directory only or all subdirectories'
default: false
required: false

runs:
using: 'node20'
Expand Down
Loading