Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-03Merge branch 'master' into youki/win-jit-debug-int8Young Jin Kim
2019-10-18Change AVX2 compile check to runtime checkYoung Jin Kim
2019-09-25Merge remote-tracking branch 'upstream/master' into youki/win-jit-debug-int8Young Jin Kim
2019-09-25Fix jit code (AVX512) on windowsYoung Jin Kim
2019-09-25JIT code working on windows (AVX512)Young Jin Kim
2019-09-14(fixed an error message)Frank Seide
2019-09-14fixed a build error for non-AVX2 buildsFrank Seide
2019-09-13add missing instantiation for float bias for gconv (#127)Daya Khudia
2019-09-11ReQuantization with FP32 biasDaya Khudia
2019-09-03disable clang formatting in a few array definitions (#121)Jongsoo Park
2019-08-29int8 specialization for AVX2 Quantize routine (#120)James Reed
2019-08-01adding a constructor for PackBMatrix with pre-packed dataYoung Jin Kim
2019-04-19make sure cpuinfo_initialize called before fbgemmHasAvx2/512Support (#94)Jongsoo Park
2019-03-13optimize requantize for float out processing (#85)Jongsoo Park
2019-02-13group conv optimized for 16 channels per group (#68)Jongsoo Park
2019-02-02gconv optimized for 8 channels per group (#65)Jongsoo Park
2019-02-01specialized requantization for gconv (#61)Jongsoo Park
2019-01-31optimize requantization remainder (#64)Jongsoo Park
2018-12-06avx2 intrinsic separation from OutputProcessing-inl.h (#38)Daya S Khudia
2018-12-05clean up PackAWithQuantRowOffset from avx2 intrinsics (#36)Daya S Khudia
2018-12-05avx2 specific code in a separate file for QuantUtils (#29)Daya S Khudia