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-06-18Remove dead codeMateusz Chudyk
2019-06-18Change postprocess APIMateusz Chudyk
2019-06-18Add support for postprocess pipelineMateusz Chudyk
2019-05-29Fix warnings: comparison between signed and unsigned...Mateusz Chudyk
2019-05-28Intrinsics.h should contain only intrinsicsMateusz Chudyk
2019-05-21INTGEMM_ namespace for all definesNikolay Bogoychev
2019-05-20More consistent define naming schemeNikolay Bogoychev
2019-04-23Fix compiling on GCC 5.4 and remove obsolete functionsNikolay Bogoychev
2019-04-18Look ma, no gcc compiler errorsKenneth Heafield
2019-04-18Fix test compilation and CMakeListsNikolay Bogoychev
2019-04-18templateditNikolay Bogoychev
2019-04-17Fix avx512 compilationNikolay Bogoychev
2019-04-17Simplify templating a bitNikolay Bogoychev
2019-04-17WriteC for 8bitNikolay Bogoychev
2019-04-12Mostly workingNikolay Bogoychev
2019-04-12Fix compiler errors due to ifdef. Now more templates need to be macros, sadly.Kenneth Heafield
2019-04-11WiPNikolay Bogoychev
2019-04-05WiPNikolay Bogoychev
2019-03-15Get rid of underscoresNikolay Bogoychev
2019-03-15Change tuple to structKenneth Heafield
2019-03-15First attempt at decouplingNikolay Bogoychev
2019-03-13Separate part of the common outputNikolay Bogoychev
2019-02-25Genericize index typeKenneth Heafield
2018-06-30Fix maximum absolute valueKenneth Heafield
2018-06-29max absolute valueKenneth Heafield
2018-06-28Liberally apply static to inline functionsKenneth Heafield
2018-06-28Delete commented C version since there is now a C versionKenneth Heafield
2018-06-28Untested SelectColumnsB functionKenneth Heafield
2018-06-26Should fix SSSE3 illegal instruction?Kenneth Heafield
2018-06-26Extract inner loop from multiplyKenneth Heafield
2018-06-26Oops had the wrong width of sign instructionKenneth Heafield
2018-06-26Merge branch 'master' of github.com:kpu/intgemmKenneth Heafield
2018-06-26Sadly the 8-bit is not SSSE3, but AVX due to VEXKenneth Heafield
2018-06-268-bit initialize first roundkpu
2018-06-2416-bit initialize sum instead of zeroingkpu
2018-06-23inline the template multiply functionskpu
2018-06-23AVX512 8-bitkpu
2018-06-23AVX512 16-bit multiplykpu
2018-06-21Fix headers and AVX512Fkpu
2018-06-19Extract common SSE2 and AVX2 GEMMKenneth Heafield