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-25Address commentsNikolay Bogoychev
2020-03-25merge WiPNikolay Bogoychev
2020-03-17Merge branch 'master' of github.com:kpu/intgemmKenneth Heafield
2020-03-06Fix kName for unsupported casesKenneth Heafield
2020-03-03Compiler warningsKenneth Heafield
2020-02-05Add PrepareBTransposed in APIMateusz Chudyk
2020-02-04Adding 16bit PrepareBQuantizedTransposedNikolay Bogoychev
2020-02-03Change order of arguments to PrepareBQuantizedTransposed to match other funct...Kenneth Heafield
2020-01-27Expose PrepareB from quantized and transposed formatKenneth Heafield
2020-01-20Add standard deviation quantizerNikolay Bogoychev
2019-11-29First untested crack at AVX512VNNI supportKenneth Heafield
2019-11-28RefactorNikolay Bogoychev
2019-08-22Merge remote-tracking branch 'origin/master' into add127_fullupcastMateusz Chudyk
2019-08-20Rework PrepareBiasFor8. Tests brokenNikolay Bogoychev
2019-07-09Fix debug build issue: undefined reference to kNameMateusz Chudyk
2019-07-09Expose it to the frontendNikolay Bogoychev
2019-06-18Make CPUType scoped enumMateusz Chudyk
2019-06-03Move definition of static variables to intgemm.ccMateusz Chudyk
2019-05-21Update readme and remove outdated fileNikolay 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-28cmake with avx512 compilation testKenneth Heafield
2018-06-28Untested SelectColumnsB functionKenneth Heafield
2018-06-24Identify CPU type in classkpu
2018-06-24Limit tests/benchmarks to what the CPU can handleKenneth Heafield
2018-06-24Be really pedantic about not compiling SSE2 with SSSE3 instructionsKenneth Heafield
2018-06-24Change to kName using the name of the implementation behind dispatchKenneth Heafield
2018-06-23Name Generic_16bit to Int16, Generic_8bit to Int8Kenneth Heafield
2018-06-23Rename dispatch to intgemm since it's the public interfacekpu