-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[v1.4.0] Fix reading __cuda_array_interface__ inferred strides, add…
#31450
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
… test. This is a simpler fix than pytorch#24947, which both fixed the bug and updated the protocol version. This also adds a test (which the previous PR did not). So the plan is that master (1.5) will have the new protocol version (and a test), 1.4 will have the old protocol version and the test.
💊 CircleCI build failures summary and remediationsAs of commit f7472e5:
Detailed failure analysisOne may explore the probable reasons each build failed interactively on the Dr. CI website. 🕵️ 2 new failures recognized by patternsThe following build failures don't appear to be due to upstream breakage:
|
|
@nairbv Any chance you could update the release note for v1.4.0 to note this bug fix? |
Updated, let me know if you have a better description I should use: https://github.com/pytorch/pytorch/releases/tag/v1.4.0 |
|
Thanks @nairbv 🙏 You could use something like “Fix reading from the interface when |
… test.
This is a simpler fix than #24947, which both fixed the bug and updated the protocol version.
This also adds a test (which the previous PR did not).
So the plan is that master (1.5) will have the new protocol version (and a test), 1.4 will have the old protocol version and the test.