Lidar_AI_Solution icon indicating copy to clipboard operation
Lidar_AI_Solution copied to clipboard

Create by resnet50int8, int8 Failed to create lidar scn. Core has been failed.

Open zeliangDing opened this issue 7 months ago • 1 comments

I reproduce this BEVFusion-demo according to guidance https://github.com/NVIDIA-AI-IOT/Lidar_AI_Solution/tree/master/CUDA-BEVFusion.

My environment: Nvidia-GPU: GTX-1050Ti ubuntu 20.04 cuda: 11.4 cudnn: 8.2.4 TensorRT: 8.6.1.6

when I run: bash tool/build_trt_engine.sh
bash src/onnx/make_pb.sh success

but when I run: bash tool/run.sh

failure. Following is system log.

Create by resnet50int8, int8 Failed to create lidar scn. Core has been failed.

Thank you very much!

zeliangDing avatar May 17 '25 05:05 zeliangDing

Unfortunately, we can not run the CUDA-BEVFusion project on a Pascal architecture GPU. Because the libspconv is designed for Ampere MMA instructions. So, currently only SM87(Ampere Orin), SM80(Ampere A100), and SM101(Blackwell) devices are supported. Thanks!

hopef avatar May 18 '25 10:05 hopef