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

Update barrier_arrive_tx.md docs #1147

Merged
merged 2 commits into from
Nov 24, 2023
Merged

Update barrier_arrive_tx.md docs #1147

merged 2 commits into from
Nov 24, 2023

Conversation

gonzalobg
Copy link
Collaborator

@gonzalobg gonzalobg commented Nov 23, 2023

Updates docs of new barrier apis.

Closes #1146

@@ -29,7 +29,7 @@ transaction count.
## Effects

* This function constructs an arrival_token object associated with the phase
synchronization point for the current phase. Then, decrements the expected
synchronization point for the current phase. Then, decrements the
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The "expected arrival count" - the value the barrier is reset to after a phase change - is only decremented by arrive_and_drop, arrive decrements the arrival count (the count that is tested against zero, and on a phase change is reseted to the "expected arrival count").

@gonzalobg gonzalobg requested review from ahendriksen and removed request for ericniebler and griwes November 23, 2023 13:09
@miscco miscco merged commit 5191bc5 into NVIDIA:main Nov 24, 2023
518 checks passed
@miscco miscco added the backport branch/2.3.x For backporting to the 2.3.x release branch label Nov 24, 2023
Copy link
Contributor

GitHub Actions is not permitted to create or approve pull requests.

@miscco miscco removed the backport branch/2.3.x For backporting to the 2.3.x release branch label Jan 19, 2024
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.

[DOC]: barrier_arrive_tx docs need to specify how the count is updated
2 participants