summaryrefslogtreecommitdiff
path: root/ggml/src/ggml-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ggml/src/ggml-common.h')
-rw-r--r--ggml/src/ggml-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ggml/src/ggml-common.h b/ggml/src/ggml-common.h
index 64268696..7da27794 100644
--- a/ggml/src/ggml-common.h
+++ b/ggml/src/ggml-common.h
@@ -139,6 +139,9 @@ typedef sycl::half2 ggml_half2;
#define QI4_XS (QK_K / (4*QR4_XS))
#define QR4_XS 2
+#define QI5_XS (QK_K / (4*QR5_XS))
+#define QR5_XS 2
+
#define QI3_S (QK_K / (4*QR3_S))
#define QR3_S 4