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
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2020-04-19 20:33:49 +0300
committerKenneth Heafield <github@kheafield.com>2020-04-19 20:33:49 +0300
commit76eb8e3bfb2d3538d3b23233aedf0ae709bef31b (patch)
tree501d754fcfdcf31e3c96fbe935d29927ca123736
parent92b0b0288c035d91554846b04d41b28e4fe7c906 (diff)
Fix comment
-rw-r--r--tile/dot.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tile/dot.inl b/tile/dot.inl
index 257930e..886efef 100644
--- a/tile/dot.inl
+++ b/tile/dot.inl
@@ -177,7 +177,7 @@ struct Signed16 {
};
};
-// Unroll an arbitrary amount of
+// Statically unroll a kernel into a larger tile.
// Can't have Tile as a value until C++20.
template <Index A_rows, Index inner, Index B_cols, class Backend> struct UnrollKernel {
template <class Access> INTGEMM_TARGET __attribute__((flatten)) static inline void Run(Access access) {