]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CUDA: add Q2_0 support (#25707)
authorPasha Khosravi <redacted>
Thu, 30 Jul 2026 09:33:25 +0000 (02:33 -0700)
committerGitHub <redacted>
Thu, 30 Jul 2026 09:33:25 +0000 (12:33 +0300)
commit9b2a088819cda774bdbf713168ee1eee8498cda5
tree4877572875134b5e8f7dd012b21c76ce160ea875
parentb2f221684fcd898e947a121baeda80f345da3e6b
CUDA: add Q2_0 support (#25707)
20 files changed:
ggml/src/ggml-cuda/common.cuh
ggml/src/ggml-cuda/convert.cu
ggml/src/ggml-cuda/dequantize.cuh
ggml/src/ggml-cuda/getrows.cu
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-cuda/mmq-config-ampere.cuh
ggml/src/ggml-cuda/mmq-config-cdna.cuh
ggml/src/ggml-cuda/mmq-config-pascal.cuh
ggml/src/ggml-cuda/mmq-config-rdna2.cuh
ggml/src/ggml-cuda/mmq-config-rdna3-5.cuh
ggml/src/ggml-cuda/mmq-config-rdna3.cuh
ggml/src/ggml-cuda/mmq-config-rdna4.cuh
ggml/src/ggml-cuda/mmq-load-tiles.cuh
ggml/src/ggml-cuda/mmq.cu
ggml/src/ggml-cuda/mmq.cuh
ggml/src/ggml-cuda/mmvq.cu
ggml/src/ggml-cuda/template-instances/generate_cu_files.py
ggml/src/ggml-cuda/template-instances/mmq-instance-q2_0.cu [new file with mode: 0644]
ggml/src/ggml-cuda/vecdotq.cuh
tests/test-backend-ops.cpp