Closed
Conversation
Let's make sure we don't break anything in the next PRs of the stack. Also some comprehensive testing of matmul on CPU and CUDA was long due. Running this tests we see that the `out=` variant of matmul is broken when used on 4D tensors. This hints what would be the amount of people that use out= variants... [ghstack-poisoned]
Contributor
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 103cc38 (more details on the Dr. CI page): Expand to see more
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
This was referenced Apr 4, 2022
Closed
Let's make sure we don't break anything in the next PRs of the stack. Also some comprehensive testing of matmul on CPU and CUDA was long due. Running this tests we see that the `out=` variant of matmul is broken when used on 4D tensors. This hints what would be the amount of people that use out= variants... [ghstack-poisoned]
Let's make sure we don't break anything in the next PRs of the stack. Also some comprehensive testing of matmul on CPU and CUDA was long due. Running this tests we see that the `out=` variant of matmul is broken when used on 4D tensors. This hints what would be the amount of people that use out= variants... [ghstack-poisoned]
Let's make sure we don't break anything in the next PRs of the stack. Also some comprehensive testing of matmul on CPU and CUDA was long due. Running this tests we see that the `out=` variant of matmul is broken when used on 4D tensors. This hints what would be the amount of people that use out= variants... [ghstack-poisoned]
Let's make sure we don't break anything in the next PRs of the stack. Also some comprehensive testing of matmul on CPU and CUDA was long due. Running this tests we see that the `out=` variant of matmul is broken when used on 4D tensors. This hints what would be the amount of people that use out= variants... [ghstack-poisoned]
Let's make sure we don't break anything in the next PRs of the stack. Also some comprehensive testing of matmul on CPU and CUDA was long due. Running this tests we see that the `out=` variant of matmul is broken when used on 4D tensors. This hints what would be the amount of people that use out= variants... [ghstack-poisoned]
Let's make sure we don't break anything in the next PRs of the stack. Also some comprehensive testing of matmul on CPU and CUDA was long due. Running this tests we see that the `out=` variant of matmul is broken when used on 4D tensors. This hints what would be the amount of people that use out= variants... [ghstack-poisoned]
Let's make sure we don't break anything in the next PRs of the stack. Also some comprehensive testing of matmul on CPU and CUDA was long due. Running this tests we see that the `out=` variant of matmul is broken when used on 4D tensors and a number of other cases. This hints what would be the amount of people that use out= variants... [ghstack-poisoned]
ngimel
approved these changes
May 3, 2022
Collaborator
ngimel
left a comment
There was a problem hiding this comment.
How long do added tests take?
Collaborator
Author
|
17 seconds |
Collaborator
|
@pytorchbot merge this |
facebook-github-bot
pushed a commit
that referenced
this pull request
May 4, 2022
Summary: Let's make sure we don't break anything in the next PRs of the stack. Also some comprehensive testing of matmul on CPU and CUDA was long due. Running this tests we see that the `out=` variant of matmul is broken when used on 4D tensors. This hints what would be the amount of people that use out= variants... Pull Request resolved: #75193 Approved by: https://github.com/ngimel Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/9e34a8241b5f18fd47a64349d955c90c8637dc14 Reviewed By: malfet Differential Revision: D36134075 fbshipit-source-id: a9c5b1a5c391f9e8a1bde42c7e8795e745e1d007
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack:
Let's make sure we don't break anything in the next PRs of the stack.
Also some comprehensive testing of matmul on CPU and CUDA was long due.
Running this tests we see that the
out=variant of matmul is brokenwhen used on 4D tensors and a number of other cases. This hints what would be the amount of people
that use out= variants...