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-04-12Revert "make it compile on Windows + use ilp64 MKL (#981)"revert-981-masterSoumith Chintala
2017-04-12Revert "Fix typo and make btrisolve work for doubles on the CPU."Soumith Chintala
2017-04-12Revert "E.g. = for example. "For e.g.," is a typo (#992)"Soumith Chintala
2017-04-12Revert "btrisolve: Add sz checks, correct B's ordering, support nrhs>1."Soumith Chintala
2017-04-12Revert "Add TH_INDEX_BASE to nDimension and stride functions"Soumith Chintala
2017-04-12Revert "Adapts basic operations to new THXVector interface"Soumith Chintala
2017-04-12Revert "Fix remainder and cremainder for integer types"Soumith Chintala
2017-04-12Revert "Update CmdLine.lua (#1000)"Soumith Chintala
2017-04-12Revert "addr zeroes output buffer when beta=0"Soumith Chintala
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
2017-03-03cleanup TH CMakeLists and THGeneral.h of unused flagssoumith
2017-03-03Fix dimension check for cat (#959)Pavan Yalamanchili
2017-03-02make mkl link to threaded version with GCC (#958)ngimel
2017-03-02C99 cleanup broke MSVC (#952)Shiva
2017-03-01Merge pull request #934 from adamlerer/tensor_dim_applySoumith Chintala
2017-02-28add TH_TENSOR_APPLY variants for optimized redux (+refactor)Adam Lerer
2017-02-28address comments and add testsAdam Lerer
2017-02-28Speed up reductions on non-contiguous dimensionsBoris Fomitchev
2017-02-28THVector_(add),(mul),(div) -> (adds),(muls),(divs)simd-optSoumith Chintala
2017-02-24add unit test for fillSoumith Chintala
2017-02-24adding environment flags to disable SIMD codepathsSoumith Chintala
2017-02-23Fix THFree in THTensorApplyjokeren
2017-02-23Use C99 for openmp cleanupjokeren
2017-02-23Add memcpy copyjokeren
2017-02-23comments fixjokeren
2017-02-23THVectorDefault style fixjokeren
2017-02-23Tab style fixjokeren
2017-02-23THTensorApply3 contiguous optimizationsjokeren
2017-02-23THTensorApply2 copy optimizationjokeren