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

[FEA]: A cuda::uninitialized_async_buffer<T, Properties...> that handles allocation / deallocation and other low level things for the user #2141

Closed
Tracked by #2131
miscco opened this issue Jul 31, 2024 · 1 comment
Assignees
Labels
2.7.0 Targeted for 2.7.0 release CUDA Next Feature intended for the Cuda Next experimental library feature request New feature or request.

Comments

@miscco
Copy link
Collaborator

miscco commented Jul 31, 2024

We want this as a wrapper around a plain memory allocation, that takes care of alignment proper size calculations as well as deallocation of the memory

Importantly we also need to use this to bind the stream to the allocation so that cuda::launch has both available

Tasks

No tasks being tracked yet.
@miscco miscco added feature request New feature or request. CUDA Next Feature intended for the Cuda Next experimental library 2.7.0 Targeted for 2.7.0 release labels Jul 31, 2024
@miscco miscco self-assigned this Jul 31, 2024
@miscco miscco changed the title A cuda::uninitialized_async_buffer<T, Properties...> that handles allocation / deallocation and other low level things for the user [FEA]: A cuda::uninitialized_async_buffer<T, Properties...> that handles allocation / deallocation and other low level things for the user Jul 31, 2024
@jrhemstad
Copy link
Collaborator

Closed by #1854

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.7.0 Targeted for 2.7.0 release CUDA Next Feature intended for the Cuda Next experimental library feature request New feature or request.
Projects
Status: Done
Development

No branches or pull requests

2 participants