diff options
author | Kawrakow <iwankawrakow@gmail.com> | 2025-05-15 16:50:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-15 16:50:15 +0300 |
commit | 34ae71c4d7ceac8fc10479d5ccc996685aaf8a67 (patch) | |
tree | d5357dccf703629e222bb1700d775c5e40c42b7a | |
parent | 3d92d7f802b332927669f01bfa51ebbb56e868ba (diff) |
Adding forgotten template instance for iq5_ks (#424)
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
-rw-r--r-- | ggml/src/ggml-cuda/template-instances/mmq-instance-iq5_ks.cu | 5 |
1 files changed, 5 insertions, 0 deletions
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); |