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-02-06Straighten functions producing test references valuesMateusz Chudyk
2020-02-06Merge pull request #64 from kpu/quick-fixMateusz Chudyk
2020-02-06Quick fix of PrepareBQuantizedTransposed testMateusz Chudyk
2020-02-06Merge pull request #56 from kpu/prepare-b-transposedMateusz Chudyk
2020-02-05Merge pull request #63 from kpu/static-loopMateusz Chudyk
2020-02-05Fix commentMateusz Chudyk
2020-02-05Add static loop which is unrolled in compile-timeMateusz Chudyk
2020-02-05Update PrepareB[Quantized]Transposed testsMateusz Chudyk
2020-02-05Add PrepareBTransposed in APIMateusz Chudyk
2020-02-05Change order of size args in PrepareBTransposedMateusz Chudyk
2020-02-05Add PrepareBTransposedMateusz Chudyk
2020-02-04Adding 16bit PrepareBQuantizedTransposedNikolay Bogoychev
2020-02-03Change order of arguments to PrepareBQuantizedTransposed to match other funct...Kenneth Heafield
2020-02-03Merge branch 'master' of github.com:kpu/intgemmKenneth Heafield
2020-02-03Revert "Fix syntax error in catch.hpp". This was breaking gcc 9.2.0 and gcc ...Kenneth Heafield
2020-02-03Revert "Fix syntax error in catch.hpp". Doesn't compile on g++ (Gentoo 9.2.0...Kenneth Heafield
2020-01-31Merge pull request #60 from kpu/fix-syntax-errorMateusz Chudyk
2020-01-31Fix syntax error in catch.hppMateusz Chudyk
2020-01-27Merge pull request #58 from kpuatamazon/masterKenneth Heafield
2020-01-27Expose PrepareB from quantized and transposed formatKenneth Heafield
2020-01-27Add an option to not compile testsNikolay Bogoychev
2020-01-27Somehow, someway, this is hit on MacOS when requesting explicit avx512vnni 8bit.Nikolay Bogoychev
2020-01-24Rename function for easier templatingNikolay Bogoychev
2020-01-23Fix Int8Shift callsNikolay Bogoychev
2020-01-22Merge branch 'mac_support'Nikolay Bogoychev
2020-01-22typosNikolay 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-22Make aligned_alloc compliant with the specificationsNikolay Bogoychev
2020-01-22Fix CPU detection and aligned alloc on macNikolay Bogoychev
2020-01-21Merge pull request #55 from kpu/debug_add127Kenneth Heafield
2020-01-21Use for each in the testNikolay Bogoychev
2020-01-20Get the code to compile on mac with Xcode provided clang. Still doesn't run d...Nikolay Bogoychev
2020-01-20Remove extra debugging infodebug_add127Nikolay Bogoychev
2020-01-20Add standard deviation quantizerNikolay Bogoychev
2020-01-17Merge branch 'master' into debug_add127Nikolay Bogoychev
2020-01-17Update VNNI toleranceNikolay Bogoychev
2020-01-17Remove some comments and enable more testsNikolay Bogoychev
2020-01-16Add PrepareBQuantizedTransposedMateusz Chudyk
2020-01-10Add vector_t for SSSE3Mateusz Chudyk
2020-01-08AVX512BW detection for older gccKenneth Heafield
2019-12-20D'oh I had an if inverted and broke non-iccKenneth Heafield
2019-12-19Workarounds for icc, still need operator() to changeKenneth Heafield
2019-12-15Fix relative paths in downcast_testKenneth Heafield
2019-12-14Reduce instruction requirement for MaxAbsoluteKenneth Heafield
2019-12-14Relative headers eliminate -IKenneth Heafield
2019-12-14Remove unused arch-specific include filesKenneth Heafield
2019-12-14Benchmark program formattingKenneth Heafield
2019-12-14Remove INTGEMM_ from names printedKenneth Heafield
2019-12-14Add AVX512VNNI to benchmark programKenneth Heafield