qiqihaer / 3DSSD-pytorch-openPCDet

The successful implementation of 3DSSD in Pytorch
Apache License 2.0
65 stars 19 forks source link

RuntimeError: Error compiling objects for extension #8

Open Chuxwa opened 3 years ago

Chuxwa commented 3 years ago

I replaced all mentions of AT_CHECK and THCState_getCurrentStream(state) with TORCH_CHECK and at::cuda::getCurrentCUDAStream(), respectively. I was then able to install setup.py without errors.