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

Bump reviewdog/action-shellcheck from 1.27.0 to 1.28.0 #248

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps reviewdog/action-shellcheck from 1.27.0 to 1.28.0.

Release notes

Sourced from reviewdog/action-shellcheck's releases.

Release v1.28.0

What's Changed

New Contributors

Full Changelog: reviewdog/action-shellcheck@v1.27.0...v1.28.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

mvafin and others added 30 commits October 23, 2024 09:27
### Details:
 - *Save args on meta device when patching*
 - *Remove warning when patching twice*

### Tickets:
 - *ticket-id*
### Details:
 - Accuracy fix with _rte type conversion
 - Fix to enable dyn_quan
### Details:
 - Added support for SearchSorted op with tests.

### Tickets:
 - *CVS-154858*

---------

Co-authored-by: Michal Lukaszewski <[email protected]>
… OV wheel (openvinotoolkit#27190)

### Details:
- Direct `setup.py` calls are deprecated and using `build` package
instead is recommended
([source](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/))
- PR simplifies wheel building by using `python -m build` for all pip
versions
- A new build dependency has been added since `build` is not supplied
with Python
- `setuptools` (our current build backend) is not integrated well with
`config_settings`, which leads to an unfriendly looking workaround for
passing build settings (more details in
pypa/setuptools#2491)
- Migrations for other wheels will be delivered in separate PRs as they
have a different scope (for example `openvino_dev` also requires
migration from using `pkg_resources` package)

### Tickets:
 - CVS-155190
Updating the `Interactive Tutorials` section with new content
### Details:
 - *Skip signature test for older torch*

### Tickets:
 - *CVS-155238*
### Details:
There are many OPENVINO_THROW, OPENVINO_ASSERT inside
https://github.com/openvinotoolkit/openvino/blob/master/src/plugins/intel_npu/src/compiler/src/zero_compiler_in_driver.cpp,
call getLatestBuildError to show error info when pfn-related function is
called and remove exception handle fuction that would never be called.
Use a macro THROW_ON_FAIL_FOR_LEVELZERO_EXT to simplify exception
handling code.
There are two functions zeroUtils::throwOnFail() in zero_utils.hpp, but
only the two-parameters function zeroUtils::throwOnFail() is actually
used. And zeroUtils::throwOnFail() will use its code location instead of
the real location where issue happen, so use a macro
THROW_ON_FAIL_FOR_LEVELZERO instead of the function
zeroUtils::throwOnFail() with two parameters.
Function zeroUtils::throwOnFail() with three parameters is preserved.

### Tickets:
 - [EISW-139871](https://jira.devtools.intel.com/browse/EISW-139871)
### Details:
 - Update onednn 3.7pc
### Tickets:
 - *ticket-id*
)

**Details:** Report about FakeTensor during conversion

**Ticket:** 149989

---------

Signed-off-by: Kazantsev, Roman <[email protected]>
Co-authored-by: Maxim Vafin <[email protected]>
…24893)

### Details: Solve iGPU FC low performance issue when FC batch size is
not aligned with 2/4

- Desc: Sometimes FC input shape is not aligned with 2/4, such as ViT
models will adopt 257x4096 or 577x4096,
in this unligned batch size, iGPU will perform FC very slowly, about
23ms for 257x4096->257x1024 and
         50ms for 577x4096->577x1024.

- Root cause: When FC's batch size is not aligned with 2/4, it will not
choose best TuneParams and fallback
         to default parameters, which leads to worst performance.
See blow figure: EU active is about 3.5% while XVE Thread occupancy
almost is 100%, and global memory read bandwidth is 77 GB/s, which has
reached hw bandwidth limitation (~75GB/s), it means that memory
utilization in L3 cache is too low.


![image](https://github.com/openvinotoolkit/openvino/assets/31196718/a9debd4e-bc77-45ac-9942-01813b0d61ab)


- Solution: If FC's bactch size is not aligned with 2/4, we still can
use tile_b=16 with dispatch_bsv==1 as TuneParams,
which can benefit from the higer ratio of GFLOPS and Data read
bandwidth.

   - Test result on MTL:
   

![image](https://github.com/openvinotoolkit/openvino/assets/31196718/8c6b566c-8389-419f-836e-eaab29f8ef02)
FC 257x4096->257x1024: latency improved from 23ms to 0.9ms

<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns="http://www.w3.org/TR/REC-html40">

<head>

<meta name=ProgId content=OneNote.File>
<meta name=Generator content="Microsoft OneNote 15">
</head>

<body lang=en-US style='font-family:Calibri;font-size:11.0pt'>
<!--StartFragment-->

<div style='direction:ltr'>


  | master | PR to opt
-- | -- | --
CLIP visual | 0.99 FPS | 13.00 FPS
ViT_B | 5.37 FPS | 20.40 FPS
Vit_L | 0.56 FPS | 4.91 FPS



</div>

<!--EndFragment-->
</body>

</html>


### Tickets:
 - CVS-142833

---------

Co-authored-by: Chen Peter <[email protected]>
…otoolkit#27199)

### Details:
- Get time points from list only if not empy to avoid exception `
Assertion failed: front() called on empty list` reported by MSVC in
debug.

### Tickets:
 - CVS-155400
…penvinotoolkit#27136)

### Details:
- *Add SliceScatter-15 decomposition transformation for unsupported
plugins*
 - *...*

### Tickets:
 - *CVS-151158*

---------

Co-authored-by: Michal Lukaszewski <[email protected]>
### Details:
 - *Fix threads number*
 - *...*

### Tickets:
 - *152606*
### Details:
 - *fix new axis for stridedslice node*
 - *...*

### Tickets:
 - *152198*
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7
to 4.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v4.2.2</h2>
<h2>What's Changed</h2>
<ul>
<li><code>url-helper.ts</code> now leverages well-known environment
variables by <a href="https://github.com/jww3"><code>@​jww3</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li>
<li>Expand unit test coverage for <code>isGhes</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.2.1...v4.2.2">https://github.com/actions/checkout/compare/v4.2.1...v4.2.2</a></p>
<h2>v4.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Check out other refs/* by commit if provided, fall back to ref by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jcambass"><code>@​Jcambass</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1919">actions/checkout#1919</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.2.0...v4.2.1">https://github.com/actions/checkout/compare/v4.2.0...v4.2.1</a></p>
<h2>v4.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add Ref and Commit outputs by <a
href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
<li>Dependabot updates in <a
href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>
&amp; <a
href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/yasonk"><code>@​yasonk</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1869">actions/checkout#1869</a></li>
<li><a href="https://github.com/lucacome"><code>@​lucacome</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.1.7...v4.2.0">https://github.com/actions/checkout/compare/v4.1.7...v4.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v4.2.2</h2>
<ul>
<li><code>url-helper.ts</code> now leverages well-known environment
variables by <a href="https://github.com/jww3"><code>@​jww3</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li>
<li>Expand unit test coverage for <code>isGhes</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li>
</ul>
<h2>v4.2.1</h2>
<ul>
<li>Check out other refs/* by commit if provided, fall back to ref by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li>
</ul>
<h2>v4.2.0</h2>
<ul>
<li>Add Ref and Commit outputs by <a
href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
<li>Dependency updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a
href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>,
<a
href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li>
</ul>
<h2>v4.1.7</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4
updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
<li>Check out other refs/* by commit by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable
version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
</ul>
<h2>v4.1.6</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
</ul>
<h2>v4.1.5</h2>
<ul>
<li>Update NPM dependencies by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li>
<li>README: Suggest <code>user.email</code> to be
<code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li>
</ul>
<h2>v4.1.4</h2>
<ul>
<li>Disable <code>extensions.worktreeConfig</code> when disabling
<code>sparse-checkout</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li>
<li>Add dependabot config by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li>
<li>Bump the minor-actions-dependencies group with 2 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li>
</ul>
<h2>v4.1.3</h2>
<ul>
<li>Check git version before attempting to disable
<code>sparse-checkout</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li>
<li>Add SSH user parameter by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li>
<li>Update <code>actions/checkout</code> version in
<code>update-main-version.yml</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li>
</ul>
<h2>v4.1.2</h2>
<ul>
<li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code>
option is not present <a
href="https://github.com/dscho"><code>@​dscho</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkout#1598</a></li>
</ul>
<h2>v4.1.1</h2>
<ul>
<li>Correct link to GitHub Docs by <a
href="https://github.com/peterbe"><code>@​peterbe</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li>
<li>Link to release page from what's new section by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li>
</ul>
<h2>v4.1.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add
support for partial checkout filters</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/checkout/commit/11bd71901bbe5b1630ceea73d27597364c9af683"><code>11bd719</code></a>
Prepare 4.2.2 Release (<a
href="https://redirect.github.com/actions/checkout/issues/1953">#1953</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/e3d2460bbb42d7710191569f88069044cfb9d8cf"><code>e3d2460</code></a>
Expand unit test coverage (<a
href="https://redirect.github.com/actions/checkout/issues/1946">#1946</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/163217dfcd28294438ea1c1c149cfaf66eec283e"><code>163217d</code></a>
<code>url-helper.ts</code> now leverages well-known environment
variables. (<a
href="https://redirect.github.com/actions/checkout/issues/1941">#1941</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871"><code>eef6144</code></a>
Prepare 4.2.1 release (<a
href="https://redirect.github.com/actions/checkout/issues/1925">#1925</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/6b42224f41ee5dfe5395e27c8b2746f1f9955030"><code>6b42224</code></a>
Add workflow file for publishing releases to immutable action package
(<a
href="https://redirect.github.com/actions/checkout/issues/1919">#1919</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/de5a000abf73b6f4965bd1bcdf8f8d94a56ea815"><code>de5a000</code></a>
Check out other refs/* by commit if provided, fall back to ref (<a
href="https://redirect.github.com/actions/checkout/issues/1924">#1924</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/d632683dd7b4114ad314bca15554477dd762a938"><code>d632683</code></a>
Prepare 4.2.0 release (<a
href="https://redirect.github.com/actions/checkout/issues/1878">#1878</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/6d193bf28034eafb982f37bd894289fe649468fc"><code>6d193bf</code></a>
Bump braces from 3.0.2 to 3.0.3 (<a
href="https://redirect.github.com/actions/checkout/issues/1777">#1777</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/db0cee9a514becbbd4a101a5fbbbf47865ee316c"><code>db0cee9</code></a>
Bump the minor-npm-dependencies group across 1 directory with 4 updates
(<a
href="https://redirect.github.com/actions/checkout/issues/1872">#1872</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/b6849436894e144dbce29d7d7fda2ae3bf9d8365"><code>b684943</code></a>
Add Ref and Commit outputs (<a
href="https://redirect.github.com/actions/checkout/issues/1180">#1180</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/checkout/compare/v4.1.7...11bd71901bbe5b1630ceea73d27597364c9af683">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.7&new-version=4.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…it#26531)

### Details:
 - *Add `nhwc` layout support for shl eltwise executor*
 - *Enable some tests with `nhwc` layout*

### Tickets:
 - *N/A*
Currently the tests have weightless caching enabled, but the models
tested contain no constants eligible for weightless caching. This fixes
the situation.

To elaborate - all the models have f32 dtype constants by default. In
these particular models all of the constants which would otherwise be
eligible for weightless caching undergo some precision transformation
which invalidates this eligibilty. The PR changes the dtype of the
constants to prevent that and deletes the models which contain no
constants eligible for weightless caching even after the dtype change.
…#27091)

### Details:
- Implements ov::device::LUID property in npu_plugin (works on windows
only)

### Tickets:
 - EISW-140889
…27204)

### Details:
- Add support for non-constant scale input, as the current Paged
Attention specification does not require this value to be strictly
constant
openvinotoolkit#27180)

### Details:
- Fix issue reported by MSVC `Assertion failed: vector subscript out of
range` by skip accessing not existing parameters in
`RemoveMultiSubGraphOpDanglingParamsResults` transformation.

### Tickets:
 - CVS-155258
…#27157)

### Details:
 - `std::vector` initialized with actual size needed.

### Tickets:
 - CVS-155037
…t#26976)

### Details:
 - Added support for SearchSorted op with unittest.

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

Depends on: 
 - openvinotoolkit#26958
 - openvinotoolkit#27036

---------

Signed-off-by: Kazantsev, Roman <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Michal Lukaszewski <[email protected]>
Co-authored-by: Pawel Raasz <[email protected]>
Co-authored-by: Andrey Babushkin <[email protected]>
Co-authored-by: Alicja Miloszewska <[email protected]>
Co-authored-by: Bogdan Pereanu <[email protected]>
Co-authored-by: Karol Blaszczak <[email protected]>
Co-authored-by: Tatiana Savina <[email protected]>
Co-authored-by: Anastasiya(Asya) Pronina <[email protected]>
Co-authored-by: Dmitry Matveev <[email protected]>
Co-authored-by: Andrei Beleiu <[email protected]>
Co-authored-by: Andrew Kwangwoong Park <[email protected]>
Co-authored-by: Roman Kazantsev <[email protected]>
Co-authored-by: Pavel Durandin <[email protected]>
Co-authored-by: Alexey Smirnov <[email protected]>
Co-authored-by: Hubert Błaszczyk <[email protected]>
Co-authored-by: Vladimir Paramuzov <[email protected]>
Co-authored-by: Sergey Shlyapnikov <[email protected]>
Co-authored-by: Ivan Tikhonov <[email protected]>
Co-authored-by: Andrzej Kopytko <[email protected]>
Co-authored-by: Sebastian Golebiewski <[email protected]>
Co-authored-by: Alina Kladieva <[email protected]>
Co-authored-by: Ilya Lavrenov <[email protected]>
Co-authored-by: Maxim Vafin <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Mikolajczyk <[email protected]>
Creating an article with use case scenarios for using OpenVINO GenAI.
This PR addresses the following

JIRA ticket: CVS-153319

---------

Co-authored-by: Karol Blaszczak <[email protected]>
### Details:
 - *[PyOV] Extend Python API with SearchSorted-15*
 - *...*

### Tickets:
 - *CVS-155961*
### Details:
- OpenCV is NPU dependency only for single-image-test and protopipe.
Since both NPU tools has moved to OpenVINO, for easier synchronization,
we need to version OpenCV in OpenVINO NPU project

### Tickets:
 - E-143100
### Details:
 - *requirements.txt from pytorch hub tests are unused after openvinotoolkit#26856 *

### Tickets:
 - *CVS-155878*
valir and others added 27 commits November 11, 2024 13:59
…vinotoolkit#27455)

### Details:
While investigating the problem raised by the EISW-117106 ticket, turned
out that, in fact, a problem lies within the Benchmark App. For that
problem, we've filed a separate ticket CVS-156823 and here we adjust the
wording, aiming to reduce end-user confusion.

### Tickets:
 - E-117106
### Details:
- *Fix the memory corruption error found runtime skipped nodes for
scatter element update*
 - *Implement do_runtime_scatter_update_skippable*
 - *Add scatter_update to mark_runtime_skippable_nodes*
 - *Update memory clearing codes to support the following cases:*
   - ***Issued case1***
     - *iter0: node1(executed) -> node2(skipped) -> node3(skipped)*
     - *iter1: node1(skipped)  -> node2(skipped) -> node3(executed)*
   - ***Issued case2***
     - *iter0: node1(skipped)  -> node2(skipped) -> node3(skipped)*
     - *iter1: node1(executed) -> node2(skipped) -> node3(executed)*

### Tickets:
 - *154591*
### Details:
 - Adds opset15 spec
 - Adds Identity specification
- To be merged after
openvinotoolkit#26717

Question for review - is "activation" the correct folder to place this
op into, or would "internal" be better?

### Tickets:
 - 152730

---------

Signed-off-by: PiotrKrzem <[email protected]>
Co-authored-by: Katarzyna Mitrus <[email protected]>
### Details:
 - *Symbol propagation for Range [0:A:1]*

---------

Signed-off-by: Evgeniia Nugmanova <[email protected]>
…25641)

### Details:
- *using register_new_node in the matches to allow for seamless matcher
application for the FQ node*
- *added optional Convert node, so that pattern would work on different
quantized weights forms*


![image](https://github.com/user-attachments/assets/2d485f5b-7609-40ac-b798-16124a9a290a)

### Tickets:
 - *CVS-39818*
### Tickets:
 - *CVS-156989*

---------

Co-authored-by: Roman Kazantsev <[email protected]>
…vinotoolkit#26798)

### Details:
- *For multi numa nodes per socket platform, default latency behavior is
running inference on one numa node which application is running*
 - *Update this logic to both Linux and Windows*
- *PR openvinotoolkit#26944 is document
change*

### Tickets:
 - *CVS-140601*
…lkit#27519)

**Details:** Remove unused vars for DepthwiseConv2d operation

**Ticket:** TBD

Signed-off-by: Kazantsev, Roman <[email protected]>
… socket (openvinotoolkit#26944)

### Details:
- *update document for latency configuration for multi numa nodes on one
socket*
- *PR openvinotoolkit#26798 is code
change*

### Tickets:
 - *CVS-140601*
### Details:
 - Implement **BinaryManager** class that configurable and universal
 - Extract helpers logic into utils
 - Make `download-binaries` script short and readable

### Tickets:
 - 156951

---------

Co-authored-by: Alicja Miloszewska <[email protected]>
### Details:
 - Writing to stringstream caused additional copy
- Usage of fstream also caused extra memory usage. Also we needed to
proper handle saving/removal of the tmp_file.
- So I've squeezed two `import_model` methods to one and I've
implemented/reused custom buffer that wraps interactions with python
memory without extra copies

### Tickets:
 - EISW-137436
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
### Details:
- *Fix bad_function call issue which is caused by creating empty
kernel_data*
- Reverting some change applied at
openvinotoolkit#27439
 - To be investigated and fixed in the next PR 


### Tickets:
 - *154591*
### Details:
 - *Enable u8 kv cache by default*
 - *...*

### Tickets:
 - *[152621](https://jira.devtools.intel.com/browse/CVS-152621)*
…olkit#27297)

### Details:
- *The issue caused by the memory select of the input. In the changed
behavior called locked memory will put the input into host memory if any
the implementation of  its users is CPU.*
- *when the input is set to "use_device_mem" by benchmark_app, the
locked memory will ignore the memory, which will trigger the assertion
failure.*
- *fixed just ignore "need_lockable_mem" option in case of remote
tensors, because the data could be cloned implicitly at attempt to
access device buffer from the host side to have this copy*

### Tickets:
 - *CSV-152365*
…nvinotoolkit#26820)

### Details:
 - Add parameter to execute inference requests at a fixed frequency

### Tickets:
 - *ticket-id*

---------

Signed-off-by: Maciej Falkowski <[email protected]>
Signed-off-by: Ooi, Boon Sin <[email protected]>
Co-authored-by: Maciej Falkowski <[email protected]>
…ison (openvinotoolkit#27379)

### Details:
 - Enabled whole tensor comparison.

### Tickets:
 - CVS-137167

Signed-off-by: Tomasz Jankowski <[email protected]>
…hDataMovScalar for element type resolution (openvinotoolkit#27464)

[TRANSFORMATIONS | GPU] Add a Validate pass after
MoveEltwiseUpThroughDataMovScalar

After executing the MoveEltwiseUpThroughDataMovScalar transforamtion
some node's element types may appear to be in inconsistent/corrupted
state. Fix it by inserting a Validate pass after the transformation for
resolving the node's element types.

This commit is a workaround until the 141764 is fixed which resolves the
issue of Validate passes.

Ticket:
* CVS-151111

Signed-off-by: Andrii Staikov <[email protected]>

Signed-off-by: Andrii Staikov <[email protected]>
Fixing broken links in documentation.

Signed-off-by: Sebastian Golebiewski <[email protected]>
### Details:
 - Enabled manilinux x86 build based on manylinux 2014 image
 - OpenVINO tarball package
 - Wheels for 3.9-3.13 Pythons

### Tickets:
 - *148719*

---------

Co-authored-by: Alina Kladieva <[email protected]>
Co-authored-by: Ilya Lavrenov <[email protected]>
### Details:
 - Const op meant to be non-changeable

### Tickets:
 - CVS-124319
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
### Details:
 - Fixed import example

### Tickets:
 - *ticket-id*
Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/reviewdog/action-shellcheck/releases)
- [Commits](reviewdog/action-shellcheck@ccaafec...22f96e3)

---
updated-dependencies:
- dependency-name: reviewdog/action-shellcheck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.