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

feat: don't use pinned memory for cpu backend (PROOF-831) #132

Merged
merged 4 commits into from
May 23, 2024

Conversation

rnburn
Copy link
Collaborator

@rnburn rnburn commented May 23, 2024

Rationale for this change

Rework cpu backend so that it doesn't use pinned memory. Pinned memory requires that CUDA drivers be up-to-date which makes the library less portable. And if the GPU isn't available there's no benefit for it anyways.

What changes are included in this PR?

Customize computational backend so that it only uses pinned memory for the gpu backend.

Are these changes tested?

Yes

@rnburn rnburn changed the title feat: don't use pinned memory for cpu backend(PROOF-831) feat: don't use pinned memory for cpu backend (PROOF-831) May 23, 2024
@jacobtrombetta
Copy link
Collaborator

I think you mean "cuda drivers" in this PR's Rational for this change section?

@rnburn rnburn merged commit c7e9b40 into main May 23, 2024
8 checks passed
@rnburn rnburn deleted the hst2-PROOF-831 branch May 23, 2024 16:18
@SxT-Release
Copy link

🎉 This PR is included in version 1.56.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants