Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyiwen committed Nov 22, 2017
1 parent 3154a57 commit 7885314
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ git submodule init eigen && git submodule update
mkdir build && cd build && cmake -DUSE_CUDA=OFF -DUSE_EIGEN=ON .. && make -j
```
Now ThunderSVM will work solely on CPUs and does not rely on CUDA.

## Related websites
* [LibSVM](https://www.csie.ntu.edu.tw/~cjlin/libsvm/)
* [SVM<sup>light</sup>](http://svmlight.joachims.org/)
* [OHD-SVM](https://github.com/OrcusCZ/OHD-SVM)

## TODO
- integrate with interfaces

0 comments on commit 7885314

Please sign in to comment.