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
2020-03-02OpenMP quantizerKenneth Heafield
2020-03-028-bit quantizer takes arbitrarily many argumentsKenneth Heafield
2020-02-24MaxAbsolute with arbitrary many argumentsKenneth Heafield
2020-02-18Solve #67: Disambiguate name Integer for dependent typesMateusz Chudyk
2020-02-07Remove unused commented codeMateusz Chudyk
2020-01-24Rename function for easier templatingNikolay Bogoychev
2019-12-14Reduce instruction requirement for MaxAbsoluteKenneth Heafield
2019-11-30Remove PrepareBias parameters that had to be fixed valuesKenneth Heafield
2019-11-28RefactorNikolay Bogoychev
2019-08-30Hot-fix, callback wasn't passed by reference to RunCallbackMateusz Chudyk
2019-08-23Rename config fileMateusz Chudyk
2019-08-22Merge remote-tracking branch 'origin/master' into add127_fullupcastMateusz Chudyk
2019-08-20Rework PrepareBiasFor8. Tests brokenNikolay Bogoychev
2019-07-15Add config.h file generated by cmakeMateusz Chudyk
2019-07-12Call callback two times if CPU type is SSE2Mateusz Chudyk
2019-07-11Add struct describing partial result of multiplicationMateusz Chudyk
2019-07-10Change template parameter order in CallbackImplMateusz Chudyk
2019-07-09Add kernels codeMateusz Chudyk
2019-07-09Add code infrastructure for support callbacksMateusz Chudyk
2019-07-09Add simple vector traitsMateusz Chudyk
2019-06-18Remove dead codeMateusz Chudyk
2019-06-18Change postprocess APIMateusz Chudyk
2019-06-18Add support for postprocess pipelineMateusz Chudyk
2019-06-18Full upcast to 32 after each operation and updated testsNikolay Bogoychev
2019-06-12Fix multiplicationNikolay Bogoychev
2019-06-11Small test refactoring and non working add127 multiplyNikolay Bogoychev
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