Making large AI models cheaper, faster and more accessible
[Inference/Kernel] Optimize paged attention: Refactor key cache layout (#5643)
* optimize flashdecodingattention: refactor code with different key cache layout(from [num_blocks, num_kv_heads, block_size, head_size] to [num_blocks, num_kv_heads, head_size/x, block_size, x]) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
S
Steve Luo committed
a8fd3b034235e1fa987a1ae85a9a2b465ee6128f
Parent: 90cd522
Committed by GitHub <noreply@github.com>
on 4/25/2024, 6:24:02 AM