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-09-25Add CUDA caching allocatorSam Gross
2016-04-12Fix uninitialized pointers in THCState during init.Luke Alonso
2016-03-28Merge pull request #367 from wickedfoo/kernel-p2pSoumith Chintala
2016-03-28[THCGeneral] Use `labs` instead of `abs` for long operandThomas Köppe
2016-03-14kernel p2p access and non-blocking streamsJeff Johnson
2016-02-15Add printf to __THCudaCheck fail clause, in case stack unwind itself crashesHugh Perkins
2015-11-13cutorch copy/event changesJeff Johnson
2015-09-09Batch updates to global heapSizeAdam Lerer
2015-08-19cutorch gcAdam Lerer
2015-08-07Merge facebook changesAdam Lerer
2015-06-24Merge pull request #185 from dominikgrewe/error_msgSoumith Chintala
2015-06-24Stream support for BLAS Handles.soumith
2015-06-24Use standard Torch mechanism for file/line propagation in error messages.Dominik Grewe
2015-05-27Adding support for Storage views to cutorch.ztaylor
2015-05-19Add CudaHostAllocatorDominik Grewe
2015-05-13Revert "Auto device: API changes, bug fixes, README.md"Adam Lerer
2015-05-03cleaning up rest of deviceReset codeSoumith Chintala
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-02-18Call cudaGetLastError if peer access is already enabled.Dominik Grewe
2015-02-05Ignore cudaErrorPeerAccessAlreadyEnabled.Dominik Grewe
2015-01-27Move Blas state into THCState.Dominik Grewe
2015-01-14Pass a state to every THC function.Dominik Grewe
2014-11-12removing bad code leftover from cublasv2 refactorsoumith
2014-11-12adding getDevice for tensor, manualSeedAll and seedAllsoumith
2014-11-11Move global RNG state into cutorch table.Dominik Grewe
2014-11-11Upgraded CuBLAS to API V2.Clement Farabet
2014-10-07One random number generator per GPU.Dominik Grewe
2014-09-25Initialize random seed during CUDA initialization.Dominik Grewe
2014-09-24peer to peer accessSergey Zagoruyko
2012-01-25initial revamp of torch7 treeRonan Collobert