Skip to content
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

Drop -D_GLIBCXX_USE_CXX11_ABI=0 #166

Merged
merged 1 commit into from Sep 3, 2019

Conversation

junjihashimoto
Copy link
Member

@junjihashimoto junjihashimoto commented Sep 2, 2019

libtorch begins to provide binaries using C++11ABI.
(Old C++ABI with -D_GLIBCXX_USE_CXX11_ABI=0 is to keep backward compatibility for nvcc using gcc-4.)
https://discuss.pytorch.org/t/issues-linking-with-libtorch-c-11-abi/29510/2
#162

This PR changes the C++ABI to C++11ABI.

@tscholak
Copy link
Member

tscholak commented Sep 2, 2019

ah, now I understand why @wavewave did that ;)

@junjihashimoto junjihashimoto merged commit 334afb9 into hasktorch:master Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants