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-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
2017-02-23Remove THTensorMathSIMD THTensorMathDispatchjokeren
2017-02-23Add THVector div cdivjokeren
2017-02-23Remove THVector diffjokeren
2017-02-23Merge THVector mul AVXjokeren
2017-02-23Remove THVector scalejokeren
2017-02-23Merge THVector muljokeren
2017-02-23Merge THVector cmuljokeren
2017-02-23Change THVector mul to cmuljokeren
2017-02-23Merge THVector addjokeren
2017-02-23Change THVector add to cadd and fix NEONjokeren
2017-02-23Add multi-thread addjokeren
2017-02-23Fix THTensorMath.c stylejokeren
2017-02-23Add Dispaches for div and muljokeren
2017-02-23Add AVX single float and double float addjokeren
2017-02-23Add THTensorMathSIMD.cjokeren
2017-02-23Fix compilation for simd tensor addjokeren