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
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2022-02-16 19:36:05 +0300
committerKenneth Heafield <github@kheafield.com>2022-02-16 19:36:05 +0300
commitbaa6bdf18ff0ee649977c40dd2e9fe8e10c550ef (patch)
treedc38c1d0596ecf7a67d3dd80b649cef06553a1e8
parent6d2882d93c9d671a6f156d260561665058c1bd0d (diff)
Readme Typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b8388dc..05ac8c3 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ The last argument of `Multiply` is a callback which is usually used to performs
- in [callbacks/implementations.inl](callbacks/implementations.inl) if you want to implement it for all architecturs at the same time.
- in `callbacks/ARCHITECTURE.h` (e.g. [callbacks/sse2.h](callbacks/sse2.h)) if you want to implement it only for the specific architecture.
-For 8-bit, you can make use a of a slightly faster implementation, assuming you can determine tha quantization multipliers and prepare the biases offline:
+For 8-bit, you can make use a of a slightly faster implementation, assuming you can determine the quantization multipliers and prepare the biases offline:
```C++
#include "intgemm/intgemm.h"