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

[FEA]: barrier<thread_scope_block> should have arrive_tx member function #357

Closed
1 task done
ahendriksen opened this issue Aug 18, 2023 · 0 comments · Fixed by #358
Closed
1 task done

[FEA]: barrier<thread_scope_block> should have arrive_tx member function #357

ahendriksen opened this issue Aug 18, 2023 · 0 comments · Fixed by #358
Labels
feature request New feature or request.

Comments

@ahendriksen
Copy link
Contributor

ahendriksen commented Aug 18, 2023

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

@ahendriksen ahendriksen added the feature request New feature or request. label Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant