From 997239b757ab0c114e2f8a7e1bd5e88b828c1c05 Mon Sep 17 00:00:00 2001 From: Iwan Kawrakow Date: Mon, 9 Jun 2025 10:26:27 +0300 Subject: [PATCH] Adding forgotten file --- ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_kt.cu | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_kt.cu diff --git a/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_kt.cu b/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_kt.cu new file mode 100644 index 00000000..2d48f077 --- /dev/null +++ b/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_kt.cu @@ -0,0 +1,5 @@ +// This file has been autogenerated by generate_cu_files.py, do not edit manually. + +#include "../mmq.cuh" + +DECL_MMQ_CASE(GGML_TYPE_IQ2_KT);