NVIDIA-AI-IOT / CUDA-PointPillars

A project demonstrating how to use CUDA-PointPillars to deal with cloud points data from lidar.
Apache License 2.0
502 stars 148 forks source link

pointpillar.cpp Cuda failure #113

Open lishanxiuxiu opened 6 months ago

lishanxiuxiu commented 6 months ago

After running the program for several hours, the following error occurred: Cuda failure: operation not supported on global/shared address space at line 286 in file /home/seecar/Documents/pointpillars/pointpillar.cpp error status: 717 Aborted (core dumped) After executing doPostprocessCuda,error occurred on this line: checkCudaErrors(cudaDeviceSynchronize());