Remove datatype from Storage and StorageImpl#38038
Remove datatype from Storage and StorageImpl#38038kurtamohler wants to merge 7 commits intopytorch:masterfrom
Conversation
💊 CI failures summary and remediationsAs of commit e2cd08d (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. This comment has been revised 45 times. |
|
Failures are real. I never noticed the tests in |
is real |
too |
Theme seems to be Caffe2 compatibility code. |
c23b21c to
0e8e1fc
Compare
|
The |
0e8e1fc to
8850815
Compare
facebook-github-bot
left a comment
There was a problem hiding this comment.
@ezyang is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
This is definitely going to need fbcode-side changes; I'll let you know when I'm taking it over. |
32830f9 to
9b3618c
Compare
9b3618c to
52b7325
Compare
facebook-github-bot
left a comment
There was a problem hiding this comment.
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
OK, I'll be working on handling fbcode side tomorrow! |
|
@ezyang, awesome, thanks! |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
* Removed dtype data member from StorageImpl * Removed any methods or method arguments in Storage/StorageImpl that deal with dtypes * Update all callers of the changed API Part of issue #33950 Original PR: #38038 Differential Revision: [D21549645](https://our.internmc.facebook.com/intern/diff/D21549645/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D21549645/)! [ghstack-poisoned]
* Removed dtype data member from StorageImpl * Removed any methods or method arguments in Storage/StorageImpl that deal with dtypes * Update all callers of the changed API Part of issue #33950 Original PR: #38038 Differential Revision: [D21549645](https://our.internmc.facebook.com/intern/diff/D21549645/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D21549645/)! ghstack-source-id: 104434358 Pull Request resolved: #38870
* Removed dtype data member from StorageImpl * Removed any methods or method arguments in Storage/StorageImpl that deal with dtypes * Update all callers of the changed API Part of issue #33950 Original PR: #38038 Differential Revision: [D21549645](https://our.internmc.facebook.com/intern/diff/D21549645/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D21549645/)! [ghstack-poisoned]
Pull Request resolved: #38870 * Removed dtype data member from StorageImpl * Removed any methods or method arguments in Storage/StorageImpl that deal with dtypes * Update all callers of the changed API Part of issue #33950 Original PR: #38038 Differential Revision: [D21549645](https://our.internmc.facebook.com/intern/diff/D21549645/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D21549645/)! ghstack-source-id: 104517155
Summary: Pull Request resolved: #38870 * Removed dtype data member from StorageImpl * Removed any methods or method arguments in Storage/StorageImpl that deal with dtypes * Update all callers of the changed API Part of issue #33950 Original PR: #38038 Reviewed By: albanD Differential Revision: D21549645 Pulled By: ezyang fbshipit-source-id: 4289b356c55ff6b9530376a79343b99b540ee3de
|
Superseded by #38870 |
Summary: Pull Request resolved: pytorch#38870 * Removed dtype data member from StorageImpl * Removed any methods or method arguments in Storage/StorageImpl that deal with dtypes * Update all callers of the changed API Part of issue pytorch#33950 Original PR: pytorch#38038 Reviewed By: albanD Differential Revision: D21549645 Pulled By: ezyang fbshipit-source-id: 4289b356c55ff6b9530376a79343b99b540ee3de
Closes #33950