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

github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-19Make luaL_setfuncs detection more robustlvdmaaten
2016-12-29Add THHalfTensor support to cutorch (#655)gchanan
* Add THHalfTensor support to cutorch.
2016-08-29Propagating CMake configuraton C flags for FP16Sergei Nikolaev
2016-08-05Move CMake files to THCAdam Paszke
This allows to compile THC without cutorch
2016-03-18Bump CUDA to 6.5Sergey Zagoruyko
2016-02-04Fixed MAKE_C_FLAGS propagationBoris Fomitchev
2015-07-24Work under windowssamehkhamis
2015-06-24Add MAGMA implementations of Torch LAPACK functionsSam Gross
2015-06-09THC standalone compilationSergey Zagoruyko
2015-04-29Auto device mode, plus allocation helper functions.Adam Lerer
This diff introduces an alternative way of writing multi-GPU cutorch code. In this mode, the location of each tensor is specified, and the appropriate GPU for each kernel is determined automatically based on the location of its argument tensors. It's backwards-compatible and interoperable with the old-style multi-GPU API.
2015-04-07adding cutorch streamssoumith
2015-04-05reorganized os x cmake logicSergey Zagoruyko
2015-01-19bumping cmake min version to 2.8 (already true for torch7)soumith
2014-12-09Only add add linker option if compiler is clangBenjamin Piwowarski
2014-11-04adding operator overloading, made add/mul/div consistent with torch7/TH, ↵soumith
made all the blas functions (addmv,addr,addmm) consistent with torch7/TH and added the missing ones (mv,mm,ger)
2014-10-30build with clang and cuda 6.0Sergey Zagoruyko
2014-09-26upped the minimum cuda version to 5.5 to fix concern in #43Soumith Chintala
2014-07-26adding torch/ffi for CudaTensor/CudaStorageSoumith Chintala
2014-07-19harmonized test.lua with torch7nicholas-leonard
2014-02-14added/modified cmake files to make cutorch a standalone packageRonan Collobert
2012-09-07Arnaud's patch for new CUDA stuffClement Farabet
2012-02-04removed random+lab [+forgot to modify a filename in cutorch CMakeLists.txt]Ronan Collobert
2012-02-04minor cleanup + lua now default [instead of luajit]Ronan Collobert
2012-02-01more cleanup and wrap support for external packagesRonan Collobert
2012-01-26corrected cuda CMakeListsRonan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert