HKUST-Aerial-Robotics / Stereo-RCNN

Code for 'Stereo R-CNN based 3D Object Detection for Autonomous Driving' (CVPR 2019)
MIT License
690 stars 177 forks source link

nvcc/cuda version prolems #2

Closed undefinedzero closed 5 years ago

undefinedzero commented 5 years ago

At first, I used nvcc(version 10.0) and changed the CUDA_PATH in lib/make.sh to the cuda lib in anaconda(version 8.0) to run lib/make.sh, but I met undefined symbol: __cudaPopCallConfiguration problem. It seemed that I need to use nvcc 8.0 to compile the code. Then, I installed CUDA 8.0 and use its nvcc 8.0 to compile the code again and it works. So, I think in order to run the code, we need CUDA 8.0 toolkit not only in anaconda.

PeiliangLi commented 5 years ago

Hi, thanks for pointing this. We haven't test CUDA 10.0 yet, but 8.0 and 9.0 should both be ok.