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
2020-03-28Merge branch 'master' into staticKenneth Heafield
2020-03-17Merge branch 'master' of github.com:kpu/intgemmKenneth Heafield
2020-03-08Merge branch 'master' into staticKenneth Heafield
2020-03-08Change to INTGEMM_COMPILER_SUPPORTS_AVX512BW and update testKenneth Heafield
2020-03-08Static multiply loopsKenneth Heafield
2020-03-05Change to option for OpenMPKenneth Heafield
2020-03-03Compiler warningsKenneth Heafield
2020-03-02OpenMP quantizerKenneth Heafield
2020-02-05Add PrepareBTransposedMateusz Chudyk
2020-01-27Add an option to not compile testsNikolay Bogoychev
2020-01-22Merge branch 'mac_support'Nikolay Bogoychev
2020-01-22Use posix_memalign on mac, and proper aligned_alloc elsewheremac_supportNikolay Bogoychev
2020-01-22Merge pull request #57 from kpu/mac_supportKenneth Heafield
2020-01-20Get the code to compile on mac with Xcode provided clang. Still doesn't run d...Nikolay Bogoychev
2020-01-16Add PrepareBQuantizedTransposedMateusz Chudyk
2019-12-14Relative headers eliminate -IKenneth Heafield
2019-12-03Fix compilation on old GCC and VNNI shifted dispatchNikolay Bogoychev
2019-11-29First untested crack at AVX512VNNI supportKenneth Heafield
2019-08-23Rename config fileMateusz Chudyk
2019-08-22Merge remote-tracking branch 'origin/master' into add127_fullupcastMateusz Chudyk
2019-08-02Add multiply_sat kernel (int8/int16)Mateusz Chudyk
2019-08-02Add bitwise_not kernelMateusz Chudyk
2019-08-02Add rescale kernel (int32 x float)Mateusz Chudyk
2019-07-24Add upcast kernelsMateusz Chudyk
2019-07-23Add downcast kernelsMateusz Chudyk
2019-07-22Add multiply (elemwise) kernelMateusz Chudyk
2019-07-19Add vec_traits for int8 and int16Mateusz Chudyk
2019-07-15Use CMAKE_CURRENT_XXX_DIR instead of CMAKE_XXX_DIRMateusz Chudyk
2019-07-15Add config.h file generated by cmakeMateusz Chudyk
2019-07-12Add Highway kernel (float/double)Mateusz Chudyk
2019-07-09Add Tanh kernelMateusz Chudyk
2019-07-09Add Sigmoid kernelMateusz Chudyk
2019-07-09Add ReLU kernelMateusz Chudyk
2019-07-09Add tests for kernelsMateusz Chudyk
2019-07-09Add code infrastructure for support callbacksMateusz Chudyk
2019-06-25Move common test code to separate fileMateusz Chudyk
2019-06-25Add unit tests for utils.hMateusz Chudyk
2019-06-25Add unit test for UnquantizeMateusz Chudyk
2019-06-25Move postprocess tests to subdirMateusz Chudyk
2019-06-25Add unit test for AddBias postprocessMateusz Chudyk
2019-06-21Add Tanh postprocessingMateusz Chudyk
2019-06-21Add Sigmoid postprocessing for AVX2Mateusz Chudyk
2019-06-18Add support for postprocess pipelineMateusz Chudyk
2019-06-18Add a benchmark for int8Nikolay Bogoychev
2019-06-11Small test refactoring and non working add127 multiplyNikolay Bogoychev
2019-06-11Initial work on add 127. Bias preprocessing without multiplication by alphaNikolay Bogoychev
2019-06-05Fix issue #14: missing intgemm.cc in cmakeMateusz Chudyk
2019-05-29Minor ReLU refactoringMateusz Chudyk
2019-05-22Add unit testMateusz Chudyk
2019-04-18Properly set INTGEMM_NO_AVX512. Still many errors if compiler doesn't know ab...Nikolay Bogoychev