diff options
-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); |