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>2020-04-23 21:15:41 +0300
committerKenneth Heafield <github@kheafield.com>2020-04-23 21:16:21 +0300
commit2600d854f9131e0a0f8cd99a4110fdd874e43053 (patch)
tree2582e5659cd612d135697f7a37c9ef364452139f
parenta5be193995e2782e0f14122a35df0ac9c140ee3d (diff)
Comment ends of ifdefs
-rw-r--r--test/tile_test.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tile_test.inl b/test/tile_test.inl
index 2e00040..69fce76 100644
--- a/test/tile_test.inl
+++ b/test/tile_test.inl
@@ -232,7 +232,7 @@ TEST_CASE("MultiplyNoOverhang inner unroll " INTGEMM_TEST_NAME, "[tile][multiply
TestMultiplyNoOverhang<Kernel>({1, sizeof(Register) * 4, 1});
TestMultiplyNoOverhangShapes<Kernel>();
}
-#endif
+#endif // INTGEMM_THIS_IS_AVX512VNNI
// If the inner dimension is just twice, then there isn't any non-determinism in saturation order.
TEST_CASE("MultiplyNoOverhang simple inner unroll " INTGEMM_TEST_NAME, "[tile][multiply]") {
@@ -293,7 +293,7 @@ TEMPLATE_TEST_CASE("MultiplyNoOverhang Unrolled Signed8 " INTGEMM_TEST_NAME, "[t
TestMultiplyNoOverhangShapes<TestType>();
}
-#endif
+#endif // no INTGEMM_THIS_IS_SSE2
} // namespace INTGEMM_ARCH
} // namespace intgemm