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-03-04reintroduce USE_AVX* for files which dont have -mavx* setssefixsoumith
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
2017-02-23TH_TENSOR_APPLY2 contiguous optimizationjokeren
2017-02-23comment fixjokeren
2017-02-23Fill bug fixjokeren
2017-02-23THTensorApply3 compress counterjokeren
2017-02-23THTensorApply change dims to sizesjokeren
2017-02-23THTensorApply2 counter compressjokeren
2017-02-23THTensorApply reduce memory overheadjokeren
2017-02-23THTensorApply Counter compressjokeren
2017-02-23Add isTransposed judge and enable multithread of fill functionsjokeren
2017-02-23Add AVX copyjokeren
2017-02-23Rebase masterjokeren
2017-02-23Fix AVX2 bugsjokeren
2017-02-23Add fma caddjokeren
2017-02-23Add THVector Filljokeren
2017-02-23optimize THVector add mul divjokeren
2017-02-23Fix THVector cmul AVX bugjokeren
2017-02-23Use THVector cadd AVXjokeren
2017-02-23Add THVector Fill AVXjokeren
2017-02-23Add THVector cadd AVXjokeren
2017-02-23Add THVector AVX cmuljokeren
2017-02-23Add THVector SSE div cdivjokeren
2017-02-23Add SSE addjokeren
2017-02-23Separate SSE and AVXjokeren