Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-01Revert "TH_GENERIC_USE_HALF=1 by default, half enabled by default"revert-888-halfgenericSoumith Chintala
2017-01-01Merge pull request #888 from torch/halfgenericSoumith Chintala
2017-01-01TH_GENERIC_USE_HALF=1 by default, half enabled by defaulthalfgenericsoumith
2016-12-31cmake C flags fixSoumith Chintala
2016-12-31adding TH_SO_VERSION optionSoumith Chintala
2016-12-31Merge pull request #886 from torch/simdcpuidfixSoumith Chintala
2016-12-31use __get_cpuid when availableSoumith Chintala
2016-12-30Merge pull request #875 from atkayu/add_histc2Soumith Chintala
2016-12-29Merge pull request #882 from amrobbins/ppcvectorinstxnsSoumith Chintala
2016-12-29Add support for torch.HalfTensor (#874)gchanan
2016-12-29Add support for VSX vector instructions on PPCAndrew Robbins
2016-12-28fixed the writing error in math docatkayu
2016-12-28rename histc2 to bhistcatkayu
2016-12-22add a new function histc2atkayu
2016-12-20Merge pull request #872 from pavanky/modfixSoumith Chintala
2016-12-20correctness fixes for mod and remainder for integer type tensors.Pavan Yalamanchili
2016-12-15fix bounds issue in snprintfsoumith
2016-12-14removing ifdefsoumith
2016-12-14small fixes to allocatorsoumith
2016-12-14Merge pull request #868 from vfonov/fix_armSoumith Chintala
2016-12-14Fixed compilation on Raspberry PI without NEONVladimir S. FONOV
2016-11-28Merge pull request #851 from BTNC/winSoumith Chintala
2016-11-28changes to compile with msvcRui Guo
2016-11-22Merge pull request #845 from killeent/apply-documentationSoumith Chintala
2016-11-22Add some documentation for APPLY and DIM_APPLY macrosTrevor Killeen
2016-11-15make the tolerance higher for logNormal testSoumith Chintala
2016-11-15Merge pull request #839 from Atcold/fix_ASIMDSoumith Chintala
2016-11-15Fix compilation for ASIMDAlfredo Canziani
2016-11-14[PATCH] Improve potrf error message. (#189)Brandon Amos
2016-11-11Update random.mdSoumith Chintala
2016-11-11Merge pull request #834 from killeent/lognormal-fixSoumith Chintala
2016-11-11Fix implementation of logNormalTrevor Killeen
2016-11-03Merge pull request #828 from apaszke/lapackSoumith Chintala
2016-11-02Add more size checks and improve some LAPACK error messagesAdam Paszke
2016-11-02Merge pull request #827 from howard0su/freebsdSoumith Chintala
2016-11-02Fix compile error on freebsdHoward Su
2016-10-27Merge pull request #820 from jdmartin86/patch-1Soumith Chintala
2016-10-27Updated maskedCopy example #1John Martin
2016-10-27Update .travis.ymlSoumith Chintala
2016-10-26Merge pull request #819 from colesbury/voidSoumith Chintala
2016-10-26Fix no-arg function prototypesSam Gross
2016-10-26Merge pull request #817 from torch/fixmmapSoumith Chintala
2016-10-26fix bug in mmapingfixmmapsoumith
2016-10-24Merge pull request #812 from howard0su/masterSoumith Chintala
2016-10-24Fix the reference so that trepl can find the right documentHoward Su
2016-10-17Merge pull request #800 from colesbury/openmpSoumith Chintala
2016-10-17Expose OpenMP num threads through TH libSam Gross
2016-10-13Merge pull request #797 from BTNC/winSoumith Chintala
2016-10-13change timeSort test to work on windowsRui Guo
2016-10-13Merge pull request #796 from howard0su/masterSoumith Chintala