mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-24 10:36:54 +08:00
[Bugfix] Fix flashinfer ar+norm kernel not available issue (#29960)
Signed-off-by: elvischenv <219235043+elvischenv@users.noreply.github.com>
This commit is contained in:
parent
19bee6d12d
commit
afe9eb408e
@ -104,7 +104,8 @@ class FixFunctionalizationPass(VllmInductorPass):
|
||||
mutated_args = {1: "result"}
|
||||
self.defunctionalize(graph, node, mutated_args)
|
||||
elif (
|
||||
at_target
|
||||
hasattr(torch.ops.vllm, "flashinfer_trtllm_fused_allreduce_norm")
|
||||
and at_target
|
||||
== torch.ops.vllm.flashinfer_trtllm_fused_allreduce_norm.default
|
||||
):
|
||||
mutated_args = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user