-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Remove deprecated caffe2::Tensor APIs #15814
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
Closed
Closed
Conversation
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
7d6e77b
to
4a6bc88
Compare
4a6bc88
to
580e722
Compare
580e722
to
48036da
Compare
ezyang
approved these changes
Jan 9, 2019
bddppq
reviewed
Jan 9, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update .hip files (they are the .cu equivalent) in caffe2/operators/hip as well
@bddppq Yes I'm fixing them. |
48036da
to
bf2fd12
Compare
bf2fd12
to
7de0843
Compare
7de0843
to
dfad21a
Compare
dfad21a
to
7a2c835
Compare
7a2c835
to
ca85461
Compare
ca85461
to
c92f8f3
Compare
c92f8f3
to
c6e8d72
Compare
c6e8d72
to
58da38f
Compare
58da38f
to
2bf35e9
Compare
2bf35e9
to
3138e88
Compare
3138e88
to
6cbde89
Compare
6cbde89
to
a1597cf
Compare
a1597cf
to
1d94824
Compare
1d94824
to
90e01ad
Compare
Summary: Remaining fixes so that D12812029 will compile Differential Revision: D13535559 fbshipit-source-id: a9f701028a42d641288fd6e30f12c42050069c27
Summary: Pull Request resolved: pytorch#15814 Plan is to remove the APIs we want to deprecate one by one and make sure it still builds in sandcastle and ossci Reviewed By: ezyang Differential Revision: D12812029 fbshipit-source-id: adc64d6b8373b21e70be017f06bf36e578e20a96
90e01ad
to
f53c871
Compare
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.
Summary: Plan is to remove the APIs we want to deprecate one by one and make sure it still builds in sandcastle and ossci
Reviewed By: ezyang
Differential Revision: D12812029