fix args typo in memory_pool_host (#8662)

This commit is contained in:
huangtingwei
2025-08-04 04:47:29 +08:00
committed by GitHub
parent ed6f7597b3
commit 76ba5bbe12

View File

@@ -618,7 +618,7 @@ class MLATokenToKVPoolHost(HostKVCache):
elif self.layout == "page_first":
transfer_kv_all_layer_mla_lf_pf(
src_layers=device_pool.data_ptrs,
dst_k=self.kv_buffer,
dst=self.kv_buffer,
src_indices=device_indices,
dst_indices=host_indices,
item_size=self.token_stride_size,