Open saquibntt opened 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.
Great work! I want to use thundersvm in my C++ project. I was eager to know when C++ interface will be available. Thanks!
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