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-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-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
2019-04-18Fix test compilation and CMakeListsNikolay Bogoychev
2019-04-11WiPNikolay Bogoychev
2019-03-22Add CTests integration so we can do make && make test now. Also fix a Catch2 ...Nikolay Bogoychev
2019-03-20Update paths for workaroundNikolay Bogoychev
2019-03-20reworked testsNikolay Bogoychev
2018-06-30Release by default, enable c++11Kenneth Heafield
2018-06-28cmake with avx512 compilation testKenneth Heafield