vllm.compilation.passes.fusion.matcher_utils ¶
Classes:
-
MatcherCustomOp– -
MatcherRMSNormGated–Matches RMSNormGated with norm_before_gate=True and group_size=None.
MatcherCustomOp ¶
Bases: ABC
Methods:
-
inputs–Utility for inputs to the pattern
Source code in vllm/compilation/passes/fusion/matcher_utils.py
MatcherRMSNormGated ¶
Bases: MatcherCustomOp
Matches RMSNormGated with norm_before_gate=True and group_size=None.