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-18 19:25:48 +0300
committerKenneth Heafield <github@kheafield.com>2020-04-18 19:25:48 +0300
commit51011c1a6be683fdf761c1d365d27c57c44d99f3 (patch)
tree3426ecd7b8f9479e31c1c773a26bcf1a592c2609
parenta7ad687f322bd0b070ba8b361ec23828a9281f26 (diff)
Even more test configurations
-rw-r--r--test/tile_test.inl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tile_test.inl b/test/tile_test.inl
index a1d3777..0968bef 100644
--- a/test/tile_test.inl
+++ b/test/tile_test.inl
@@ -225,6 +225,7 @@ TEST_CASE("MultiplyNoOverhang Tiled Signed8 " INTGEMM_TEST_NAME, "[tile]") {
TestMultiplyNoOverhangShapes<InnerTile<3, Signed8> >();
TestMultiplyNoOverhangShapes<MatrixTile<3, 3, Signed8> >();
TestMultiplyNoOverhangShapes<InnerTile<2, MatrixTile<3, 3, Signed8> > >();
+ TestMultiplyNoOverhangShapes<MatrixTile<4, 4, InnerTile<3, Signed8> > >();
}
#endif