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

[DOC]: Document async_contract_fulfillment enum. #457

Open
1 task done
ahendriksen opened this issue Sep 19, 2023 · 0 comments
Open
1 task done

[DOC]: Document async_contract_fulfillment enum. #457

ahendriksen opened this issue Sep 19, 2023 · 0 comments
Labels
doc Documentation-related items.

Comments

@ahendriksen
Copy link
Contributor

Is this a duplicate?

Is this for new documentation, or an update to existing docs?

Update

Describe the incorrect/future/missing documentation

cuda::memcpy_async returns cuda::async_contract_fulfillment, but is documented to return void.

We should document the async_contract_fulfillment enum.

Brought up by: https://github.com/NVIDIA/cccl/pull/405/files#r1318506699

If this is a correction, please provide a link to the incorrect documentation. If this is a new documentation request, please link to where you have looked.

https://nvidia.github.io/libcudacxx/extended_api/asynchronous_operations/memcpy_async.html

async_contract_fulfillment memcpy_async(_Group const & __group, void * __destination, void const * __source, aligned_size_t<_Alignment> __size, barrier<_Sco, _CompF> & __barrier) {

@ahendriksen ahendriksen added the doc Documentation-related items. label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation-related items.
Projects
Status: Todo
Development

No branches or pull requests

1 participant