forked from pytorch/builder
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build libtorch with new gcc ABI (pytorch#335)
* [WIP] * Move zip openssl installation out of build_common.sh * fix libgomp * try to fix * improve build_cpu.sh as well * combine GLIBCXX_USE_CXX11_ABI setting * add comment * fix _GLIBCXX_USE_CXX11_ABI flag passing * fix PWD * further test comment * fix comments * fix abi check * update comments * improve DEPS_LIST * remove CXX_ABI_VARIANT * add identifier to new ABI binary zip * only check gcc ABI for libtorch builds * skip ABI test for devtoolset7 * DEBUG: CUDA version * improve CUDA version checking * better message * Switch /usr/local/cuda to point to correct CUDA version * fix libgomp path for CUDA * fix abi symbol checking * check number of correct ABI symbols as well * no need to check c10 library for ABI symbols * improve LIBTORCH_NAMESPACE_LIST * run ABI check on all binaries * DEBUG * DEBUG python version problem * Revert "DEBUG" This reverts commit df05ed1. * Revert "DEBUG python version problem" This reverts commit e13bb2b. * add yum install -q -y zip openssl back
- Loading branch information
Showing
7 changed files
with
172 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters