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

Settle on a design for interoperability between different cuda::vector across heterogeneous memory boundaries #2059

Open
miscco opened this issue Jul 24, 2024 · 0 comments
Assignees
Labels
2.8.0 target for 2.8.0 release

Comments

@miscco
Copy link
Collaborator

miscco commented Jul 24, 2024

We want cuda::vector to be usable accross the board and simplify memory handling for our users.

That requires it to work seamlessly across memory boundaries, e.g how do we envision this to work:

cuda::vector<int, cuda::mr::host_accessible> host_vec { .... };
cuda::vector<int, cuda::mr::device_accessible> device_vec = host_vec;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.8.0 target for 2.8.0 release
Projects
Status: Todo
Development

No branches or pull requests

2 participants