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-12-20Revert "Add support for cremainder, cfmod"revert-641-cfuncsSoumith Chintala
2016-12-20Merge pull request #641 from killeent/cfuncsSoumith Chintala
2016-12-19Merge pull request #642 from colesbury/declSoumith Chintala
2016-12-19Use 'void' for no-arg functionSam Gross
2016-12-19Add support for cremainder, cfmodTrevor Killeen
2016-12-18avoid shadowing warningssoumith
2016-12-17Merge pull request #640 from torch/revert-639-patch-1Soumith Chintala
2016-12-17Revert "Bugfix of type in THCTensor macro."revert-639-patch-1Soumith Chintala
2016-12-16Merge pull request #639 from popol1991/patch-1Soumith Chintala
2016-12-16Bugfix of type in THCTensor macro.Gao Yingkai
2016-12-16Merge pull request #637 from pavanky/test-fixesSoumith Chintala
2016-12-16Fixing various testsPavan Yalamanchili
2016-12-15 fix wrong export directive for THCCachingHostAllocator (#633)Eric Cosatto
2016-12-14Merge pull request #630 from apaszke/bernoulliSoumith Chintala
2016-12-13Implement bernoulli with element-wise probabilities for all typesAdam Paszke
2016-12-12Merge pull request #628 from killeent/more-documentationSoumith Chintala
2016-12-12TensorInfo related code documentationTrevor Killeen
2016-12-02Merge pull request #619 from colesbury/cached_pinned_memory_fixSoumith Chintala
2016-12-02Process outstanding CUDA events in recordEventSam Gross
2016-12-02Merge pull request #618 from colesbury/cached_pinned_memorySoumith Chintala
2016-12-02Add caching allocator for pinned (host) memorySam Gross
2016-12-01Adds a CUDA "sleep" kernelSam Gross
2016-11-28Merge pull request #614 from BTNC/winSoumith Chintala
2016-11-28use local modified select_compute_arch.cmake for msvcRui Guo
2016-11-26Merge pull request #613 from colesbury/lazySoumith Chintala
2016-11-26Lazily initialize CUDA devicesSam Gross
2016-11-24Merge pull request #611 from torch/revert-610-lazySoumith Chintala
2016-11-24Revert "Lazily initialize CUDA devices"revert-610-lazySoumith Chintala
2016-11-24remove spurious prints in testssoumith
2016-11-24Merge pull request #610 from colesbury/lazySoumith Chintala
2016-11-24Implemented cudaMemGetInfo for caching allocator (#600)Boris Fomitchev
2016-11-23Lazily initialize CUDA devicesSam Gross
2016-11-18Merge pull request #607 from killeent/half-guardSoumith Chintala
2016-11-18guard random functions for halfTrevor Killeen
2016-11-18Merge pull request #605 from gchanan/halfAddrAddmvSoumith Chintala
2016-11-18Add half support for addmv and addr.Gregory Chanan
2016-11-17Merge pull request #604 from killeent/memleakSoumith Chintala
2016-11-17fix memory leak in (equal)Trevor Killeen
2016-11-17Merge pull request #603 from killeent/remainderSoumith Chintala
2016-11-17add support for equal in cutorchTrevor Killeen
2016-11-17Merge pull request #602 from killeent/magmaSoumith Chintala
2016-11-16add support for fmod in cutorchTrevor Killeen
2016-11-16add support for remainder in cutorchTrevor Killeen
2016-11-16[cutorch mag2gen] more cleanupTrevor Killeen
2016-11-16[cutorch mag2gen] some cleanupTrevor Killeen
2016-11-16[cutorch mag2gen] move qr to genericTrevor Killeen
2016-11-16[cutorch mag2gen] move potr* to genericTrevor Killeen
2016-11-16[cutorch mag2gen] move inverse to genericTrevor Killeen
2016-11-16[cutorch mag2gen] move svd to genericTrevor Killeen
2016-11-16[cutorch mag2gen] move eig to genericTrevor Killeen