torch-points3d / torch-points-kernels

Pytorch kernels for spatial operations on point clouds
MIT License
96 stars 25 forks source link

cublas_v2 not found #72

Closed kodda closed 2 years ago

kodda commented 3 years ago

Hello, I get the following error when installing with pip """ /usr/local/lib/python3.8/dist-packages/torch/include/ATen/cuda/CUDAContext.h:7:10: fatal error: cublas_v2.h: No such file or directory 7 | #include | ^~~~~ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 """

torch: 1.7.0 CUDA: 10.2

""" locate cublas_v2.h /usr/local/cuda-10.0/targets/x86_64-linux/include/cublas_v2.h /usr/local/cuda-10.2/targets/x86_64-linux/include/cublas_v2.h /usr/local/cuda-11.0/targets/x86_64-linux/include/cublas_v2.h """ thanks,

CCInc commented 2 years ago

Closing for now, feel free to reopen if still an issue.