Closed chaitjo closed 2 years ago
Hey! This is the reason
Not sure what to do with that, it could be a problem in the cuda code that uses features that are not supported by the 3090, I have never tried to install it on the GTX 3090. @CCInc any suggestion ?
@chaitjo I am pretty sure the 3000 series isn't fully supported on CUDA 11.0. You should try upgrading nvcc and cuda to 11.1.1 or 11.2 which should allow the kernels to compile. You may have to compile pytorch yourself as a result, but maybe it will work as-is. Let me know!
Closing for now, feel free to reopen if still an issue.
Hello @nicolas-chaulet, thank you for the library. I'm attempting to install the kernels (as well as
torch-points3d
) across multiple servers and am running into installation issues for the kernels. I am basically unable to build the wheel and it leads to an extremely long error trace.I was wondering if you could assist me here or if my system configurations are just incompatible with the kernels?
System:
Before installation, I ensure that CUDA is configured properly and nvcc works.
When installing
torch-points-kernels
, I get the following error trace: (The error seems to benvcc fatal : Unsupported gpu architecture compute_86
)