NVIDIA / libcudacxx

[ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl

Home Page:https://nvidia.github.io/libcudacxx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need docs for `atomic_ref`

jrhemstad opened this issue · 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