Xtra-Computing / thundersvm

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

svm.cpp and svm.h wrapper #84

Open saquibntt opened 6 years ago

saquibntt commented 6 years ago

Hi,

Please suggest !I wanted to use thundersvm in my project to see the speedup. But I could not find the required file. I am looking to replace https://github.com/cjlin1/libsvm/blob/master/svm.cpp and its .header file. The files present at include/thundersvm/model/svr.h and include/thundersvm/model/svr.cpp have different methods as far I see. Can you please advise how I can use it.

I tried with the python wrappers for another project without any problem.

Thanks

zeyiwen commented 6 years ago

Thanks for the feedback! The current version of ThunderSVM can't be directly included to another C++/CUDA-C++ project, and will need some revision to the header files in include/thundersvm/thundersvm.h.

We will improve the code to support this functionality as soon as possible. Please stay tuned.

KLH1472 commented 5 years ago

Great work! I want to use thundersvm in my C++ project. I was eager to know when C++ interface will be available. Thanks!