A project demonstrating Lidar related AI solutions, including three GPU accelerated Lidar/camera DL networks (PointPillars, CenterPoint, BEVFusion) and the related libs (cuPCL, 3D SparseConvolution, YUV2RGB, cuOSD,).
There is a limitation in terms of GPU compute capability, specifically ">=sm_80", and several other issues mentioned this restriction. I am curious if the libspconv.so library is solely responsible for this limitation. Additionally, if I only use the RGB branch and avoid utilizing sparse convolution, can I use devices with lower compute capability (like Xavier, sm_72)?
There is a limitation in terms of GPU compute capability, specifically ">=sm_80", and several other issues mentioned this restriction. I am curious if the libspconv.so library is solely responsible for this limitation. Additionally, if I only use the RGB branch and avoid utilizing sparse convolution, can I use devices with lower compute capability (like Xavier, sm_72)?