libcudacxx icon indicating copy to clipboard operation
libcudacxx copied to clipboard

Need docs for `atomic_ref`

Open jrhemstad opened this issue 1 year ago • 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.

jrhemstad avatar Aug 08 '22 15:08 jrhemstad

There are some docs in this PR: #257

wmaxey avatar Aug 08 '22 19:08 wmaxey