How to share tensorrt between processes

Hi,

Thanks for your patience.
We have got some information about this issue.

Please note that the CUDA context on Jetson is created per process.
Since cuDNN/TensorRT context is based on CUDA context, sharing context across different processes is not available.

On Jetson, it’s more recommended to use multi-thread (different model) or TensorRT batch (same model) instead.

Thanks.