Skip to content

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

Closed
wants to merge 1 commit into from

Conversation

peterjc123
Copy link
Collaborator

No description provided.

@@ -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.

@@ -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.

@peterjc123
Copy link
Collaborator Author

@ezyang Any more questions on this PR?

@ezyang
Copy link
Contributor

ezyang commented Aug 13, 2018

let's land it

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a 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.

zdevito pushed a commit to zdevito/ATen that referenced this pull request Aug 13, 2018
Summary: Pull Request resolved: pytorch/pytorch#10369

Differential Revision: D9300187

Pulled By: ezyang

fbshipit-source-id: bf29966ad6aa221332b7232a965fb85e652f866d
@peterjc123 peterjc123 deleted the symbol_fix branch August 14, 2018 02:58
goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
Summary: Pull Request resolved: pytorch#10369

Differential Revision: D9300187

Pulled By: ezyang

fbshipit-source-id: bf29966ad6aa221332b7232a965fb85e652f866d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants