Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

merchen911 opened this issue · comments

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

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

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