linClubs / BEVFusion-ROS-TensorRT

BEVFusion-ROS-TensorRT-CPP real time inference including ros1 & ros2.
BSD 3-Clause "New" or "Revised" License
113 stars 23 forks source link

2080ti跑不了吗? #12

Open 45153 opened 2 months ago

45153 commented 2 months ago

CUDA Runtime error spconv::setup_hash_and_route<<<(numinput + 1023) / 1024, 1024, 0, stream>>>( hash.get(), routemask.ptr(), route_.ptr(), indices, num_input, prob.kv) # no kernel image is available for execution on the device, code = cudaErrorNoKernelImageForDevice [ 209 ] in file src/spconv/rulebook.cu:150 查了一下spconv好像要sm>=80才能跑,但是2080ti只有75,是不是就跑不了了

linClubs commented 2 months ago

具体不清楚,没有2080卡测试,你可以自己测试一下,