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
2019-07-15Add config.h file generated by cmakeMateusz Chudyk
2019-07-09Add UnquantizeAndWrite callbackMateusz Chudyk
2019-07-09Add code infrastructure for support callbacksMateusz Chudyk
2019-06-18Add support for postprocess pipelineMateusz Chudyk
2019-05-30Minor refactoringMateusz Chudyk
2019-05-30Change AlignedVector APIMateusz Chudyk
2019-05-29Fix warnings: comparison between signed and unsigned...Mateusz Chudyk
2019-05-22Remove explicit template where it can be reducedNikolay Bogoychev
2019-05-21Fix template parsingNikolay Bogoychev
2019-04-23Benchmark consecutively different architecturesNikolay Bogoychev
2019-04-18Fix test compilation and CMakeListsNikolay Bogoychev
2019-04-18templateditNikolay Bogoychev
2019-02-25Genericize index typeKenneth Heafield
2018-06-30Benchmark for MaxAbsoluteKenneth Heafield
2018-06-28cmake with avx512 compilation testKenneth Heafield
2018-06-24More thorough benchmarkKenneth Heafield
2018-06-24Don't test off end of file. Print samples.Kenneth Heafield
2018-06-24Don't segfault on CPUs without everythingKenneth Heafield
2018-06-24Rework benchmark to report minimum, mean, and standard deviationkpu
2018-06-24Add tiny benchmarkkpu
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
2018-06-23CPU dispatching supportkpu
2018-06-23Pedantically rename SSE2_8bit to SSSE3_8bitkpu
2018-06-23Use lowercase and _ for file nameskpu