Description
This repo is folked from Tensorrt: https://github.com/NVIDIA/TensorRT. Will be clean up only for samples modifying, building, running and studying.
Environment
Developing
- tbd -- conda env
Deployment -- c++ compiling and running
- WSL2 + Unbuntu22.04: 5.15.153.1-microsoft-standard-WSL2
- CUDA: 12.4.99
- Tensorrt: 10.5.0
CMD
clear && rm -rf build && mkdir build && cd build && cmake .. && make -j 20 && cd ..