-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Move Storage and StorageImpl to c10 #14061
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
Conversation
Differential Revision: D13081608 Differential Version: 63766089
Differential Revision: D13081608 Differential Version: 63870849
double z[2]; | ||
} v; | ||
friend struct Type; | ||
friend struct at::Type; |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -0,0 +1,5 @@ | |||
#include <c10/core/Storage.h> |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
#include <c10/util/intrusive_ptr.h> | ||
|
||
namespace at { | ||
struct Type; |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
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.
accepted but with comments
Differential Revision: D13081608 Differential Version: 64074408
Differential Revision: D13081608 Differential Version: 64327189
Differential Revision: D13081608 Differential Version: 64563284
Differential Revision: D13081608 Differential Version: 64577701
Differential Revision: D13081608 Differential Version: 64581584
Differential Revision: D13081608 Differential Version: 64631492
Summary: Pull Request resolved: pytorch/pytorch#14061 Reviewed By: ezyang Differential Revision: D13081608 fbshipit-source-id: 1ea2d32e9ec9293b6ffa4b9e76c674cca55d5a1c
Stack:
:white_circle: #14022 Move Scalar and ScalarType to c10/core 💚
:white_circle: #14023 Fix include paths for Scalar.h and ScalarType.h 💚
:white_circle: #14024 Move ScalarTypeUtils.h to c10 💚
:white_circle: #14058 Move UniqueVoidPtr to c10 💚
:white_circle: #14059 Move Allocator.h to c10 💚
:white_circle: #14060 Fix include paths for Allocator.h 💚
:black_circle: #14061 Move Storage and StorageImpl to c10 💚
:white_circle: #14062 Fix include paths for Storage.h and StorageImpl.h 💚
:white_circle: #14327 Move TensorTypeId to c10/core 💚
:white_circle: #14070 Fix include paths for TensorTypeId.h and TensorTypeIdRegistration.h 💚
:white_circle: #14141 Remove fake dependencies from TensorImpl to caffe2 💚
Differential Revision: D13081608