Libnvinfer_builder_resource_* libs

Description

This is not a bug report, I’m trying to understand why recent versions of TensorRT seem to require both libnvinfer_builder_resource and libnvinfer_builder_resource_win libraries.

We’re developing software that requires optimizing and running models at runtime, using TensorRT as a dependency. We package TensorRT into our installer for ease of use. libnvinfer_builder_resource and libnvinfer_builder_resource_win take 2GB each and are by far the largest libraries. This is quite a size bump from previous versions, even when we used cuDNN on older versions.

My questions are:

Environment

TensorRT Version: 10.9
Platform: Ubuntu Desktop (x86_64)

1 Like

I am also interested in more information about the functionality of the different binary packages.

2 Likes

Hi @AakankshaS, Would love to hear your insights whenever you get a chance. Thanks!