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 pow, trace, diag, tril, triusoumith
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] 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] 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 mean function into generic/Trevor 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-07Move _std dependencies into THCTensorMathReduce.cuhTrevor 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-10-07bug fix for wrong usage of checkGPU && port to windows with msvcRui Guo
2016-08-27adding multiple types for log, log1p, exp, cos, cosh, acos, sin, sinh, asin, ...soumith
2016-07-29reduce and BLAS workJeff Johnson
2016-06-11template workJeff Johnson
2016-03-30Adding cross to cutorchZeming Lin
2016-03-05Add math functions trunc, frac, rsqrt, lerpAndreas Köpf
2015-10-06faster normJeff Johnson
2015-08-07Merge facebook changesAdam Lerer
2015-06-24Stream support for BLAS Handles.soumith
2015-04-07adding cutorch streamssoumith
2015-04-01revamps TensorMath to remove sync points at many places, adds maskedSelect an...soumith