Closed ardianumam closed 1 year ago
Thanks for your interest. Two suggestions: 1) please upgrade your pytorch version to 1.13+ for Ampere Arch; 2) please make sure the pytorch instsall cuda version is same as your Cuda driver version. Hope that can help.
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 it 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 pointnet2 installation goes well, without any error message
Thanks!