Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
2ced1fb2
Commit
2ced1fb2
authored
Jul 05, 2025
by
zhuwenwen
Browse files
update fix_functionalization.py
parent
3e485650
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/compilation/fix_functionalization.py
vllm/compilation/fix_functionalization.py
+1
-1
No files found.
vllm/compilation/fix_functionalization.py
View file @
2ced1fb2
...
...
@@ -67,7 +67,7 @@ class FixFunctionalizationPass(VllmInductorPass):
# self.defunctionalize(graph, node, mutated_args)
# elif at_target == torch.ops._C.rms_norm_dynamic_per_token_quant.default: # noqa: E501
# mutated_args = {1: 'result', 2: 'scale', 3: 'residual'}
self
.
defunctionalize
(
graph
,
node
,
mutated_args
)
#
self.defunctionalize(graph, node, mutated_args)
elif
at_target
in
[
torch
.
ops
.
_C
.
rms_norm
.
default
,
# torch.ops._C.rms_norm_static_fp8_quant.default,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment