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

Add cuda::device::barrier_expect_tx #498

Merged
merged 6 commits into from
Oct 17, 2023

Conversation

ahendriksen
Copy link
Contributor

@ahendriksen ahendriksen commented Sep 27, 2023

Description

closes #497

This PR adds the cuda::device::barrier_expect_tx function that adjusts the expected transaction count of a shared memory barrier.

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@ahendriksen ahendriksen marked this pull request as ready for review October 16, 2023 14:06
@ahendriksen ahendriksen requested review from a team as code owners October 16, 2023 14:06
@ahendriksen ahendriksen requested review from wmaxey and elstehle and removed request for a team October 16, 2023 14:06
Copy link
Contributor Author

@ahendriksen ahendriksen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review. Comments addressed.

@miscco miscco merged commit a3faeb1 into NVIDIA:main Oct 17, 2023
469 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[FEA]: cuda::device::barrier_expect_tx
3 participants