Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs
Apache License 2.0
1.56k stars 217 forks source link

How can i set up the thundersvm with CUDA 10.1 in Ubuntu 18.04? #230

Open merchen911 opened 4 years ago

merchen911 commented 4 years ago

I have tried to install the thundersvm-gpu with CUDA 10.1 in ubuntu 18.04

But, the official thunder svm package cannot be supported with over cuda 10.0

When i call the thundersvm library in cuda 10.1, python return an error; like "OSError: libcusparse.so.9.0: cannot open shared object file: No such file or directory"

Someone modified the official package for cuda 10.0, but it cannot be supported with cuda 10.1 https://pypi.org/project/thundersvm-cuda10/

Thank you if someone tells me how to install it for my environment

zeyiwen commented 4 years ago

@merchen911 Would you try to install the library from this link?

merchen911 commented 4 years ago

@zeyiwen Not yet. I will try to install through your link and tell you for the result of installation. thank you :)