Closed
Conversation
Closed
a0e9a7f to
83c6af3
Compare
83c6af3 to
f9146cc
Compare
f9146cc to
0df7d92
Compare
0df7d92 to
7a77858
Compare
7a77858 to
af3b7fe
Compare
af3b7fe to
8741510
Compare
7a0d73b to
6ee361b
Compare
6ee361b to
b45d9a8
Compare
b45d9a8 to
382f848
Compare
382f848 to
5e029b6
Compare
5e029b6 to
acb1adf
Compare
acb1adf to
5e6099f
Compare
5e6099f to
20d4472
Compare
20d4472 to
5ed2391
Compare
5ed2391 to
27e776d
Compare
27e776d to
730a707
Compare
730a707 to
b2f6936
Compare
Summary: Pull Request resolved: pytorch#9897 Add an IntrusivePtr class to do intrusive refcounting with a shared_ptr-like interface. Differential Revision: D9018619 fbshipit-source-id: de93bf219672fc821e64fb5923434187e1798d88
b2f6936 to
d784a1f
Compare
zdevito
pushed a commit
to zdevito/ATen
that referenced
this pull request
Aug 3, 2018
Summary: Pull Request resolved: pytorch/pytorch#9897 Add an IntrusivePtr class to do intrusive refcounting with a shared_ptr-like interface. Reviewed By: ezyang Differential Revision: D9018619 fbshipit-source-id: 5de8706aab8eea2e30bead0f59bd6a7ca4d20011
goodlux
pushed a commit
to goodlux/pytorch
that referenced
this pull request
Aug 15, 2018
Summary: Pull Request resolved: pytorch#9897 Add an IntrusivePtr class to do intrusive refcounting with a shared_ptr-like interface. Reviewed By: ezyang Differential Revision: D9018619 fbshipit-source-id: 5de8706aab8eea2e30bead0f59bd6a7ca4d20011
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.
Summary: Add an IntrusivePtr class to do intrusive refcounting with a shared_ptr-like interface.
Differential Revision: D9018619