-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Docs branch clean 24.5 #27792
Open
akopytko
wants to merge
72
commits into
openvinotoolkit:master
Choose a base branch
from
akopytko:Docs-Branch-clean-24.5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Docs branch clean 24.5 #27792
+18,470
−30,797
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
) ### Details: - Partial fix for https://jira.devtools.intel.com/browse/CVS-156022 - explicit call for release memory is required ### Tickets: - *ticket-id*
### Details: - *item1* - *...* ### Tickets: - *ticket-id* --------- Signed-off-by: Tatiana Savina <[email protected]>
### Details: - Disable crop fusing that was enabled in the openvinotoolkit#26951 - Cherry pick of openvinotoolkit#27417 to release branch ### Tickets: - *[156367](https://jira.devtools.intel.com/browse/CVS-156367)* Co-authored-by: Lyamin-Roman <[email protected]>
### Details: - *Fix clang issue* - *...* ### Tickets: - *ticket-id* Signed-off-by: Bogdan Pereanu <[email protected]>
…penvinotoolkit#27436) ### Details: - Fix accuracy issue in PagedAttention kernel for large prompts (4K/8K tokens) by correcting index calculation in sub_group_broadcast function to ensure accurate data broadcasting within the subgroup - Copy of openvinotoolkit#27433 ### Tickets: - [CVS-154881](https://jira.devtools.intel.com/browse/CVS-154881)
### Details: - Backport of openvinotoolkit#27429 ### Tickets: - EISW-146038 Signed-off-by: p-wysocki <[email protected]>
…ms (openvinotoolkit#27444) ### Details: - Enable KV-cache compression by default for non-systolic platforms - Change accumulator type to FP32 in dynamic quantize kernel
…lkit#27447) ### Details: - *temporal WA limiting Deconv acb Layout to avx512_core_amx_fp16 platform before oneDNN fix the performance regression issue of related primitive creation* ### Tickets: - *CVS-156640*
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
After `CompiledModel` object is deleted, `shared_ptr<Bank>` is reset - thus expiring `weak_ptr` in bank manager class. If we try to create a `CompiledModel` object again with the same bank name - it was trying to utilize already empty bank ptr. This PR fixes such case
…kit#27465) (openvinotoolkit#27523) ### Details: - Implement **BinaryManager** class that configurable and universal - Extract helpers logic into utils - Make `download-binaries` script short and readable ### Tickets: - 156951 Port of openvinotoolkit#27465 Co-authored-by: Alicja Miloszewska <[email protected]>
Porting: openvinotoolkit#27531 Signed-off-by: Sebastian Golebiewski <[email protected]>
Porting openvinotoolkit#27448 Signed-off-by: Sebastian Golebiewski <[email protected]>
…27585) Porting: openvinotoolkit#27432 Signed-off-by: sgolebiewski-intel <[email protected]>
Co-authored-by: Sebastian Golebiewski <[email protected]>
Updating API docs: adding OVAny type. Signed-off-by: sgolebiewski-intel <[email protected]>
### Details: - Fixed query input remainder calculation - Rejected sdpa_micro kernel in case of scalar-value attention mask, as specs say that attention mask could also be a scalar - Fixed all SDPA functional tests passed on LNL - Backport of openvinotoolkit#27614 ### Tickets: - [CVS-157371](https://jira.devtools.intel.com/browse/CVS-157371)
…notoolkit#27620) ### Details: Port the openvinotoolkit#27593 tests threshold adjustment to release branch ### Tickets: - *CVS-157427*
akopytko
requested review from
tadamczx and
itikhono
and removed request for
a team
November 28, 2024 12:18
github-actions
bot
added
category: inference
OpenVINO Runtime library - Inference
category: IE Tests
OpenVINO Test: plugins and common
category: GPU
OpenVINO GPU plugin
category: CPU
OpenVINO CPU plugin
category: build
OpenVINO cmake script / infra
category: Python API
OpenVINO Python bindings
category: transformations
OpenVINO Runtime library - Transformations
category: samples
OpenVINO Runtime Samples
category: CI
OpenVINO public CI
category: docs
OpenVINO documentation
category: packaging
OpenVINO packaging / distribution
github_actions
Pull requests that update GitHub Actions code
category: PyTorch FE
OpenVINO PyTorch Frontend
category: JS API
OpenVino JS API Bindings
category: NPU
OpenVINO NPU plugin
category: NPUW
NPUW plugin
labels
Nov 28, 2024
…kit#27754) ### Details: - Port of openvinotoolkit#27456 ### Tickets: - *155314*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: build
OpenVINO cmake script / infra
category: CI
OpenVINO public CI
category: CPU
OpenVINO CPU plugin
category: docs
OpenVINO documentation
category: GPU
OpenVINO GPU plugin
category: IE Tests
OpenVINO Test: plugins and common
category: inference
OpenVINO Runtime library - Inference
category: JS API
OpenVino JS API Bindings
category: NPU
OpenVINO NPU plugin
category: NPUW
NPUW plugin
category: packaging
OpenVINO packaging / distribution
category: Python API
OpenVINO Python bindings
category: PyTorch FE
OpenVINO PyTorch Frontend
category: samples
OpenVINO Runtime Samples
category: transformations
OpenVINO Runtime library - Transformations
github_actions
Pull requests that update GitHub Actions code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Details:
Tickets: