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-04-23Benchmark consecutively different architecturesbenchmark_refactorNikolay Bogoychev
2019-03-24Tolerance bump for AVX512Kenneth Heafield
2019-03-24Merge pull request #2 from kpu/tests_v2Kenneth 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-21Test for SelectColumnsB was not a multiple of block size for AVX512Kenneth Heafield
2019-03-20Update paths for workaroundNikolay Bogoychev
2019-03-20remove outdated codeNikolay Bogoychev
2019-03-20reworked testsNikolay Bogoychev
2019-03-15Get rid of underscoresNikolay Bogoychev
2019-03-15Change tuple to structKenneth Heafield
2019-03-15First attempt at decouplingNikolay Bogoychev
2019-03-13Separate part of the common outputNikolay Bogoychev
2019-02-25Genericize index typeKenneth Heafield
2019-02-25overrideKenneth Heafield
2018-07-03Merge branch 'master' of github.com:kpu/intgemmKenneth Heafield
2018-07-03static inlineKenneth Heafield
2018-07-02Merge branch 'master' of github.com:kpu/int16multiplyKenneth Heafield
2018-07-02cmake-friendly gitignoreKenneth Heafield
2018-07-01Fix assertion spellingKenneth Heafield
2018-07-01Merge branch 'master' of github.com:kpu/intgemmKenneth Heafield
2018-07-01Be more assertive about size of BKenneth Heafield
2018-07-01More thorough column selection testKenneth Heafield
2018-06-30Change column selection to std::size_t.Kenneth Heafield
2018-06-30Test for column selectionKenneth Heafield
2018-06-30Release by default, enable c++11Kenneth Heafield
2018-06-30Benchmark for MaxAbsoluteKenneth Heafield
2018-06-30Fix maximum absolute valueKenneth Heafield
2018-06-29max absolute valueKenneth Heafield
2018-06-28Liberally apply static to inline functionsKenneth Heafield
2018-06-28cmake with avx512 compilation testKenneth Heafield
2018-06-28Remove compile guards. We should probably just not be compiling theKenneth Heafield
2018-06-28Delete commented C version since there is now a C versionKenneth Heafield
2018-06-28Untested SelectColumnsB functionKenneth Heafield
2018-06-27Merge branch 'master' of github.com:kpu/intgemmKenneth Heafield
2018-06-27Tabs vs spacesKenneth Heafield
2018-06-26std::uint64_t vs uint64_t messKenneth Heafield
2018-06-26Merge branch 'master' of github.com:kpu/intgemmKenneth Heafield
2018-06-26Should fix SSSE3 illegal instruction?Kenneth Heafield
2018-06-26Write test MSE to stdoutKenneth Heafield
2018-06-26Intel recommended timing asmKenneth Heafield
2018-06-26Fix dependencies in MakefileKenneth Heafield
2018-06-26Extract inner loop from multiplyKenneth Heafield
2018-06-26Oops had the wrong width of sign instructionKenneth Heafield
2018-06-26Merge branch 'master' of github.com:kpu/intgemmKenneth Heafield
2018-06-26Sadly the 8-bit is not SSSE3, but AVX due to VEXKenneth Heafield