aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/torch/torch7
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Move lua contrib libraries to lua- prefixVsevolod Stakhov2018-05-23149-154373/+0
|
* [Minor] Fix some warningsVsevolod Stakhov2018-03-221-1/+1
|
* [Minor] Fix broken include in torchVsevolod Stakhov2018-03-071-1/+1
|
* [Minor] Always allow sse in 64bit modeVsevolod Stakhov2018-03-061-13/+5
|
* [Minor] Some local fixes in torchVsevolod Stakhov2018-03-061-1/+1
|
* [Minor] Unlink ottery from torch to fix build on some platformsVsevolod Stakhov2018-03-023-5/+27
|
* [Fix] Fix brain-damaged torch build systemVsevolod Stakhov2018-03-022-3/+3
|
* [Minor] Try to fix linking issueVsevolod Stakhov2018-03-022-0/+3
|
* [Minor] Support threads for MKL blasVsevolod Stakhov2018-03-011-1/+11
|
* Typo: non-existentViktor Szépe2017-11-141-1/+1
|
* Typo: compatibiltyViktor Szépe2017-11-141-1/+1
|
* [Feature] Add torch-decisiontree packageVsevolod Stakhov2017-11-051-0/+4
| | | | | | | | https://github.com/twitter/torch-decisiontree This project implements random forests and gradient boosted decision trees (GBDT). The latter uses gradient tree boosting. Both use ensemble learning to produce ensembles of decision trees (that is, forests).
* [Fix] Another try to fix threading in torchVsevolod Stakhov2017-09-173-4/+27
|
* [Minor] Another try to fix brain-damaged torch build systemVsevolod Stakhov2017-09-161-2/+0
|
* [Minor] Disable sse4.2 for torch...Vsevolod Stakhov2017-09-161-0/+2
|
* [Minor] Allow to get rspamd text from torch storageVsevolod Stakhov2017-08-272-0/+29
|
* [Minor] Fix randomness part in torchVsevolod Stakhov2017-07-221-29/+4
|
* [Minor] Further fixes for torch RPATHVsevolod Stakhov2017-07-222-20/+1
|
* [Minor] Do not use avx/avx2 in torch as their detection is brokenVsevolod Stakhov2017-07-221-0/+4
|
* [Minor] Fix installation directory for shared libsVsevolod Stakhov2017-07-212-3/+3
|
* [Feature] Import torch to Rspamd...Vsevolod Stakhov2017-07-16149-0/+154330