erikwijmans / Pointnet2_PyTorch

PyTorch implementation of Pointnet2/Pointnet++
The Unlicense
1.5k stars 340 forks source link

gcc error when install pointnet2_ops #108

Closed chenghongkuan closed 4 years ago

chenghongkuan commented 4 years ago

as title my python version is 3.6 tourch 1.1.0 CUDA Version 10.1.168 gcc 5.5.0 I have Google , but find nothing useful image image

erikwijmans commented 4 years ago

data_ptr is the newer API, I believe it was introduced in pytorch 1.2, but it could have been pytorch 1.3. Please update pytorch. Note that this repo currently isn't compatible with 1.5 as there was changes to cpp extensions in 1.5.