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/lib
AgeCommit message (Expand)Author
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] move std 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-10-03adding stdc++ static linking on TH_BINARY_BUILD=1 always, because caching all...soumith
2016-10-02Compile fixes for picky compilers / stl versions (#518)Ricardo Barreira
2016-09-30Make some basic THC operations thread-safeSam Gross
2016-09-28Add support for GenerateFloatTypes, for use with cunn.Gregory Chanan
2016-09-27Only set c++11 compiler flags on THCCachingAllocator.cppSam Gross
2016-09-27fix c++11 flags thingSoumith Chintala
2016-09-26Add THC_CACHING_ALLOCATOR=1 to README.mdSam Gross
2016-09-25Add CUDA caching allocatorSam Gross
2016-09-21compiling double atomicAdd only if CUDA_ARCH < 6000, because it's now include...soumith
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-13adding binary build optionssoumith
2016-09-13making sure cusparse is linked when MAGMA issoumith
2016-09-13spit out CUDA_NVCC_FLAGSsoumith
2016-09-11only enable CUDA half instructions above 8.0soumith
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-10adding generated filessoumith
2016-09-10making more files to split between typessoumith
2016-09-10refactoring THCTensorMathCompareT to split types compilationsoumith
2016-09-10splitting sort compilation into individual typessoumith
2016-09-10removing a lot of template instantiation in sortsoumith
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-27append TORCH_NVCC_FLAGS optionallysoumith
2016-08-18Fixing bug in regex not accepting 2.1(2.0) notationBoris Fomitchev
2016-08-13Use TH_INDEX_BASE in THCAdam Paszke
2016-08-12fix typo from #462soumith
2016-08-12Merge pull request #461 from torch/indextypeSoumith Chintala
2016-08-12added multiple types for sortsoumith
2016-08-11Fix sub and div for integer typesAdam Paszke
2016-08-11fixing sort to use long indicessoumith
2016-08-11making changes to sort and TopK for the changed index* APIsoumith
2016-08-10adding indexing for typessoumith
2016-08-08easy: change templated argument to capitalizedSoumith Chintala
2016-08-07more tests and cmake fixSoumith Chintala
2016-08-07Merge pull request #459 from torch/scattergatherishSoumith Chintala