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-02-07Refactor IntXX APIMateusz Chudyk
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-27Somehow, someway, this is hit on MacOS when requesting explicit avx512vnni 8bit.Nikolay Bogoychev
2020-01-24Rename function for easier templatingNikolay Bogoychev
2020-01-23Fix Int8Shift callsNikolay Bogoychev
2020-01-22Fix CPU detection and aligned alloc on macNikolay Bogoychev
2020-01-08AVX512BW detection for older gccKenneth Heafield
2019-12-20D'oh I had an if inverted and broke non-iccKenneth Heafield
2019-12-19Workarounds for icc, still need operator() to changeKenneth Heafield
2019-12-04Add separate struct for tile infoMateusz Chudyk
2019-12-03Fix compilation on old GCC and VNNI shifted dispatchNikolay Bogoychev
2019-12-03Merge branch 'master' into vnniKenneth Heafield
2019-11-30Remove PrepareBias parameters that had to be fixed valuesKenneth Heafield
2019-11-30Remove dead codeKenneth Heafield
2019-11-29First untested crack at AVX512VNNI supportKenneth Heafield
2019-11-28RefactorNikolay Bogoychev
2019-11-28Add add127 documentationNikolay 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-19Correctly expose the multiplyNikolay Bogoychev
2019-07-15Add config.h file generated by cmakeMateusz Chudyk
2019-07-09Add code infrastructure for support callbacksMateusz Chudyk
2019-07-09Expose it to the frontendNikolay Bogoychev
2019-06-18Add support for postprocess pipelineMateusz Chudyk
2019-06-03Move definition of static variables to intgemm.ccMateusz Chudyk
2019-05-21Extra layer of abstractionNikolay Bogoychev
2019-05-21Simplify the function pointer magicksNikolay Bogoychev
2019-05-21INTGEMM_ namespace for all definesNikolay Bogoychev
2019-04-23Compile on compilers not knowing about avx512fNikolay Bogoychev
2019-04-18Fix test compilation and CMakeListsNikolay Bogoychev
2019-04-18templateditNikolay Bogoychev
2019-04-18Restore some tests and make example workNikolay Bogoychev
2019-04-17Do into classesNikolay Bogoychev
2019-04-11WiPNikolay Bogoychev
2019-02-25Genericize index typeKenneth Heafield
2019-02-25overrideKenneth Heafield
2018-06-30Change column selection to std::size_t.Kenneth Heafield
2018-06-30Fix maximum absolute valueKenneth Heafield
2018-06-29max absolute valueKenneth Heafield
2018-06-28Untested SelectColumnsB functionKenneth Heafield
2018-06-24Move kCPU to cpu_type.hkpu
2018-06-24Identify CPU type in classkpu
2018-06-24Limit tests/benchmarks to what the CPU can handleKenneth 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