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/test
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-07[cutorch refactor] addcmul/addcdiv to genericTrevor Killeen
2016-10-07[cutorch refactor] cmin/cmax to genericTrevor Killeen
2016-10-07[cutorch refactor] make dist(...)'s op generic, add missing unit testTrevor 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] cleanup code in prep for reviewTrevor 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] move varall into genericTrevor Killeen
2016-10-07[cutorch refactor] wrapper + test for renormTrevor Killeen
2016-10-07[cutorch refactor] update unit test for mean to test all tensor typesTrevor Killeen
2016-09-20Use bitwise operations for atomicAdd rather than byte_perm or pointer deferen...Gregory Chanan
2016-09-16Add support for CUDA indexAddGregory Chanan
2016-09-15Add getDevice for CUDA storagesAdam Paszke
2016-09-11fixing bug in sign for ByteTensorsoumith
2016-09-10add int and long tests for abs and fix recursive bug in abssoumith
2016-09-10fixing bug in frac. fixing pointwise unit tests to not just return range of 0, 1soumith
2016-09-10Propagating CMake configuraton C flags for FP16Sergei Nikolaev
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-12fixing CudaHalfTensor testssoumith
2016-08-12added multiple types for sortsoumith
2016-08-10adding indexing for typessoumith
2016-08-08more tests for typesSoumith Chintala
2016-08-07more tests and cmake fixSoumith Chintala
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-03-30Adding cross to cutorchZeming Lin
2016-03-28Merge pull request #355 from apaszke/fp16Soumith Chintala
2016-03-28Merge pull request #367 from wickedfoo/kernel-p2pSoumith Chintala
2016-03-23Merge pull request #364 from bamos/potrsSoumith Chintala
2016-03-22Add potrs with MAGMABrandon Amos
2016-03-15fix large sortsJeff Johnson
2016-03-14kernel p2p access and non-blocking streamsJeff Johnson
2016-03-13Add FP16 support (CudaHalfStorage, CudaHalfTensor)Adam Paszke
2016-03-09Improve inverse testGeorg Ostrovski
2016-03-08fixing testersoumith
2016-03-08using TestSuite instead of tablesoumith
2016-03-07Merge pull request #344 from andreaskoepf/lerp_trunc_fracSoumith Chintala
2016-03-07torch.cat fix in testsoumith
2016-03-05Add math functions trunc, frac, rsqrt, lerpAndreas Köpf