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

Improved memory allocators #173

Open
ndryden opened this issue Aug 30, 2024 · 0 comments
Open

Improved memory allocators #173

ndryden opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
New H2 Related to next-gen H2
Milestone

Comments

@ndryden
Copy link
Collaborator

ndryden commented Aug 30, 2024

Improve our memory allocator support:

  • Use a memory pool for CPU memory.
  • Use our own internal memory pool for GPU memory (not necessarily CUB, since we want more flexibility in bucket sizing, etc.).
  • Support pinned memory.
@ndryden ndryden added the New H2 Related to next-gen H2 label Aug 30, 2024
@ndryden ndryden added this to the H2 v0.4 milestone Aug 30, 2024
@ndryden ndryden self-assigned this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New H2 Related to next-gen H2
Projects
None yet
Development

No branches or pull requests

1 participant