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:
Diffstat (limited to 'intgemm/intgemm.h')
-rw-r--r--intgemm/intgemm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/intgemm/intgemm.h b/intgemm/intgemm.h
index 8e2da02..b53387e 100644
--- a/intgemm/intgemm.h
+++ b/intgemm/intgemm.h
@@ -134,6 +134,13 @@ typedef Unsupported_8bit Kernels8;
typedef Unsupported_16bit Kernels16;
} // namespace avx512bw
#endif
+#ifndef INTGEMM_COMPILER_SUPPORTS_AVX2
+namespace avx2 {
+typedef Unsupported_8bit Kernels8;
+typedef Unsupported_16bit Kernels16;
+} // namespace avx2
+#endif
+
/* Returns:
* axx512vnni if the CPU supports AVX512VNNI