Skip to content

Conversation

@pytorchbot pytorchbot added the module: cudnn Related to torch.backends.cudnn, and CuDNN support label Jul 1, 2019
@zhangguanheng66 zhangguanheng66 requested a review from ezyang July 1, 2019 22:18
@zhangguanheng66 zhangguanheng66 added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Jul 1, 2019
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@ezyang is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@ezyang merged this pull request in 2dd71b1.

zdevito pushed a commit to zdevito/ATen that referenced this pull request Jul 2, 2019
xzhu1900 pushed a commit to xzhu1900/pytorch that referenced this pull request Jul 5, 2019
facebook-github-bot pushed a commit that referenced this pull request Mar 25, 2020
Summary:
The Windows + MSVC-specific bug discussed here: #19394 and fixed here: #22405 still appears in C10's warning handler class. This results in a crash if a user attempts to run code which would print a warning when that code is running inside a thread created by a DLL. This PR applies a similar fix to that of #22405.
Pull Request resolved: #34822

Test Plan:
* Tested locally by running CodecverseWorkbench Unity app with patched build.
* CI

Differential Revision: D20627971

Pulled By: HapeMask

fbshipit-source-id: 64dfca531ed7eebbe9e0ecac3d3d4d025c683883
gchanan pushed a commit to gchanan/pytorch that referenced this pull request Mar 25, 2020
Summary:
The Windows + MSVC-specific bug discussed here: pytorch#19394 and fixed here: pytorch#22405 still appears in C10's warning handler class. This results in a crash if a user attempts to run code which would print a warning when that code is running inside a thread created by a DLL. This PR applies a similar fix to that of pytorch#22405.
Pull Request resolved: pytorch#34822

Test Plan:
* Tested locally by running CodecverseWorkbench Unity app with patched build.
* CI

Differential Revision: D20627971

Pulled By: HapeMask

fbshipit-source-id: 64dfca531ed7eebbe9e0ecac3d3d4d025c683883
smessmer pushed a commit that referenced this pull request Mar 26, 2020
Summary:
The Windows + MSVC-specific bug discussed here: #19394 and fixed here: #22405 still appears in C10's warning handler class. This results in a crash if a user attempts to run code which would print a warning when that code is running inside a thread created by a DLL. This PR applies a similar fix to that of #22405.
Pull Request resolved: #34822

Test Plan:
* Tested locally by running CodecverseWorkbench Unity app with patched build.
* CI

Differential Revision: D20627971

Pulled By: HapeMask

fbshipit-source-id: 64dfca531ed7eebbe9e0ecac3d3d4d025c683883
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged module: cudnn Related to torch.backends.cudnn, and CuDNN support open source triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CUDNN] PoolWindow::reserve crash, vector out of range. Race condition

6 participants