Thanks for the great work! I try to run the code, and get this error:
CUDA error: the provided PTX was compiled with an unsupported toolchain.
This error only happens when I import as from pointnet2_ops import pointnet2_utils (commenting related to this code has no error). And the error also only happens when I use Nvidia Ampere arc, specifically, Nvidia A5000. Here is my other setting:
Python: ver 3.9
Pytorch: ver 1.9, with cuda 11.1
Cuda driver in my Ubuntu machine: 11.3
Note: the installation goes well, without any error message
Hi,
Thanks for the great work! I try to run the code, and get this error:
CUDA error: the provided PTX was compiled with an unsupported toolchain.
This error only happens when I import as
from pointnet2_ops import pointnet2_utils
(commenting related to this code has no error). And the error also only happens when I use Nvidia Ampere arc, specifically, Nvidia A5000. Here is my other setting:Note: the installation goes well, without any error message
Thanks!