4. The cuBLAS Transposition Trick — Why the Matrices Are Passed Reversed
In part 3, when looking at the Q/K/V projections, I wrote this sentence and moved on: “Activations and weights are row-major, but …
All posts on technology, daily life, and thoughts.
In part 3, when looking at the Q/K/V projections, I wrote this sentence and moved on: “Activations and weights are row-major, but …
Once prefill has streamed the whole prompt through in one pass, everything after that has to produce tokens one at a time based on the …
Every time decode produces one token, attention re-reads all the K/V that the sequence has accumulated so far. If that K/V is held in one …
If the GPU processes only one sequence at a time, it sits idle while that sequence finishes prefill and moves on to decode. Continuous …
Paper StepAudio 3 Gen: Unifying Speech, Song, Music, and Sound Effects with a Single Discrete Autoregressive (RVQ) ModelTL;DRStepAudio 3 …
Paper Is “Lossless” Speculative Decoding Really Lossless? — The Numerical-Precision Trap Exposed by Reproducing OrthrusTL;DR — …