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-08Change to INTGEMM_COMPILER_SUPPORTS_AVX512BW and update testKenneth Heafield
2020-03-03Compiler warningsKenneth Heafield
2020-02-24MaxAbsolute with arbitrary many argumentsKenneth Heafield
2020-02-06Straighten helper functions used in testsMateusz Chudyk
2020-02-06Straighten functions producing test references valuesMateusz Chudyk
2019-12-14Relative headers eliminate -IKenneth Heafield
2019-12-06Merge pull request #49 from kpu/sequential-callbackMateusz Chudyk
2019-12-03Fix compilation on old GCC and VNNI shifted dispatchNikolay Bogoychev
2019-12-02Add meta-callback that runs a sequance of other callbacksMateusz Chudyk
2019-12-02Update test thresholdsNikolay Bogoychev
2019-11-29Tests and benchmarks for vnniNikolay Bogoychev
2019-08-22Merge remote-tracking branch 'origin/master' into add127_fullupcastMateusz Chudyk
2019-07-15Add config.h file generated by cmakeMateusz Chudyk
2019-07-09Add UnquantizeAndAddBiasAndWrite callbackMateusz Chudyk
2019-07-09Add UnquantizeAndWrite callbackMateusz Chudyk
2019-07-09Add code infrastructure for support callbacksMateusz Chudyk
2019-06-25Move common test code to separate fileMateusz Chudyk
2019-06-21Use AlignedVector in testsMateusz Chudyk
2019-06-18Make CPUType scoped enumMateusz Chudyk
2019-06-18Change postprocess APIMateusz Chudyk
2019-06-18Add support for postprocess pipelineMateusz Chudyk
2019-06-11Small test refactoring and non working add127 multiplyNikolay Bogoychev
2019-05-30Minor refactoringMateusz Chudyk
2019-05-30Change AlignedVector APIMateusz Chudyk
2019-05-29Simplify testsNikolay Bogoychev
2019-05-29merge with masterNikolay Bogoychev
2019-05-29Fix warnings: comparison between signed and unsigned...Mateusz Chudyk
2019-05-23Add a bias a termNikolay Bogoychev
2019-05-22Remove explicit template where it can be reducedNikolay Bogoychev
2019-05-21INTGEMM_ namespace for all definesNikolay Bogoychev
2019-05-21Address some pull request commentsNikolay 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-11WiPNikolay Bogoychev
2019-03-24Tolerance bump for AVX512Kenneth Heafield
2019-03-24Switch to C++11 random generation within testsKenneth Heafield
2019-03-24Remove weirdness with minimum errorKenneth Heafield
2019-03-24Merge branch 'master' into tests_v2Kenneth Heafield
2019-03-22Make AVX512 tests passNikolay Bogoychev
2019-03-22Add CTests integration so we can do make && make test now. Also fix a Catch2 ...Nikolay Bogoychev
2019-03-22Remove outdated comments and by more consistent in the test namesNikolay Bogoychev
2019-03-20remove outdated codeNikolay Bogoychev
2019-03-20reworked testsNikolay Bogoychev