Skip to content

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 <[email protected]>
@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 <[email protected]>
@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 <[email protected]>
@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 <[email protected]>
@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 <[email protected]>
Signed-off-by: Raasz, Pawel <[email protected]>
Signed-off-by: Raasz, Pawel <[email protected]>
@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

@ilya-lavrenov ilya-lavrenov self-assigned this Mar 21, 2025
Signed-off-by: Raasz, Pawel <[email protected]>
@praasz praasz requested a review from ilya-lavrenov March 25, 2025 06:11
@ilya-lavrenov ilya-lavrenov merged commit ef17290 into openvinotoolkit:master Mar 25, 2025
19 of 20 checks passed
github-merge-queue bot pushed a commit to openvinotoolkit/openvino that referenced this pull request Apr 7, 2025
### Details:
- The Tensor::data function member returns const/non-const pointer to
data depends if tensor object is constant.
- Add support to create tensor view for allocated host memory as read
only.

### Blocked by:
 - openvinotoolkit/openvino_contrib#952
 - openvinotoolkit/openvino_tokenizers#450
 - openvinotoolkit/openvino.genai#1966
 - openvinotoolkit/open_model_zoo#4005

### Tickets:
 - CVS-163832

---------

Signed-off-by: Raasz, Pawel <[email protected]>
github-merge-queue bot pushed a commit to openvinotoolkit/openvino that referenced this pull request Apr 8, 2025
### Details:
- The Tensor::data function member returns const/non-const pointer to
data depends if tensor object is constant.
- Add support to create tensor view for allocated host memory as read
only.

### Blocked by:
 - openvinotoolkit/openvino_contrib#952
 - openvinotoolkit/openvino_tokenizers#450
 - openvinotoolkit/openvino.genai#1966
 - openvinotoolkit/open_model_zoo#4005

### Tickets:
 - CVS-163832

---------

Signed-off-by: Raasz, Pawel <[email protected]>
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