NVIDIA / NVIDIA/cccl

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

Open
#2,059 0 comments 0 reactions 1 assignee Claimed by @miscco View on GitHub
Dominant language
C++
Stars
2.5k
Forks
486
Avg merge
2d 6h
Merged PRs (30d)
295

Description

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:
```c++
cuda::vector host_vec { .... };
cuda::vector device_vec = host_vec;
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.