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-05-26lua 5.3 changes and gcc constantsLuke Alonso
2017-05-25Add scatterAddAdam Paszke
2017-05-25Fast transposed copyAdam Lerer
2017-05-12fix uninitialized variable in cmake FindSSE (#1023)Eric Cosatto
2017-05-11Merge pull request #1028 from pavanky/float-math-fixesNicholas Léonard
2017-05-11Ensuring float tensors call float versions of math functionsPavan Yalamanchili
2017-05-10Add keepdim to lua cwrap. (#1025)gchanan
2017-05-09Add a keepdim parameter for reduction functions over a single dimension.Gregory Chanan
2017-05-09Implement lgamma function.ethanluoyc
2017-05-04handle beta=0 for gemv with transposeSoumith Chintala
2017-04-29fix cdiv/div unit tests; fix Mac OS X require ffi bug (#1016)Nicholas Léonard
2017-04-28Add option to disable ppc64le's VSX supportBruno Rosa
2017-04-28implement expand/expandAs in CPU/GPU codeTrevor Killeen
2017-04-27Add THGenerate*Type.h for all types (#1014)Adam Paszke
2017-04-26Update README.mdNicholas Léonard
2017-04-25fix HTML anchors in luaT docNicholas Léonard
2017-04-21Fix typo in tensor.md (#1010)TYLVY
2017-04-21fix typo in TH_APPLY for _dimOffsetalbanD
2017-04-20define abs for short tooMartin Raison
2017-04-12Revert "make it compile on Windows + use ilp64 MKL" (#1002)Soumith Chintala
2017-04-12addr zeroes output buffer when beta=0soumith
2017-04-10Update CmdLine.lua (#1000)Will Frey
2017-04-08Fix remainder and cremainder for integer typesRudy Bunel
2017-04-08Adapts basic operations to new THXVector interfacePedro Porto Buarque de Gusmao
2017-04-07Add TH_INDEX_BASE to nDimension and stride functionsalbanD
2017-04-06btrisolve: Add sz checks, correct B's ordering, support nrhs>1.Brandon Amos
2017-04-05E.g. = for example. "For e.g.," is a typo (#992)Liang Gong
2017-04-05Fix typo and make btrisolve work for doubles on the CPU.Brandon Amos
2017-04-04make it compile on Windows + use ilp64 MKL (#981)Eric Cosatto
2017-04-02Merge pull request #991 from BTNC/winSoumith Chintala
2017-04-02add /arch:AVX /arch:AVX2 explicitly for msvcRui Guo
2017-03-31Merge pull request #990 from gchanan/adds_VSXSoumith Chintala
2017-03-31THVector_(add),(mul) -> (adds),(mul) for VSX.Gregory Chanan
2017-03-26Merge pull request #985 from bamos/masterSoumith Chintala
2017-03-26Update btrisolve argument order.Brandon Amos
2017-03-24Merge pull request #983 from apaszke/masterSoumith Chintala
2017-03-24Make rinfo_ argument optional in btrifactAdam Paszke
2017-03-23adding batch triangular factorization and solves, add IntegerTensor to cwrapZico Kolter
2017-03-22Merge pull request #980 from adamlerer/apply_dim_fixSoumith Chintala
2017-03-22Fix TH_TENSOR_APPLYX_D in the case where the dimension of interest is the inn...Adam Lerer
2017-03-04Merge pull request #964 from torch/ssefixSoumith Chintala
2017-03-04reintroduce USE_AVX* for files which dont have -mavx* setssefixsoumith
2017-03-04Merge pull request #963 from torch/ssefixSoumith Chintala
2017-03-04fix critical bug in adds SSE implementationsoumith
2017-03-04add multiple types tests for add, cadd, mul, cmul, div, cdivsoumith
2017-03-04remove fastmath for everything except simd/convolvesoumith
2017-03-04fix bug introduced in #952soumith
2017-03-03Merge pull request #961 from torch/avxfixSoumith Chintala
2017-03-03set AVX/AVX2 flags only for specific filessoumith
2017-03-03compile AVX and AVX2 intrinsic code in separate files. Cleanup use of USE_AVX...soumith