HeBangYan / pointnet2_ops_CUDA12.0

Minor changes were made to enable pointnet2_ops to install successfully on CUDA12.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whether could I install and use this lib in cuda 11.0 and pytorch 1.7.1?

PX-Xu opened this issue · comments

commented

Actually, I resumed a work which is uesd pointnet2_ops_lib. I met some problems in this code which used the pointnet2_ops_lib. You can see this problem in the following graph. I find this problem comes from the pointnet2_ops_lib I used. (could help me check? Thanks a lot. And I print the new_xyz. It is torch.float64.). I used your code in my work. But It seems like lose some module. Could you tell me If I want to use your code in my work. What should I change this lib to adapt pytorch1.7.1+cu11.0.
The original code is dependent the cuda 10.1 and pytoch 1.7.1+cu10.1.
image