Skip to content

Tags: syaifulnizamiphone7/openvino

Tags

2024.4.1

Toggle 2024.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Docs Fix for 24 with footer (openvinotoolkit#26765)

### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*

2024.4.0

Toggle 2024.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[GPU] Fix lack of support for 3D (and smaller) shapes in TransposeFus…

…ion pass (openvinotoolkit#26440)

### Details:
- Fix lack of support for 3D (and smaller) shapes in TransposeFusion
pass
- Update IncreasePositionIdsPrecision to support both MatMul and Gemm
operations

### Tickets:
 - [CVS-146889](https://jira.devtools.intel.com/browse/CVS-146889)

2024.3.0

Toggle 2024.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[GPU] Fix regression by selection of reference MatMul (openvinotoolki…

…t#25633)

+ Resolve unexpected input of dynamic shape from Reshape

### Details:
 - *item1*
 - *...*

### Tickets:
 - 147083

---------

Signed-off-by: Min, Byung-il <byungil.min@intel.com>

2024.2.0

Toggle 2024.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[GPU][ROIAlignRotated]: Fixed a bug with wrong batch indexing and add…

…ed functional test for the op (openvinotoolkit#24736)

This is a follow up to openvinotoolkit#23955

### Details:
 - Added functional test for ROI Align Rotated
- Fixed a "bug" with wrong batch index inside cl kernel revealed by
functional test for ROI Align Rotated.

### Tickets:
 - *[141877](https://jira.devtools.intel.com/browse/CVS-141877)*

2024.2.0.dev20240513

Toggle 2024.2.0.dev20240513's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[GPU] Fixed eltwise fusing check in onednn case (openvinotoolkit#24469)

### Details:
 - *Fix for openvinotoolkit#24308

2024.2.0.dev20240506

Toggle 2024.2.0.dev20240506's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable add_output_performance test (openvinotoolkit#24376)

### Details:
 - Disable add_output_performance test

### Tickets:
 - CVS-140440
 - CVS-140158
 - CVS-134286

2022.3.2

Toggle 2022.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Checkout OMZ (openvinotoolkit#24169)

### Details:
- according to Trivia reports still unsecure version of tf was
installed. Update OMZ reqs, which had upperbound 2.9.3

### Tickets:
 - CVS-138225

2024.1.0

Toggle 2024.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[PyOV] Limit numpy major version (openvinotoolkit#24131)

### Details:
 - Backport of openvinotoolkit#24103

### Tickets:
 - N/A

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>

2024.0.0

Toggle 2024.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[OV JS] Specify release version and binaries links in package.json (o…

…penvinotoolkit#22960) (openvinotoolkit#22991)

Port of openvinotoolkit#22960

### Details:
 - Specify release version in package.json
- Set up production links to binaries

### Tickets:
 - 131978

2023.3.0

Toggle 2023.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[CPU] Support group beam search (openvinotoolkit#21983)

* support group beam search

* support dyn batch without set_state

* apply review comments

* strides may be incorrect when batch changed

---------

Co-authored-by: Yu Xu <yu.xu@intel.com>