mirror of
https://github.com/wassname/vllm.git
synced 2026-09-13 13:10:13 +08:00
Optimize MQA Kernel (#452)
This commit is contained in:
@@ -6,6 +6,7 @@ void single_query_cached_kv_attention(
|
||||
torch::Tensor& query,
|
||||
torch::Tensor& key_cache,
|
||||
torch::Tensor& value_cache,
|
||||
torch::Tensor& head_mapping,
|
||||
float scale,
|
||||
torch::Tensor& block_tables,
|
||||
torch::Tensor& context_lens,
|
||||
|
||||
Reference in New Issue
Block a user