-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Remove cuda free mutex #23040
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
Remove cuda free mutex #23040
Conversation
mrshenli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jeffdaily!!
Pre-approving as this is already reviewed in #22173, which misses noexcept(false) in AutoNcclGroup destructor. Let's wait for the CI to complete before landing.
facebook-github-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrshenli has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@pytorchbot retest this please |
|
Hi @yf225 , I tried the failed ROCM CI test ([1] [2]) twice, but the following tests keep failing. I think it is irrelevant to this PR, as the same error also occurs in other PR (e.g.). Do you know if anyone is working on the fix? I would like to make sure all tests pass before landing this. |
|
@pytorchbot retest this please |
Revision of #22173 to address CI failure after merging.