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]: Provide support for <memory> within libcu++ #181

Open
1 task done
miscco opened this issue Jul 10, 2023 · 0 comments
Open
1 task done

[FEA]: Provide support for <memory> within libcu++ #181

miscco opened this issue Jul 10, 2023 · 0 comments
Assignees
Labels
feature request New feature or request. libcu++ For all items related to libcu++

Comments

@miscco
Copy link
Collaborator

miscco commented Jul 10, 2023

Is this a duplicate?

Area

libcu++

Is your feature request related to a problem? Please describe.

The <memory> header provides a lot of useful machinery that handles the non so subtle topic of memory allocation and handling of uninitialized memory.

To improve user experience we should implement this within libcu++ and also provide extensions that leverage e.g different memory categories that we have on device.

this depends on both #179 and #180

Describe the solution you'd like

We should continue our modularization efforts here and see what extensions are suitable

Describe alternatives you've considered

No response

Additional context

No response

@miscco miscco added feature request New feature or request. libcu++ For all items related to libcu++ labels Jul 12, 2023
@miscco miscco self-assigned this Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request. libcu++ For all items related to libcu++
Projects
Status: Todo
Development

No branches or pull requests

1 participant