Skip to content

Commit 744554b

Browse files
committed
recover triton kernel name in ctx.call_kernel
Signed-off-by: augusto.yjh <augusto.yjh@antgroup.com>
1 parent d973835 commit 744554b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/attention/ops/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def correct_attn_out(
177177
cp_rank,
178178
)
179179
const_args = {"HEAD_DIM": D, "N_ROUNDED": N, "IS_BASE_E": is_lse_base_on_e}
180-
ctx.call_kernel(correct_attn_kernel, grid, *regular_args, **const_args)
180+
ctx.call_kernel(_correct_attn_cp_out_kernel, grid, *regular_args, **const_args)
181181
return out, lse
182182

183183

0 commit comments

Comments
 (0)