Reputation: 11
I installed Tensorrt zip file, i am trying to install tensorrt but it is showing some missing dll file error.i am new in that how to use tensorrt and CUDA engine. How to use C++ API to convert into CUDA engine also. As reference i am attaching screenshot also.
Someone can help me Please.enter image description here
Upvotes: 1
Views: 12797
Reputation: 11
I think you didn't add /lib to your PATH.
You should either add the /TensorRT-x.x.x.x/lib/ to PATH or move all the files in the folder to your CUDA folder (/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v.x.x/bin/).
More on the installation guide: https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html
Upvotes: 1