From 34ae71c4d7ceac8fc10479d5ccc996685aaf8a67 Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Thu, 15 May 2025 16:50:15 +0300 Subject: Adding forgotten template instance for iq5_ks (#424) Co-authored-by: Iwan Kawrakow --- ggml/src/ggml-cuda/template-instances/mmq-instance-iq5_ks.cu | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ggml/src/ggml-cuda/template-instances/mmq-instance-iq5_ks.cu (limited to 'ggml/src') diff --git a/ggml/src/ggml-cuda/template-instances/mmq-instance-iq5_ks.cu b/ggml/src/ggml-cuda/template-instances/mmq-instance-iq5_ks.cu new file mode 100644 index 00000000..aae0fb28 --- /dev/null +++ b/ggml/src/ggml-cuda/template-instances/mmq-instance-iq5_ks.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_IQ5_KS); -- cgit v1.2.3