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
path: root/torch
AgeCommit message (Expand)Author
2017-04-19Make luaL_setfuncs detection more robustlvdmaaten
2016-12-29Add THHalfTensor support to cutorch (#655)gchanan
2016-10-14make cunn compile with msvc && fix compilation failure for linux/mac osRui Guo
2016-10-14Revert "changes to make cunn compile on windows with msvc"Soumith Chintala
2016-10-13changes to make cunn compile on windows with msvcRui Guo
2016-10-08replace long with ptrdiff_t for memory size/offset, element countRui Guo
2016-10-07bug fix for wrong usage of checkGPU && port to windows with msvcRui Guo
2016-09-16Add support for CUDA indexAddGregory Chanan
2016-08-12fixing backward compatibility for __index__ and __new_index__soumith
2016-08-12fix a small bugsoumith
2016-08-10adding indexing for typessoumith
2016-07-29reduce and BLAS workJeff Johnson
2016-06-13Fix "unused variable" warnings when THC_REAL_IS_FLOAT is not defined.Ricardo Barreira
2016-06-11template workJeff Johnson
2016-03-28Merge pull request #355 from apaszke/fp16Soumith Chintala
2016-03-16Remove dead storage codeAdam Paszke
2016-03-13Add FP16 support (CudaHalfStorage, CudaHalfTensor)Adam Paszke
2016-02-05lua 5.3 fixessoumith
2016-01-26Implementation of totable for CUDA tensors and storages.Dominik Grewe
2015-12-26Add generic CudaTensor types to cutorchAdam Lerer
2015-11-25Add isSetTo to cutorchJacob Menick
2015-10-29Add missing functions to CUDA tensor and storage.Dominik Grewe
2015-10-20Add indexAddAllan Jabri
2015-07-24Work under windowssamehkhamis
2015-07-20expose retain and free for CudaStorage/CudaTensor, as already done for cpu st...Ronan Collobert
2015-06-26Remove broken apply, map and map2 functions.Dominik Grewe
2015-06-19Suppress unused function warningsSam Gross
2015-06-11Allow CudaTensors as indicesSam Gross
2015-05-27Fix storage view.Dominik Grewe
2015-05-27Adding support for Storage views to cutorch.ztaylor
2015-05-13Revert "Auto device: API changes, bug fixes, README.md"Adam Lerer
2015-05-01Merge pull request #144 from adamlerer/auto_device2Dominik Grewe
2015-04-30Auto device: API changes, bug fixes, README.mdAdam Lerer
2015-04-29Lua 5.2 compatibilitySam Gross
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-04adding operator overloading, made add/mul/div consistent with torch7/TH, made...soumith
2014-07-25isSameSizeAs worksnicholas-leonard
2014-07-25isSameSizeAsnicholas-leonard
2014-04-07upgrading torch/generic files to the last versionRonan Collobert
2014-02-14added necessary torch include filesRonan Collobert