-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Build libtorch binary with new ABI #23908
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
33bb9cf
to
ff73307
Compare
d51156f
to
1ab89ea
Compare
ac849a4
to
bc44c4e
Compare
71d255c
to
4eb33e5
Compare
This reverts commit 464de5f.
ec7c564
to
de72d47
Compare
return filtered_packaging_variants | ||
else: | ||
return packaging_variants | ||
return [PackageFormatConfigNode(self, k, v) for k, v in self.py_tree.items()] |
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.
Nice. I really hated the special casing here lol
@kostmo you should review the generator bits please |
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.
@yf225 is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This PR enables building libtorch with new ABI, using gcc 5.4 on Ubuntu 16.04.
Accompanying PR: pytorch/builder#335.