forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
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
bbielawx
wants to merge
2,323
commits into
bbielawx:master
Choose a base branch
from
openvinotoolkit:master
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
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
github-actions
bot
added
category: build
category: C API
category: CI
github_actions
category: Core
category: CPP API
category: CPU
category: dependency_changes
category: docs
category: GPU
category: NPU
category: IE Tests
category: inference
category: packaging
category: Python API
category: JS API
category: TEMPLATE
category: TF FE
category: TFL FE
category: PyTorch FE
no-match-files
labels
Apr 17, 2024
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
### Details: - *Fix bad_function call issue which is caused by creating empty kernel_data* - Reverting some change applied at #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)*
### 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*
…ison (#27379) ### Details: - Enabled whole tensor comparison. ### Tickets: - CVS-137167 Signed-off-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>
### Tickets: - *[152882](https://jira.devtools.intel.com/browse/CVS-152882)*
…hDataMovScalar for element type resolution (#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 <andrii.staikov@intel.com> Signed-off-by: Andrii Staikov <andrii.staikov@intel.com>
Fixing broken links in documentation. Signed-off-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
### 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 <alina.kladieva@intel.com> Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
### Details: - Const op meant to be non-changeable ### Tickets: - CVS-124319
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
### Details: - Fixed import example ### Tickets: - *ticket-id*
… destructor (#27534) ### Details: - Optimize Linux process using OV memory consumption by returning not used memory to the system when compiled model is destroyed. - It should optimize memory usage by C++ and Python applications, as Linux avoid reclaim memory until process end especially for small chunks of allocations. ### Tickets: - CVS-149497
…nt (#27394) ### Details: Security guidelines for GitHub Actions workflows developers
### Details: - In https://github.com/openvinotoolkit/openvino/pull/26733/files, small N case optimization with tile_ofm == 1 was unexpectedly turned off ### Tickets: - *ticket-id*
### Details: - Fix memory leak and improve memory usage with continuous inference ### Tickets: - 148552
…27543) **Details:** Stabilize layer tests for Keras GRU layer on all platforms **Ticket:** 156967 --------- Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
### Details: - *Stop markup at ShapeOf* - *The ShapeOf in the subgraph of Rope's 2nd/3rd input should not be marked* - *The parent of ShapeOf may change when IR changes so skip it to avoid unknown precision problem* ### Tickets: - *CVS-155898*
### Details: - Fixed the issue, that '`Model Conversion API`' telemetry category includes `OVC` and all other tools, now `OVC` has a separate category "`OVC`". - Refactored `send_params_info()` method and fixed naming of telemetry init method. --------- Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
### Details: - added actions to save artifacts for Jenkins - create_manifest and store_artifacts - Added overall status workflow ### Tickets: - *ticket-id*
### Details: It needs to be readable (e.g. to be queried by hello_query_device sample) and writable for plugin to set the default value. ### Tickets: https://jira.devtools.intel.com/browse/CVS-157364
Updating the `Run LLMs with OpenVINO GenAI Flavor on NPU` article - adding info about new config options. This PR addresses JIRA ticket: 156503. --------- Signed-off-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
### Details: - fix TSUnsqueezeBackward ### Tickets: - CVS-111560
### Details: - *Remove template in zero_ext_graph_wrappers* - *Remove zero_ext_graph_wrappers_interface.hpp* - *Add more low level debug log* - *Update level-zero-ext repo commit to use 1.9 version* ### Tickets: - *156387* --------- Signed-off-by: Xin Wang <xin1.wang@intel.com>
Rearranging information in the `LLM Weight Compression` article. --------- Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: build
category: C API
category: CI
category: Core
category: CPU
category: dependency_changes
category: docs_snippets
category: docs
category: inference
category: JS API
category: licensing
category: LP transformations
category: packaging
category: Python API
category: PyTorch FE
category: samples
category: transformations
github_actions
no-match-files
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.
No description provided.