Fix torch.ormqr for non Fortran-contiguous inputs#57314
Closed
IvanYashchuk wants to merge 1 commit intogh/ivanyashchuk/26/basefrom
Closed
Fix torch.ormqr for non Fortran-contiguous inputs#57314IvanYashchuk wants to merge 1 commit intogh/ivanyashchuk/26/basefrom
IvanYashchuk wants to merge 1 commit intogh/ivanyashchuk/26/basefrom
Conversation
[ghstack-poisoned]
Contributor
💊 CI failures summary and remediationsAs of commit d51243e (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This 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 to the (internal) Dr. CI Users group. |
This was referenced Apr 29, 2021
IvanYashchuk
added a commit
to IvanYashchuk/pytorch
that referenced
this pull request
Apr 29, 2021
ghstack-source-id: 255759e Pull Request resolved: pytorch#57314
Codecov Report
@@ Coverage Diff @@
## gh/ivanyashchuk/26/base #57314 +/- ##
===========================================================
- Coverage 77.63% 77.63% -0.01%
===========================================================
Files 1956 1956
Lines 194767 194768 +1
===========================================================
- Hits 151213 151204 -9
- Misses 43554 43564 +10 |
Collaborator
|
Working on landing the stack ending here now |
Contributor
krshrimali
pushed a commit
to krshrimali/pytorch
that referenced
this pull request
May 19, 2021
Summary: Pull Request resolved: pytorch#57314 Test Plan: Imported from OSS Reviewed By: astaff Differential Revision: D28118029 Pulled By: mruberry fbshipit-source-id: e2ef65093cc5f77769adc7066c76f0607b5559a9
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 25, 2026
Summary: Pull Request resolved: pytorch#57314 Test Plan: Imported from OSS Reviewed By: astaff Differential Revision: D28118029 Pulled By: mruberry fbshipit-source-id: e2ef65093cc5f77769adc7066c76f0607b5559a9
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:
Differential Revision: D28118029