ispc-lab / HRegNet

[ICCV 2021] HRegNet: A Hierarchical Network for Large-scale Outdoor LiDAR Point Cloud Registration
MIT License
90 stars 12 forks source link

remove unused "#include <THC/THC.h>" that caused troubles with new versions of CUDA #17

Closed alexmelekhin closed 1 year ago

alexmelekhin commented 1 year ago

New versions of CUDA do not have this header file, which creates problems when installing PointUtils. Without this line everything works fine.