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
2020-01-22typosNikolay Bogoychev
2020-01-22Use posix_memalign on mac, and proper aligned_alloc elsewheremac_supportNikolay Bogoychev
2020-01-22Make aligned_alloc compliant with the specificationsNikolay Bogoychev
2020-01-22Fix CPU detection and aligned alloc on macNikolay Bogoychev
2019-11-28Delete copy constructor and assignment operator in explicit wayMateusz Chudyk
2019-06-21Use AlignedVector in testsMateusz Chudyk
2019-05-30Change AlignedVector APIMateusz Chudyk
2018-06-24Avoid C++11 in aligned.hkpu
2018-06-24Ban copy constructors for AlignedVectorkpu
2018-06-23Simplify aligned documentationkpu
2018-06-23Simplify aligned allocation, reduce C++ versionkpu
2018-06-21Fix headers and AVX512Fkpu
2018-06-20More headerskpu
2018-06-17Reworked benchmarkKenneth Heafield
2018-06-17Refactoring: progress on SSE2Kenneth Heafield