-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: build manylinux compatible builds (#1527)
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
- Loading branch information
1 parent
deda87b
commit 57504d9
Showing
7 changed files
with
201 additions
and
77 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
py37 | ||
py38 | ||
py39 | ||
py310 | ||
libtorchtrt_pre_cxx11_abi |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--exclude libc10_cuda.so | ||
--exclude libc10.so | ||
--exclude libcaffe2_nvrtc.so | ||
--exclude libcublasLt.so | ||
--exclude libcuda.so | ||
--exclude libnvrtc.so | ||
--exclude libnvToolsExt.so | ||
--exclude libshm.so | ||
--exclude libtorch_cpu.so | ||
--exclude libtorch_cuda_cpp.so | ||
--exclude libtorch_cuda_cu.so | ||
--exclude libtorch_cuda.so | ||
--exclude libtorch_global_deps.so | ||
--exclude libtorch_python.so | ||
--exclude libtorch.so | ||
--exclude libcudart.so | ||
|
||
--exclude libnvToolsExt-847d78f2.so.1 | ||
--exclude libnvToolsExt-847d78f2.so | ||
--exclude libcudart-e409450e.so.11.0 | ||
--exclude libcudart-e409450e.so | ||
--exclude libgomp-a34b3233.so.1 | ||
--exclude libgomp-a34b3233.so | ||
--exclude libcudart.so.11 | ||
--exclude libcudart.so.11.7.60 | ||
--exclude libnvrtc.so.11.2 | ||
--exclude libnvinfer_plugin.so.8 | ||
--exclude libcublas.so.11 | ||
--exclude libcuda.so.1 | ||
--exclude libcuda.so.515 | ||
--exclude libcublasLt.so.11 | ||
--exclude libnvinfer.so.8 | ||
--exclude libcudnn.so.8 |
Oops, something went wrong.