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-11-01adding multiple types for distdistfixsoumith
2016-11-01adding multiple types for cumsum, cumprodsoumith
2016-11-01adding multiple types for pow, trace, diag, tril, triusoumith
2016-10-17torch.cat for multiple cuda typesSoumith Chintala
2016-10-07[cutorch refactor] addcmul/addcdiv to genericTrevor Killeen
2016-10-07[cutorch refactor] cmin/cmax to genericTrevor Killeen
2016-10-07[cutorch refactor] move cross(...) to genericTrevor Killeen
2016-10-07[cutorch refactor] move clamp(...) to genericTrevor Killeen
2016-10-07[cutorch refactor] make var(...) genericTrevor Killeen
2016-10-07[cutorch refactor] move stdall into generic, wrap test for stdTrevor Killeen
2016-10-07[cutorch refactor] move varall into genericTrevor Killeen
2016-10-07[cutorch refactor] move normall to genericTrevor Killeen
2016-10-07Make _norm(...)'s ops genericTrevor Killeen
2016-10-07[cutorch refactor] move std function into genericTrevor Killeen
2016-10-07[cutorch refactor] move renorm function into genericTrevor Killeen
2016-10-07[cutorch refactor] make _renorm(...)'s ops genericTrevor Killeen
2016-10-07[cutorch refactor] move std function into genericTrevor Killeen
2016-10-07[cutorch refactor] move meanall function into generic/, update cwrap for lua ...Trevor Killeen
2016-10-07[cutorch refactor] move mean function into generic/Trevor Killeen
2016-08-27adding multiple types for log, log1p, exp, cos, cosh, acos, sin, sinh, asin, ...soumith
2016-08-12added multiple types for sortsoumith
2016-08-10adding indexing for typessoumith
2016-08-07 scatter / gather to new typessoumith
2016-07-29Merge pull request #456 from torch/more-cutorch-template-typesSoumith Chintala
2016-07-29reduce and BLAS workJeff Johnson
2016-07-25Adding trace and diag to cutorchZeming Lin
2016-06-11template workJeff Johnson
2016-03-30Adding cross to cutorchZeming Lin
2016-03-22Add potrs with MAGMABrandon Amos
2016-03-05Add math functions trunc, frac, rsqrt, lerpAndreas Köpf
2016-03-04Fix csub #60Joost van Doorn
2016-02-29Adding addbmm in cudaZeming Lin
2016-01-21add invHugh Perkins
2016-01-12Add torch.sigmoid and sometensor:sigmoid()Hugh Perkins
2015-11-12Added support for neg().Clement Farabet
2015-10-20Add indexAddAllan Jabri
2015-10-05Implementation of torch.catDominik Grewe
2015-08-07Merge facebook changesAdam Lerer
2015-07-21Merge pull request #206 from dominikgrewe/scattergatherSoumith Chintala
2015-07-21CUDA implementations for scatter & gather.Dominik Grewe
2015-07-10Implementations of component-wise min and max.Dominik Grewe
2015-06-24Add MAGMA implementations of Torch LAPACK functionsSam Gross
2015-06-24Stream support for BLAS Handles.soumith
2015-06-11Allow CudaTensors as indicesSam Gross
2015-04-10Implementation of logical all and any.Dominik Grewe
2015-04-01revamps TensorMath to remove sync points at many places, adds maskedSelect an...soumith
2015-01-29cumulative sum and productDominik Grewe
2015-01-27Add bmm and baddbmm.Dominik Grewe
2015-01-27Add cpow and alternative pow.Dominik Grewe
2015-01-14Pass a state to every THC function.Dominik Grewe