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-08Revert "Use std::swap instead of custom Swap function"Kenneth Heafield
2019-07-03Missing std::swapKenneth Heafield
2019-06-18Use std::swap instead of custom Swap functionMateusz Chudyk
2019-06-14Move setzero_si from interleave.h to intrinsics.hMateusz Chudyk
2019-05-29Fix warnings: comparison between signed and unsigned...Mateusz 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-17Fix avx512 compilationNikolay Bogoychev
2019-04-17SelectColumnOfB is now #defineNikolay 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-05WiPNikolay Bogoychev
2019-02-25Genericize index typeKenneth Heafield
2018-07-01Fix assertion spellingKenneth Heafield
2018-07-01Be more assertive about size of BKenneth Heafield
2018-06-30Change column selection to std::size_t.Kenneth Heafield
2018-06-28Liberally apply static to inline functionsKenneth Heafield
2018-06-28Untested SelectColumnsB functionKenneth Heafield
2018-06-21Fix headers and AVX512Fkpu
2018-06-20Extract common int16_t PrepareBKenneth Heafield
2018-06-18Extracting some AVX2 to genericKenneth Heafield
2018-06-18Use 16-bit transpose for PrepareBKenneth Heafield
2018-06-17Refactor quantize multipler to memberKenneth Heafield
2018-06-17Genericize the prepareb codeKenneth Heafield
2018-06-17Fix transposeKenneth Heafield
2018-06-17Refactoring: progress on SSE2Kenneth Heafield
2018-06-17Elide inline functionKenneth Heafield