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 (Expand)Author
2016-09-30Make some basic THC operations thread-safeSam Gross
2016-07-29reduce and BLAS workJeff Johnson
2016-01-13Adding cuBLAS matrix inverseKatya Gonina
2015-06-24Stream support for BLAS Handles.soumith
2015-05-03cleaning up rest of deviceReset codeSoumith Chintala
2015-04-07adding cutorch streamssoumith
2015-03-27Recreate cuBLAS handle on deviceReset.Dominik Grewe
2015-01-27Add bmm and baddbmm.Dominik Grewe
2015-01-27Move Blas state into THCState.Dominik Grewe
2015-01-14Pass a state to every THC function.Dominik Grewe
2014-11-11Upgraded CuBLAS to API V2.Clement Farabet
2014-10-15added THCudaBlas, now handles a bunch of corner cases. Also fixes #55 and ano...Soumith Chintala