Closed Stakhan closed 3 years ago
As a quick (and dirty) fix, I avoided the compilation phase entirely: By downloading, extracting and copying to my site-packages folder the right python/CUDA/PyTorch combination of the precompiled binaries from this location : https://anaconda.org/csl170000/torch-points-kernels-test/files I suppose the conda repository is a work-in-progress.
The conda repo is on my list to fix - however it seems you're using nvcc 11.4, which hasn't been tested with. We only support the nvcc versions that pytorch is built with (10.2 and 11.1 for the latest version). Let me know if you encounter the same error when using one of those versions.
Hi CCInc,
Thanks for your answer. I can report that downgrading to CUDA 11.1 solves the issue. It is compiling smoothly, both from the repository and from the pip wheel. Easy error, easy fix ^^ (Guess I got mislead by the fact that it would also compile fine with version 11.3 and that the CUDA download page incentivize the use of the latest version...)
Hi there, Thank you for the great work here !
I encountered the following error when compiling (either from the pip wheel or from the github repository):
Here are more details about the config:
Any clue where it could come from ?
Thanks for your feedback.