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-12-29Add THHalfTensor support to cutorch (#655)gchanan
2015-12-26Add generic CudaTensor types to cutorchAdam Lerer
2015-12-26Move files to generic folders (preparation)Adam Lerer
2015-09-08Add copyAsync for asynchronous copies between host and device.Dominik Grewe
2015-05-13Revert "Auto device: API changes, bug fixes, README.md"Adam Lerer
2015-04-29Auto device mode, plus allocation helper functions.Adam Lerer
2015-04-07adding cutorch streamssoumith
2015-04-01revamps TensorMath to remove sync points at many places, adds maskedSelect an...soumith
2015-01-14Pass a state to every THC function.Dominik Grewe
2014-11-25Cast allocation to avoid compiler warnings.Dominik Grewe
2014-11-12adding getDevice for tensor, manualSeedAll and seedAllsoumith
2014-06-19added indexCopyHycis
2014-06-15Revert "Merge pull request #20 from hycis/master"Soumith Chintala
2014-06-15optimized indexCopyHycis
2014-06-13added indexFill and simplify indexHycis
2014-06-12optimized indexSelectHycis
2014-04-08Add indexCopy and indexFill implementationsIoannis Antonoglou
2014-04-04add some commentsIoannis Antonoglou
2014-04-04Add index in cutorchIoannis Antonoglou
2013-08-11introduce THC_API and work around log1p issue.Leon Bottou
2013-04-16indexing operators work with CUDA, well they give out errors.koray kavukcuoglu
2013-04-16implement cuda versions for index operatorskoray kavukcuoglu
2012-08-13cuda package now complies with the new luaT APIRonan Collobert
2012-02-06little fix (maskedSelect does not exist yet on Cuda)Ronan Collobert
2012-02-03Merge branch 'logical' into newpackRonan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert