-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'pointops_cuda' #23
Comments
Could you please provide your error information? |
I also met "ModuleNotFoundError: No module named 'pointops_cuda' "problem. And I only need "pointops_cuda.furthestsampling_cuda(b, n_max, xyz, offset, new_offset, tmp, idx)" and " pointops_cuda.knnquery_cuda(m, nsample, xyz, new_xyz, offset, new_offset, idx, dist2)" function。Could you please provide the code of these two functions。Thanks a lot! |
I found that these two functions are quite complicated, is c++, I look at other methods. |
This issue is solved by doing the following
Hope this helps! |
Thanks!
|
I've attempted to install PyTorch 1.12 with CUDA 11.6, along with several alternative versions, and recompiled. Additionally, I've tried to compile the setup.py file independently, but I continue to face the error described in the title. Would anyone happen to have encountered a similar situation? Could you kindly share how it might be resolved? Thank you in advance for any assistance.
The text was updated successfully, but these errors were encountered: