NVIDIA-AI-IOT / CUDA-PointPillars

A project demonstrating how to use CUDA-PointPillars to deal with cloud points data from lidar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pointpillar.cpp Cuda failure

lishanxiuxiu opened this issue · comments

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());