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-11-01implement torch.nonzerosoumith
2016-10-17torch.cat for multiple cuda typesSoumith Chintala
2016-10-10Merge remote-tracking branch 'upstream/master' into more-generic-functionsTrevor Killeen
2016-10-08replace long with ptrdiff_t for memory size/offset, element countRui Guo
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 lerp(...) 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] fixes for norm, wrap/testTrevor Killeen
2016-10-07[cutorch refactor] move stdall into generic, wrap test for stdTrevor Killeen
2016-10-07[cutorch refactor] wrapper + test for renormTrevor Killeen
2016-10-07[cutorch refactor] move meanall function into generic/, update cwrap for lua ...Trevor Killeen
2016-09-11fixing bug in sign for ByteTensorsoumith
2016-08-27make abs and sign available for a few other typessoumith
2016-08-27adding multiple types for log, log1p, exp, cos, cosh, acos, sin, sinh, asin, ...soumith
2016-08-19adding multiple types to squeezesoumith
2016-08-12added multiple types for sortsoumith
2016-08-11making changes to sort and TopK for the changed index* APIsoumith
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-21Fix torch.clamp behavior with CudaTensor.Luke Alonso
2016-06-11add half cwrap type and enable math for CudaHalfTensorsoumith
2016-06-11template workJeff Johnson
2016-04-12Fix torch.cat stack overrun.Luke Alonso
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-19Merge pull request #296 from wickedfoo/topk-sortSoumith Chintala
2016-01-12Add torch.sigmoid and sometensor:sigmoid()Hugh Perkins
2016-01-07top-k impl and sort fixesJeff Johnson
2015-11-12Added support for neg().Clement Farabet
2015-10-27torch.cat checks that table is not empty.Dominik Grewe
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-04-29Lua 5.2 compatibilitySam Gross
2015-04-29Merge pull request #136 from adamlerer/auto_deviceDominik Grewe