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-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-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
2012-08-13cuda package now complies with the new luaT APIRonan Collobert
2012-01-25initial revamp of torch7 treeRonan Collobert