We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libcu++
Exposure of mbarrier.arrive_tx is incomplete
Add barrier<thread_scope_block>::arrive_tx member function that returns an arrival_token.
barrier<thread_scope_block>::arrive_tx
An experimental namespace that wraps this PTX instruction is unappealing because the type of arrival_token can change in the future. See issue #354
Necessary for #38
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is this a duplicate?
Area
libcu++
Is your feature request related to a problem? Please describe.
Exposure of mbarrier.arrive_tx is incomplete
Describe the solution you'd like
Add
barrier<thread_scope_block>::arrive_tx
member function that returns an arrival_token.Describe alternatives you've considered
An experimental namespace that wraps this PTX instruction is unappealing because the type of arrival_token can change in the future. See issue #354
Additional context
Necessary for #38
The text was updated successfully, but these errors were encountered: