You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/beellama-args.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,14 @@ build host cannot detect it. Pre-Turing support remains runtime-unqualified
309
309
until matching real devices pass the KVarN parity, memory, and model-smoke
310
310
tests.
311
311
312
+
## CUDA/HIP dequant matvec knobs
313
+
314
+
| Env var | Default | Behavior |
315
+
|---|---|---|
316
+
|`GGML_CUDA_DQ_MMV`| Arch default (on for RDNA3.5) |`0` forces the K-quant dequant-float matvec off, `1` forces it on. Unset or anything else warns (when set) and keeps the arch default. |
317
+
|`GGML_CUDA_DQ_Q6K`| Arch default (on for RDNA3.5) | Same `0`/`1`/arch-default semantics for the Q6_K dequant-float matvec arm. |
318
+
|`GGML_CUDA_DQ_ROWS`|`1`| Rows per block for the dequant matvec kernels. Only `1`/`2`/`4`/`8` are instantiated; anything else warns and uses `1`. |
0 commit comments