-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Some symbol annotation fixes for Windows #10369
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
@@ -114,7 +114,7 @@ class AT_API Registry { | |||
}; | |||
|
|||
template <class SrcType, class ObjectPtrType, class... Args> | |||
class AT_API Registerer { | |||
class Registerer { |
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.
@@ -119,7 +119,7 @@ def TypedDict(name, attrs, total=True): # type: ignore | |||
|
|||
# add non-virtual declaration to Tensor.h | |||
TENSOR_METHOD_DECLARATION = CodeTemplate("""\ | |||
${return_type} ${api_name}(${method_formals_with_defaults})${const_mark}; | |||
AT_API ${return_type} ${api_name}(${method_formals_with_defaults})${const_mark}; |
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.
@ezyang Any more questions on this PR? |
let's land it |
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.
ezyang is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Pull Request resolved: pytorch/pytorch#10369 Differential Revision: D9300187 Pulled By: ezyang fbshipit-source-id: bf29966ad6aa221332b7232a965fb85e652f866d
Summary: Pull Request resolved: pytorch#10369 Differential Revision: D9300187 Pulled By: ezyang fbshipit-source-id: bf29966ad6aa221332b7232a965fb85e652f866d
No description provided.