Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-28Fix benchmark_sigmoid_timeadd-postprocess-sigmoidMateusz Chudyk
2019-08-26Really hacky branch to benchark sigmoidsKenneth Heafield
2019-08-26FixesMateusz Chudyk
2019-05-28Add meta exp functionMateusz Chudyk
2019-05-28Add benchmarksMateusz Chudyk
2019-05-28Add candidates for sigmoid postprocess implementationMateusz Chudyk
2019-05-28Merge pull request #8 from kpu/cleaningKenneth Heafield
2019-05-28Outline quantize functionMateusz Chudyk
2019-05-28Remove dead fileMateusz Chudyk
2019-05-28Add setzero_ps intrinsicsMateusz Chudyk
2019-05-28Intrinsics.h should contain only intrinsicsMateusz Chudyk
2019-05-28Add vec_utilsMateusz Chudyk
2019-05-28Merge pull request #6 from mateuszchudyk/add-postprocess-reluKenneth Heafield
2019-05-22Add unquantization to ReLUMateusz Chudyk
2019-05-22Cut off AVX512 if compiler doesn't support itMateusz 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-22Add ReLU postprocessMateusz Chudyk
2019-05-22Remove explicit template where it can be reducedNikolay Bogoychev
2019-05-21Extra layer of abstractionNikolay Bogoychev
2019-05-21Merge pull request #3 from kpu/refactorKenneth Heafield
2019-05-21Merge pull request #4 from mateuszchudyk/fix-cputypeKenneth Heafield
2019-05-21Fix template parsingNikolay Bogoychev
2019-05-21Update readme and remove outdated fileNikolay Bogoychev
2019-05-21Backport Mateusz fixNikolay Bogoychev
2019-05-21Simplify the function pointer magicksNikolay Bogoychev
2019-05-21INTGEMM_ namespace for all definesNikolay Bogoychev
2019-05-21Address some pull request commentsNikolay Bogoychev
2019-05-21Fix CPUType enumMateusz Chudyk
2019-05-20More consistent define naming schemeNikolay Bogoychev
2019-05-02Some fixes for icc. Still doesn't workNikolay Bogoychev
2019-04-23int -> int32_tNikolay Bogoychev
2019-04-23Fix compiling on GCC 5.4 and remove obsolete functionsNikolay Bogoychev
2019-04-23C is only ever a float or IntegerNikolay Bogoychev
2019-04-23Benchmark consecutively different architecturesNikolay Bogoychev
2019-04-23Compile on compilers not knowing about avx512fNikolay Bogoychev
2019-04-23Remove obsolete .cc filesNikolay Bogoychev
2019-04-23Add identity C operation. UntestedNikolay Bogoychev
2019-04-18Properly set INTGEMM_NO_AVX512. Still many errors if compiler doesn't know ab...Nikolay Bogoychev
2019-04-18Look ma, no gcc compiler errorsKenneth Heafield
2019-04-18Be pedantic about member namesKenneth Heafield
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-17Function multi-versioning is broken AF on gccNikolay Bogoychev
2019-04-17Fix avx512 compilationNikolay Bogoychev
2019-04-17Simplify templating a bitNikolay Bogoychev
2019-04-17SelectColumnOfB is now #defineNikolay Bogoychev