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

Update tensor pointer cast #952

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

Conversation

praasz
Copy link
Contributor

@praasz praasz commented Mar 20, 2025

Description:

  • Update the code to use correct const type in reinterpret cast for const tensors
  • Update java test to pass on CI

Blocking:

Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
@praasz praasz requested a review from a team as a code owner March 20, 2025 13:17
@github-actions github-actions bot added the category: custom operations OpenVINO Runtime Extension with custom operations label Mar 20, 2025
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
@praasz praasz requested a review from a team as a code owner March 20, 2025 13:29
@github-actions github-actions bot added the category: CI OpenVINO public CI label Mar 20, 2025
praasz added 2 commits March 20, 2025 13:31
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
@praasz praasz requested a review from a team as a code owner March 20, 2025 15:38
@github-actions github-actions bot added the category: java API OpenVINO Runtime Java API label Mar 20, 2025
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
@praasz praasz force-pushed the fix-tensor-data-ptr-cast branch from 1202646 to 7db1ff6 Compare March 21, 2025 05:18
@praasz praasz changed the title [WIP] Update tensor pointer cast Update tensor pointer cast Mar 21, 2025
praasz added 3 commits March 21, 2025 08:16
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
@praasz praasz force-pushed the fix-tensor-data-ptr-cast branch from 82cf7ef to 3c44339 Compare March 21, 2025 08:31
@praasz
Copy link
Contributor Author

praasz commented Mar 21, 2025

build_jenkins

@@ -99,7 +99,7 @@ jobs:
run: python3 -m pip install -r ${OPENVINO_REPO}/src/bindings/python/wheel/requirements-dev.txt

- name: Setup ccache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@v4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hashes must be used

@ilya-lavrenov ilya-lavrenov self-assigned this Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CI OpenVINO public CI category: custom operations OpenVINO Runtime Extension with custom operations category: java API OpenVINO Runtime Java API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants