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-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-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-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
2018-06-30Change column selection to std::size_t.Kenneth Heafield
2018-06-29max absolute valueKenneth Heafield
2018-06-28Untested SelectColumnsB functionKenneth Heafield
2018-06-24Identify CPU type in classkpu
2018-06-24Change to kName using the name of the implementation behind dispatchKenneth Heafield
2018-06-23Documentationkpu
2018-06-23CPU dispatching supportkpu
2018-06-22AVX512 8-bit PrepareB workingkpu
2018-06-14AVX2 versionKenneth Heafield