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

Docs branch clean 24.5 #27792

Open
wants to merge 72 commits into
base: master
Choose a base branch
from

Conversation

akopytko
Copy link
Contributor

Details:

  • item1
  • ...

Tickets:

  • ticket-id

p-durandin and others added 30 commits November 6, 2024 08:35
)

### 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]>
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 akopytko requested review from a team as code owners November 28, 2024 12:18
@akopytko akopytko requested review from tadamczx and itikhono and removed request for a team November 28, 2024 12:18
@github-actions 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
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.