From fc701cedd146152fb270482a7eef5aba23b20575 Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Sun, 8 Dec 2024 09:34:42 +0100 Subject: Rename iq4_nl_x4 to iq4_nl_r4 (#126) Co-authored-by: Iwan Kawrakow --- ggml/src/ggml-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ggml/src/ggml-common.h') diff --git a/ggml/src/ggml-common.h b/ggml/src/ggml-common.h index aa41bf55..3f701873 100644 --- a/ggml/src/ggml-common.h +++ b/ggml/src/ggml-common.h @@ -436,8 +436,8 @@ static_assert(sizeof(block_iq4_nl) == sizeof(ggml_half) + QK4_NL/2, "wrong iq4_n typedef struct { ggml_half d[4]; uint8_t qs[2*QK4_NL]; -} block_iq4_nl_x4; -static_assert(sizeof(block_iq4_nl_x4) == 4*sizeof(ggml_half) + 2*QK4_NL, "wrong iq4_nl_x4 block size/padding"); +} block_iq4_nl_r4; +static_assert(sizeof(block_iq4_nl_r4) == 4*sizeof(ggml_half) + 2*QK4_NL, "wrong iq4_nl_x4 block size/padding"); typedef struct { ggml_half d; -- cgit v1.2.3