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

remove tensor new_from_host_ptr function #125

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

rahulchaphalkar
Copy link
Contributor

  • Remove new_from_host_ptr function, since it was easy data field to go out of scope, causing a seg fault later in openvino.
  • Now using copy_from_buffer_slice on the buffer of a newly created tensor

@abrown abrown merged commit b6eacef into intel:main Jun 25, 2024
15 checks passed
@abrown abrown deleted the remove-tensor-function branch June 25, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants