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
2016-12-29Add THHalfTensor support to cutorch (#655)gchanan
* Add THHalfTensor support to cutorch.
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
This reverts commit d88ac24c712e3a40d4aaf3ac2d043bd79ba4280e. Revert "Auto device mode, plus allocation helper functions." This reverts commit 47a2f6de252c2254234edfc1c6115229b5383bac.
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-01revamps TensorMath to remove sync points at many places, adds maskedSelect ↵soumith
and maskedFill operations (and tests). Also adds generic Reduce and Apply kernels that can be reused.
2015-01-14Pass a state to every THC function.Dominik Grewe
Every THC function gets a THCState pointer as the first argument. Some generic files that were previously included have been instantiated because TH functions currently don't get a state parameter.
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
This reverts commit b6fa093ecf020147f697310d4ccbc485280dcbd9, reversing changes made to 12eeb82762e9db0d950047f56cda4b950a52f55d.
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
Conflicts: pkg/torch/TensorMathWrap.lua
2012-01-25initial revamp of torch7 treeRonan Collobert