summaryrefslogtreecommitdiff
path: root/ggml/src/ggml-cuda/template-instances
diff options
context:
space:
mode:
authorKawrakow <iwankawrakow@gmail.com>2025-06-05 08:31:20 +0300
committerGitHub <noreply@github.com>2025-06-05 08:31:20 +0300
commit8ffad187abbb93b74db8ef813b6fdceec80e02b0 (patch)
tree2c078dfcbe2dd36b46675651ae5d91abd41641f4 /ggml/src/ggml-cuda/template-instances
parent0b10f7418f7315ef90e35da49e0c053b395fd528 (diff)
MMQ implementation for IQ4_KS_R4 and IQ5_KS_R4 (#493)
* MMQ for iq4_ks_r4 * MMQ for iq5_ks_r4 * Add forgotten file * Another forgotten file --------- Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
Diffstat (limited to 'ggml/src/ggml-cuda/template-instances')
-rw-r--r--ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_ks_r4.cu5
-rw-r--r--ggml/src/ggml-cuda/template-instances/mmq-instance-iq5_ks_r4.cu5
2 files changed, 10 insertions, 0 deletions
diff --git a/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_ks_r4.cu b/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_ks_r4.cu
new file mode 100644
index 00000000..d0f08ce8
--- /dev/null
+++ b/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_ks_r4.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_IQ4_KS_R4);
diff --git a/ggml/src/ggml-cuda/template-instances/mmq-instance-iq5_ks_r4.cu b/ggml/src/ggml-cuda/template-instances/mmq-instance-iq5_ks_r4.cu
new file mode 100644
index 00000000..0cc77dc0
--- /dev/null
+++ b/ggml/src/ggml-cuda/template-instances/mmq-instance-iq5_ks_r4.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_R4);