dense

fun dense(numLayers: Int, numHeads: Int, headDim: Int, maxSeqLen: Int): KvCacheStore(source)

Create an uncompressed FP32 KV cache (baseline).

Use this when you don't need compression or as a reference for quality comparison.