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

Add a memory safety test #129

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Conversation

abrown
Copy link
Contributor

@abrown abrown commented Jun 26, 2024

This test originates from some strange segfaults that we observed while using the OpenVINO C library. Because OpenVINO is taking a pointer to a tensor when constructing a model, we want to be sure that we do the right thing on this side of the FFI boundary.

@rahulchaphalkar rahulchaphalkar merged commit fa3efb8 into intel:main Jun 26, 2024
15 checks passed
@abrown abrown deleted the add-memory-safety-test branch June 26, 2024 20:01
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