Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
e3f08c77
Unverified
Commit
e3f08c77
authored
Jul 29, 2025
by
Elfie Guo
Committed by
GitHub
Jul 29, 2025
Browse files
Update cutlass_moe.py (#8545)
parent
a9fd8033
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/layers/moe/cutlass_moe.py
python/sglang/srt/layers/moe/cutlass_moe.py
+1
-1
No files found.
python/sglang/srt/layers/moe/cutlass_moe.py
View file @
e3f08c77
...
@@ -209,7 +209,7 @@ def cutlass_fused_experts_fp8(
...
@@ -209,7 +209,7 @@ def cutlass_fused_experts_fp8(
)
)
result
=
torch
.
empty
((
m
,
k
),
device
=
device
,
dtype
=
out_dtype
)
result
=
torch
.
empty
((
m
,
k
),
device
=
device
,
dtype
=
out_dtype
)
apply_shuffle_mul_sum
(
c2
,
result
,
c_map
,
topk_weights
)
apply_shuffle_mul_sum
(
c2
,
result
,
c_map
,
topk_weights
.
to
(
out_dtype
)
)
return
result
return
result
...
...
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