torch-points-kernels icon indicating copy to clipboard operation
torch-points-kernels copied to clipboard

build torch-points-kernels

Open abhinine4 opened this issue 3 years ago • 1 comments

trouble installing / building torch-point-kernels:

RuntimeError: The detected CUDA version (11.3) mismatches the version that was used to compile PyTorch (10.2). Please make sure to use the same CUDA versions.

my conda env has cudatoolkit=10.2.89,

abhinine4 avatar Jun 27 '22 04:06 abhinine4

As the error indicates, the version of cuda toolkit you have installed on the system (11.3) is different than the toolkit used with pytorch (10.2). You'll need to either upgrade pytorch or install cuda toolkit 10.2 on your system so that you can compile tpk properly. See here for more details on installing cuda toolkit: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html

clee-ai avatar Jun 27 '22 17:06 clee-ai