Skip to content

Conversation

@gchanan
Copy link
Contributor

@gchanan gchanan commented Sep 17, 2019

Stack from ghstack:

It's only used in 3 places:
baddbmm: irrelevant as we only use the CUDA implmentation
addmm: not necessary because we properly resize and then copy to result
addmv:: not necessary because we properly resize and then copy to result.

It's only used in 3 places:
baddbmm: irrelevant as we only use the CUDA implmentation
addmm: not necessary because we properly resize and then copy to result
addmv:: not necessary because we properly resize and then copy to result.
@pytorchbot pytorchbot added the module: internals Related to internal abstractions in c10 and ATen label Sep 17, 2019
gchanan added a commit that referenced this pull request Sep 17, 2019
It's only used in 3 places:
baddbmm: irrelevant as we only use the CUDA implmentation
addmm: not necessary because we properly resize and then copy to result
addmv:: not necessary because we properly resize and then copy to result.

ghstack-source-id: 9971ffb
Pull Request resolved: #26348
gchanan added a commit that referenced this pull request Oct 15, 2019
Related to #26348, which is failing for some reason I haven't tracked down.
gchanan added a commit that referenced this pull request Oct 15, 2019
Related to #26348, which is failing for some reason I haven't tracked down.

ghstack-source-id: e4b2a39
Pull Request resolved: #27980
gchanan added a commit that referenced this pull request Oct 15, 2019
Similar to #26348, but only a single change because I don't know why that PR is failing.
gchanan added a commit that referenced this pull request Oct 15, 2019
Similar to #26348, but only a single change because I don't know why that PR is failing.

ghstack-source-id: 6f22b22
Pull Request resolved: #27981
gchanan added a commit that referenced this pull request Oct 15, 2019
Similar to #26348, but only a single change because I don't know why that PR is failing.
gchanan added a commit that referenced this pull request Oct 15, 2019
Similar to #26348, but only a single change because I don't know why that PR is failing.

ghstack-source-id: 52d423c
Pull Request resolved: #28012
gchanan added a commit that referenced this pull request Oct 16, 2019
Similar to #26348, but only a single change because I don't know why that PR is failing.

Differential Revision: [D17932087](https://our.internmc.facebook.com/intern/diff/D17932087)
gchanan added a commit that referenced this pull request Oct 16, 2019
Similar to #26348, but only a single change because I don't know why that PR is failing.

ghstack-source-id: 110a633
Pull Request resolved: #28012
gchanan added a commit that referenced this pull request Oct 16, 2019
Similar to #26348, but only a single change because I don't know why that PR is failing.

Differential Revision: [D17931058](https://our.internmc.facebook.com/intern/diff/D17931058)
gchanan added a commit that referenced this pull request Oct 16, 2019
Similar to #26348, but only a single change because I don't know why that PR is failing.

ghstack-source-id: 9243b8f
Pull Request resolved: #27981
gchanan added a commit that referenced this pull request Oct 16, 2019
gchanan added a commit that referenced this pull request Oct 16, 2019
Related to #26348, which is failing for some reason I haven't tracked down.

ghstack-source-id: 41d0f29
Pull Request resolved: #27980
@gchanan
Copy link
Contributor Author

gchanan commented Oct 16, 2019

theory: addmv shows up as failing because it doesn't guard copying the tensor to the result (in the out-of-place version by checking that beta != 0.

@gchanan
Copy link
Contributor Author

gchanan commented Oct 16, 2019

Yep, the above seems to be correct, all the other cases check for beta before doing the copy.

gchanan added a commit that referenced this pull request Oct 16, 2019
Similar to #26348, but only a single change because I don't know why that PR is failing.

Differential Revision: [D17932087](https://our.internmc.facebook.com/intern/diff/D17932087)
gchanan added a commit that referenced this pull request Oct 16, 2019
Similar to #26348, but only a single change because I don't know why that PR is failing.

ghstack-source-id: f755e35
Pull Request resolved: #28012
@gchanan
Copy link
Contributor Author

gchanan commented Dec 30, 2019

Superseded by #27980.

@gchanan gchanan closed this Dec 30, 2019
@facebook-github-bot facebook-github-bot deleted the gh/gchanan/86/head branch January 30, 2020 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module: internals Related to internal abstractions in c10 and ATen

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants