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