-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link nvinfer_pluing as a static library instead of dynamic. This will
reduce some of the headache with how TensorRT installs on the system as well as make the install experience with end users of the library a little bit smoother. Ideally we would like to statically link all of the TensorRT libraries but that doesn't seem possible at this stage due to protobuf symobls not being found in the static version of nvinfer and nvparsers. This seems to be a bug in the binary releases of these artifacts.
- Loading branch information
Showing
5 changed files
with
17 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
tensorrt-sys/3rdParty/TensorRT-5.1.5/libnvinfer_plugin_static.a filter=lfs diff=lfs merge=lfs -text | ||
tensorrt-sys/3rdParty/TensorRT-5.1.5/libnvinfer_static.a filter=lfs diff=lfs merge=lfs -text | ||
tensorrt-sys/3rdParty/TensorRT-5.1.5/libnvparsers_static.a filter=lfs diff=lfs merge=lfs -text |
3 changes: 3 additions & 0 deletions
3
tensorrt-sys/3rdParty/TensorRT-5.1.5/libnvinfer_plugin_static.a
Git LFS file not shown
Git LFS file not shown
Git LFS 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