-
Notifications
You must be signed in to change notification settings - Fork 24.6k
Implement CUDA_KERNEL_ASSERT for MSVC #39218
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
Conversation
@peterjc123 awesome! Maybe with asserts enabled on windows this test Line 1726 in 0e8c65f
|
I'll try to re-enable it. |
cc @gchanan Maybe we should get this into v1.5.1. |
💊 CI failures summary and remediationsAs of commit 4a1e54a (more details on the Dr. CI page):
ci.pytorch.org: 1 failedThis comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group. This comment has been revised 4 times. |
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.
@malfet is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Tested locally on CPU/GPU + Debug/Release. Pull Request resolved: pytorch#39218 Differential Revision: D21786500 Pulled By: malfet fbshipit-source-id: 7e871003d3509436952932b5ff3599e36bb8f205 # Conflicts: # test/test_cuda.py
Tested locally on CPU/GPU + Debug/Release.