mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-12 20:54:35 +00:00
This reverts commit 9f4ab2eb92
.
This commit is contained in:
@@ -75,6 +75,7 @@ def copy_kv_to_blocked_cache(
|
||||
block_size = k_cache.size(-2)
|
||||
|
||||
num_warps = 8 if head_dim > 128 else 4
|
||||
|
||||
grid = (bsz, num_kv_heads)
|
||||
_copy_to_kvcache_seqlen1_kernel[grid](
|
||||
k,
|
||||
|
Reference in New Issue
Block a user