This page is dedicated to summarizing some frequently asked questions about ThunderSVM.
-
How can I use the source code?
Please refere to How To page. -
What is the format of the input file?
The file format is the same as the format of files in LibSVM site. -
Does this version support the Windows OS?
No. However, the code should work on Windows OS, although we haven't tested it on Windows. -
I got "error while loading shared libraries: libcudart.so.6.0: wrong ELF class: ELFCLASS32", when I run the executable file "thundersvm".
Running the commandsudo ldconfig /usr/local/cuda/lib64
should resolve the problem.. -
Can ThunderSVM run on CPUs?
No. The current version of ThunderSVM must run on GPUs, but we strive to make ThunderSVM run purely on CPUs in parallel.
- Why not use shrinking?
Shrinking is used in ThunderSVM, and is implemented by the working set size. We don't provide the shrinking option to users, because the traditional way of shrinking is inefficient on GPUs.