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-26Move QuantizerStd outside of the 8bitNikolay Bogoychev
2020-03-25merge WiPNikolay Bogoychev
2020-03-17Merge branch 'master' of github.com:kpu/intgemmKenneth Heafield
2020-03-08Change to INTGEMM_COMPILER_SUPPORTS_AVX512BW and update testKenneth Heafield
2020-03-06Fix OpenMP compilation on gcc 7.4.0Kenneth Heafield
2020-03-03Cap unsigned quantized value no good reason?Kenneth Heafield
2020-03-03Use _mm512_mask_cvtusepi32_storeu_epi8Kenneth Heafield
2020-03-03Compiler warningsKenneth Heafield
2020-03-02OpenMP quantizerKenneth Heafield
2020-03-028-bit quantizer takes arbitrarily many argumentsKenneth Heafield
2020-02-18Solve #67: Disambiguate name Integer for dependent typesMateusz Chudyk
2020-02-07Make functions of quantizer classes constMateusz Chudyk
2020-02-05Add PrepareBTransposedMateusz Chudyk
2020-01-20Add standard deviation quantizerNikolay Bogoychev
2020-01-16Add PrepareBQuantizedTransposedMateusz Chudyk
2019-12-03Merge branch 'master' into vnniKenneth Heafield
2019-11-30Remove dead codeKenneth Heafield
2019-11-29First untested crack at AVX512VNNI supportKenneth Heafield
2019-11-28RefactorNikolay Bogoychev
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-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-09Fix indent avx512_gemm.hMateusz Chudyk
2019-07-09Expose it to the frontendNikolay Bogoychev
2019-06-18Make CPUType scoped enumMateusz Chudyk
2019-06-18Change postprocess APIMateusz Chudyk
2019-06-18Add support for postprocess pipelineMateusz Chudyk
2019-06-14Add loadu_ps intrinsicsMateusz Chudyk
2019-06-13Fix avx512f prepareA and testsNikolay Bogoychev
2019-06-11Small test refactoring and non working add127 multiplyNikolay Bogoychev
2019-06-11Prepare A for unsignedNikolay Bogoychev
2019-06-11Initial work on add 127. Bias preprocessing without multiplication by alphaNikolay Bogoychev
2019-05-29Fix warnings: comparison between signed and unsigned...Mateusz Chudyk
2019-05-28Outline quantize functionMateusz 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-17SelectColumnOfB is now #defineNikolay Bogoychev
2019-04-12Mostly workingNikolay Bogoychev
2019-04-11WiPNikolay Bogoychev
2019-02-25Genericize index typeKenneth Heafield