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

github.com/marian-nmt/intgemm/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-19Add vec_traits for int8 and int16Mateusz Chudyk
2019-07-15Add config.h file generated by cmakeMateusz Chudyk
2019-07-12Add Highway kernel (float/double)Mateusz Chudyk
2019-07-09Add ReLU kernelMateusz Chudyk
2019-07-03Add ReLU postprocessing for int16 (SSE2, AVX2, AVX512)Mateusz Chudyk
2019-07-03Add ReLU postprocessing for int8 (SSE2, AVX2, AVX512)Mateusz Chudyk
2019-07-03Fix: 'scale' parameter of i32gather_ps has to be compile-time constantMateusz Chudyk
2019-06-21Add Tanh postprocessingMateusz Chudyk
2019-06-21Add vector version of approximation e^x (using Taylor series)Mateusz Chudyk
2019-06-14Add loadu_ps intrinsicsMateusz Chudyk
2019-06-14Move setzero_si from interleave.h to intrinsics.hMateusz Chudyk
2019-05-29Merge with masterNikolay Bogoychev
2019-05-28Outline quantize functionMateusz Chudyk
2019-05-28Add setzero_ps intrinsicsMateusz Chudyk
2019-05-28Intrinsics.h should contain only intrinsicsMateusz Chudyk
2019-05-23Add a bias a termNikolay Bogoychev
2019-05-22Add unquantization to ReLUMateusz Chudyk
2019-05-22Add ReLU postprocessMateusz Chudyk
2019-05-21INTGEMM_ namespace for all definesNikolay Bogoychev
2019-04-17Fix avx512 compilationNikolay Bogoychev
2019-04-11WiPNikolay Bogoychev
2019-04-05WiPNikolay Bogoychev