NVIDIA/libcudacxx

Need docs for `atomic_ref`

jrhemstad opened this issue · 1 comments

We have docs for cuda::atomic, but none for cuda::atomic_ref.

We should fix that.

I think this can largely be a copy/paste of the cuda::atomic docs as a starting point.

There are some docs in this PR: #257