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

backport fixes of #11573 to branch 24.10 #11588

Conversation

binmahone
Copy link
Collaborator

#11573 is fixed by #11574 + #11587 on branch 24.12

This PR is to backport these changes to 24.10, as suggested by @jlowe and @revans2

* use task id as tie breaker

Signed-off-by: Hongbin Ma (Mahone) <mahongbin@apache.org>

* save threadlocal lookup

Signed-off-by: Hongbin Ma (Mahone) <mahongbin@apache.org>

---------

Signed-off-by: Hongbin Ma (Mahone) <mahongbin@apache.org>
Signed-off-by: Hongbin Ma (Mahone) <mahongbin@apache.org>
@binmahone binmahone requested a review from jlowe October 11, 2024 05:30
@binmahone binmahone self-assigned this Oct 11, 2024
@binmahone
Copy link
Collaborator Author

build

Comment on lines +52 to +53
}
else if (!canAcquire(numPermits)) {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
}
else if (!canAcquire(numPermits)) {
} else if (!canAcquire(numPermits)) {

@binmahone binmahone merged commit ec9d008 into NVIDIA:branch-24.10 Oct 11, 2024
46 checks passed
@sameerz sameerz added bug Something isn't working performance A performance related task/issue labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working performance A performance related task/issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants