Hi everyone,
I’m having trouble getting TensorRT recognized in TouchDesigner 2025 (build 2025.32050, CUDA 12.9) on my Windows 11 laptop with an NVIDIA GeForce RTX 4060 GPU.
Here’s what I have done so far:
- Downloaded and extracted TensorRT 10.14.1.48 from NVIDIA official site.
- Verified that the bin folder contains nvinfer.dll, nvinfer_plugin.dll, and nvonnxparser.dll.
- Added the following folders to the system PATH:
- D:\TensorRT-10.14.1.48.Windows.win10.cuda-12.9\TensorRT-10.14.1.48\bin
- D:\TensorRT-10.14.1.48.Windows.win10.cuda-12.9\TensorRT-10.14.1.48\lib
- Restarted the computer.
- Tried copying the DLLs directly into the TouchDesigner bin folder.
Despite all this, TouchDesigner still shows:
“TensorRT is not found”.
I’ve checked CMD with where nvinfer.dll and it cannot locate the DLL, which makes me suspect it’s either a PATH / Python / CUDA runtime issue.
Has anyone encountered this with TD 2025 and RTX 40 series GPUs? Any advice on how to properly get TD to recognize TensorRT would be greatly appreciated!
Thanks in advance!