3080Ti could not build cuda engine #264
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,I build the demo with cuda10.2, cudnn7.6.5 and TensorRT-7.0.0.11 in nvidia 3080Ti,when i convert the yolov3 weights to rt , the error appear as follow:


so i convert the weights in my 1080Ti ,it work well ,but when i copy the rt weight to 3080Ti, and run ./demo yolo3_fp16.rt ../demo/yolo_test.mp4 y
I doubt a 3080ti supports cuda 10.2,you might want to try cuda 11.1 +
https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/
thanks for you concern ,
i try to build the demo with tensort7.2 cuda11.2 cudnn8.1 and tensort8.0 cuda11.2 cudnn8.1 ,but failed ,
I doubt that TKDNN is not support cuda11.1 + .
tkdnn doesnt support tensorrt 8+,i have used tkDNN tensorrt7.2+cuda11.1+ cudnn8.1.1 (if you want to use tensorrt 7.2 with cuda 11.2 you still need cuda 11.1 because nvrtc from cuda 11.1 is still a reuqirement of tensorrt 7.2) https://docs.nvidia.com/deeplearning/tensorrt/release-notes/tensorrt-7.html#rel_7-2-3