Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-29fix cdiv/div unit tests; fix Mac OS X require ffi bug (#1016)Nicholas LĂ©onard
2017-02-23Rebase masterjokeren
2017-02-23Fast floating point add kernel in intrinsics (11x speedup over default for 10...rguthrie3
2017-01-11provide install paths through require 'torch.paths'installpathsRonan Collobert
2017-01-01Removing TH_GENERIC_USE_HALF, TH_NATIVE_HALF, TH_GENERIC_NO_MATH (replaced wh...soumith
2017-01-01Revert "TH_GENERIC_USE_HALF=1 by default, half enabled by default"revert-888-halfgenericSoumith Chintala
2017-01-01TH_GENERIC_USE_HALF=1 by default, half enabled by defaulthalfgenericsoumith
2016-12-29Add support for torch.HalfTensor (#874)gchanan
2016-02-25Replace torch.Tester with totem.Tester + extra stuff.David Saxton
2015-07-10Add support for compilation on Windows using mingw32.Paul Kulchenko
2015-07-08Do not set -Werror for MSVCdiz_vara
2015-04-30Error message improvements.Adam Lerer
2015-03-16cmake now installs README.md as wellSoumith Chintala
2014-11-04fix recent cmake warnings and update cmake way of handling rpathRonan Collobert
2014-10-22fix include directory orderRonan Collobert
2014-04-08utils.c needs OpenMP flagssoumith
2014-04-07added FFI support (storage/tensor cdata/data + apply + map + map2)Ronan Collobert
2014-02-28Starting point for wrapping the mersenne state in a Lua object.Tim Harley
2014-02-14relax compilation flagsRonan Collobert
2014-02-14added/modified cmake files to make torch7 a standalone packageRonan Collobert
2013-11-27less strict about ansi libraries, less warningsLeon Bottou
2013-10-16avoid paths being compiled with C89 flags: some compilers fail.Ronan Collobert
2013-02-13Added a TTY detector.Clement Farabet
2012-02-04now methods & functions are both generated by wrap -- this fixes some bugs an...Ronan Collobert
2012-02-02torch lua script is now a true executableRonan Collobert
2012-02-01minor cmake correctionsRonan Collobert
2012-02-01more cleanup and wrap support for external packagesRonan Collobert
2012-02-01cmake files cleanupRonan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert