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-12Revert "Move random functions to generic"revert-589-random-refactorSoumith Chintala
2016-11-12Merge pull request #589 from killeent/random-refactorSoumith Chintala
2016-11-11Merge pull request #595 from BTNC/winSoumith Chintala
2016-11-11change to compile with msvc && export THCDescBuff for cunnRui Guo
2016-11-11Merge pull request #593 from howard0su/masterSoumith Chintala
2016-11-11Fix build on 32bit platform like JETSON TK1Howard Su
2016-11-11[cutorch rand2gen] fix illegal memory access in multinomial code, update unit...Trevor Killeen
2016-11-11[cutorch rand2gen] test fixes, add floor to geometric distribution transformTrevor Killeen
2016-11-09Merge pull request #590 from gchanan/sizeDescSoumith Chintala
2016-11-09Add THCTensor_(sizeDesc) for better debug messages.Gregory Chanan
2016-11-09[cutorch rand2gen] extend functions to use _double methodsTrevor Killeen
2016-11-09[cutorch rand2gen] move randn to genericTrevor Killeen
2016-11-09[cutorch rand2gen] partial move of logNormal to generic, needs further debuggingTrevor Killeen
2016-11-08[cutorch rand2gen] move geometric to genericTrevor Killeen
2016-11-08[cutorch rand2gen] move multinomial to genericTrevor Killeen
2016-11-08[cutorch rand2gen] move cauchy to genericTrevor Killeen
2016-11-08[cutorch rand2gen] move exponential to genericTrevor Killeen
2016-11-08[cutorch rand2gen] move normal to genericTrevor Killeen
2016-11-08[cutorch rand2gen] move bernoulli to genericTrevor Killeen
2016-11-07[cutorch rand2gen] move uniform, rand to genericTrevor Killeen
2016-11-07[cutorch rand2gen] make sampleMultinomialWithRoutReplacement utility function...Trevor Killeen
2016-11-07[cutorch rand2gen] make sampleMultinomialWithReplacement utility function gen...Trevor Killeen
2016-11-07[cutorch rand2gen] make sampleMultinomialOnce utility function genericTrevor Killeen
2016-11-07[cutorch rand2gen] make renormRowsL1 utility function genericTrevor Killeen
2016-11-07[cutorch rand2gen] introduce THCTensorRandom.cuh, move and templatize simple ...Trevor Killeen
2016-11-05Merge pull request #583 from nicolasvasilache/masterSoumith Chintala
2016-11-05THC UVA AllocatorNicolas Vasilache
2016-11-04fix result typesoumith
2016-11-03Merge pull request #581 from torch/dotfixSoumith Chintala
2016-11-03Merge pull request #580 from colesbury/ipcSoumith Chintala
2016-11-03making dot to have an accreal return type (consistent with CPU)dotfixsoumith
2016-11-03Add supporting code for CUDA IPCSam Gross
2016-11-02TH_INDEX_BASE for nonzerosoumith
2016-11-01Merge pull request #577 from dbolkensteyn/mathscanSoumith Chintala
2016-11-01CMake: Install generic/THCTensorMathScan.hDinesh Bolkensteyn
2016-11-01Merge pull request #576 from torch/distfixSoumith Chintala
2016-11-01adding multiple types for distdistfixsoumith
2016-11-01adding multiple types for cumsum, cumprodsoumith
2016-11-01Merge pull request #575 from torch/powtraceSoumith Chintala
2016-11-01adding multiple types for pow, trace, diag, tril, triusoumith
2016-11-01Merge pull request #574 from torch/nonzeroSoumith Chintala
2016-11-01implement torch.nonzerosoumith
2016-10-28Merge pull request #573 from gchanan/hdotCuda8Soumith Chintala
2016-10-28Add hdot support for CUDA 8.Gregory Chanan
2016-10-27Merge pull request #572 from gchanan/doubleTensorMulSoumith Chintala
2016-10-27Enable '*' for CudaDoubleTensors.Gregory Chanan
2016-10-26Merge pull request #569 from colesbury/voidSoumith Chintala
2016-10-26Use 'void' for no-arg functionsSam Gross
2016-10-26pushing THCState back to the headerthcstateheadersoumith
2016-10-25Merge pull request #566 from torch/cachedeviceSoumith Chintala