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-02-23fix AVX2 detection bugsavx2detectSoumith Chintala
2017-02-23Merge pull request #933 from twitter-forks/bitopsNicholas LĂ©onard
2017-02-23Adding test for bitxorPavan Yalamanchili
2017-02-10Fixes to support short and char tensors for bitwise operationsPavan Yalamanchili
2017-02-10Adding documentation for bitwise operationsPavan Yalamanchili
2017-02-10Adding bitand, bitor and bitxorPavan Yalamanchili
2017-02-10Changes to shift operationsPavan Yalamanchili
2017-02-10Avoiding duplicated unsigned as it causes error on gcc.Conrado Miranda
2017-02-10Added shift operations.Conrado Miranda
2017-02-09Merge pull request #926 from colesbury/viewSoumith Chintala
2017-02-09Merge pull request #929 from colesbury/unsqueezeSoumith Chintala
2017-02-09Merge pull request #930 from colesbury/resizeSoumith Chintala
2017-02-08Add unsqueeze1d to THSam Gross
2017-02-08Expose rawSet and rawResize as resizeNd and setStorageNdSam Gross
2017-02-07Add code for 'view' to THSam Gross
2017-02-04half<->float conversion cleanup (#901)Boris Fomitchev
2017-02-02Merge pull request #922 from cliffwoolley/patch-1Soumith Chintala
2017-02-01Update THHalf.cCliff Woolley
2017-02-01Remove erroneous proprietary license headerCliff Woolley
2017-01-30Merge pull request #921 from apaszke/cat_fixSoumith Chintala
2017-01-30Add Ubuntu 16.04 lib paths in CMakeAdam Paszke
2017-01-29Fix bug in cat (non-contiguous first input)Adam Paszke
2017-01-24Merge pull request #915 from pavanky/convertSoumith Chintala
2017-01-18Adding macros to convert between real and accrealPavan Yalamanchili
2017-01-18Remove redundant code in THGenerateAllTypes.hPavan Yalamanchili
2017-01-14Merge pull request #911 from gchanan/convWarningSoumith Chintala
2017-01-14Avoid strict aliasing warning in float/half conversions.Gregory Chanan
2017-01-11Merge pull request #908 from CDLuminate/really-fix-arm64-buildSoumith Chintala
2017-01-11simd.h: really fix the arm64 (i.e. Aarch64) buildZhou Mo
2017-01-11Merge pull request #906 from torch/installpathsRonan Collobert
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