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-01-20Remove extra debugging infodebug_add127Nikolay Bogoychev
2020-01-17Merge branch 'master' into debug_add127Nikolay Bogoychev
2020-01-17Update VNNI toleranceNikolay Bogoychev
2020-01-17Remove some comments and enable more testsNikolay 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-15Fix relative paths in downcast_testKenneth Heafield
2019-12-14Reduce instruction requirement for MaxAbsoluteKenneth Heafield
2019-12-14Relative headers eliminate -IKenneth Heafield
2019-12-14Remove unused arch-specific include filesKenneth Heafield
2019-12-14Benchmark program formattingKenneth Heafield
2019-12-14Remove INTGEMM_ from names printedKenneth Heafield
2019-12-14Add AVX512VNNI to benchmark programKenneth Heafield
2019-12-12Make the slowInt only use slowint codepathNikolay Bogoychev
2019-12-12Extra tests and debug for add 127Nikolay Bogoychev
2019-12-10Merge pull request #52 from kpu/simplify-interleave-macroMateusz Chudyk
2019-12-10Simplify INTGEMM_INTERLEAVE macroMateusz Chudyk
2019-12-09Merge pull request #51 from kpu/update-legacy-defineMateusz Chudyk
2019-12-09Update legacy define INTGEMM_NO_AVX512Mateusz Chudyk
2019-12-06Merge pull request #49 from kpu/sequential-callbackMateusz Chudyk
2019-12-04Merge pull request #50 from kpu/tile-infoMateusz Chudyk
2019-12-04Merge pull request #48 from kpu/fix-45Mateusz Chudyk
2019-12-04Add separate struct for tile infoMateusz Chudyk
2019-12-03Merge pull request #47 from kpu/issue-41Mateusz Chudyk
2019-12-03Fix compilation on old GCC and VNNI shifted dispatchNikolay Bogoychev
2019-12-03Merge branch 'vnni' of github.com:kpu/intgemm into vnniKenneth Heafield
2019-12-03Merge branch 'master' into vnniKenneth Heafield
2019-12-03Merge pull request #46 from kpu/vnni_nickKenneth Heafield
2019-12-02Add meta-callback that runs a sequance of other callbacksMateusz Chudyk
2019-12-02More descriptive test namesNikolay Bogoychev
2019-12-02Update test thresholdsNikolay Bogoychev
2019-12-02Fix issue #45Mateusz Chudyk
2019-12-02Add documentation for postprocessing in README.mdMateusz Chudyk
2019-12-02Fix indentation and get timings for VNNI shifted implementationNikolay Bogoychev
2019-12-02VNNI based PrepareBiasFor8Nikolay Bogoychev
2019-12-01Merge branch 'master' into vnni_nickNikolay Bogoychev
2019-12-01Vnni multiply, oldPrepareBiasNikolay Bogoychev
2019-11-30Remove PrepareBias parameters that had to be fixed valuesKenneth Heafield
2019-11-30Remove dead codeKenneth Heafield
2019-11-30Merge branch 'master' into vnniKenneth Heafield
2019-11-29Tests and benchmarks for vnniNikolay Bogoychev
2019-11-29Update README in light of licenseKenneth Heafield
2019-11-29License file from READMEKenneth Heafield
2019-11-29Merge branch 'master' into vnniKenneth Heafield
2019-11-29Indentation in test_mull wasn't consistent.Kenneth Heafield
2019-11-29First untested crack at AVX512VNNI supportKenneth Heafield
2019-11-28Merge pull request #36 from kpu/document_add127Kenneth Heafield
2019-11-28Merge pull request #39 from kpu/aligned-vectorMateusz Chudyk
2019-11-28Delete copy constructor and assignment operator in explicit wayMateusz Chudyk