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

[ONNX] Removed redundant memory copying for small data types when MMAP is using #28120

Merged
merged 4 commits into from
Dec 20, 2024

Conversation

gkrivor
Copy link
Contributor

@gkrivor gkrivor commented Dec 18, 2024

Details:

  • Removed a redundant memory copying for data types less than 4 bytes when MMAP is using
  • Implementation verified by a previously added tests named onnx_external_data_*

Tickets:

  • 159161

@gkrivor gkrivor requested a review from a team as a code owner December 18, 2024 06:51
@github-actions github-actions bot added the category: ONNX FE OpenVINO ONNX FrontEnd label Dec 18, 2024
@gkrivor gkrivor added this pull request to the merge queue Dec 20, 2024
Merged via the queue into openvinotoolkit:master with commit 375db36 Dec 20, 2024
174 checks passed
@gkrivor gkrivor deleted the onnx_mmap branch December 20, 2024 08:22
11happy pushed a commit to 11happy/openvino that referenced this pull request Dec 23, 2024
…P is using (openvinotoolkit#28120)

### Details:
- Removed a redundant memory copying for data types less than 4 bytes
when MMAP is using
- Implementation verified by a previously added tests named
onnx_external_data_*

### Tickets:
 - 159161
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: ONNX FE OpenVINO ONNX FrontEnd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants