cuDNN and TensorRT libraries for Yocto

Hello,

I need to be able to run TensorRT and cuDNN on the Jetson TX2 platform with Yocto based OS.
Is there a pre-compiled version of these libraries that I can use?
Or do they need to be compiled explicitly for Yocto?

Thanks in advance.

Hi,

We don’t have packages for Yocto.

It’s recommended to check if Yocto OS has GPU support or not first.
Our embedded GPU driver is integrated into the L4t image and Yocto’s image may not have the driver included.

Thanks.

Thanks for the answer.
Assuming that the Yocto OS has the GPU driver and the CUDA library, what is needed in order to port the cuDNN and TensorRT libraries? Will I be able to take the precompiled libraries from Ubuntu, or do they need to be rebuilt for the Yocto OS?

Hi,

You will need to compile the library for the Yocto OS.
However, the main source code of cuDNN and TensorRT are not public.

Thanks.

Thanks for the answer.