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-11provide install paths through require 'torch.paths'installpathsRonan Collobert
2017-01-10fixing arm64 buildSoumith Chintala
2017-01-06Merge pull request #899 from gchanan/TensorCopyHalfSoumith Chintala
2017-01-05Fix THHalf issues with MSVC.Gregory Chanan
2017-01-05Merge pull request #895 from colesbury/threadArgErrorHandlerSoumith Chintala
2017-01-05Fix condition for threadArgErrorHandlerSam Gross
2017-01-03Merge pull request #892 from temerick/patch-3Soumith Chintala
2017-01-03Update FindARM.cmakeTimothy Emerick
2017-01-02small cmake fixSoumith Chintala
2017-01-01Merge pull request #873 from nkoumchatzky/contiguous-cat-1dSoumith Chintala
2017-01-01Merge branch 'master' into contiguous-cat-1dSoumith Chintala
2017-01-01Merge pull request #890 from torch/halfcleanupSoumith Chintala
2017-01-01Removing TH_GENERIC_USE_HALF, TH_NATIVE_HALF, TH_GENERIC_NO_MATH (replaced wh...soumith
2017-01-01Merge pull request #889 from torch/revert-888-halfgenericSoumith Chintala
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-26Add a different code path for catting contiguous tensors along the first dime...nkoumchatzky
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