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
path: root/test
AgeCommit message (Expand)Author
2019-06-21Add Tanh postprocessingMateusz Chudyk
2019-06-21Add Sigmoid postprocessing for AVX2Mateusz Chudyk
2019-06-18Make CPUType scoped enumMateusz Chudyk
2019-06-18Add support for running inited pipeline on whole bufferMateusz Chudyk
2019-06-18Change postprocess APIMateusz Chudyk
2019-06-18Add support for postprocess pipelineMateusz Chudyk
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-29Merge with masterNikolay Bogoychev
2019-05-28Merge pull request #6 from mateuszchudyk/add-postprocess-reluKenneth Heafield
2019-05-23Add a bias a termNikolay Bogoychev
2019-05-22Add unquantization to ReLUMateusz Chudyk
2019-05-22Change indents from 4 spaces to 2 spacesMateusz Chudyk
2019-05-22Check in every test if the CPU supports particular vector extensionMateusz Chudyk
2019-05-22Add unit testMateusz Chudyk
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