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
4d16c88b
Unverified
Commit
4d16c88b
authored
Jul 29, 2025
by
Elfie Guo
Committed by
GitHub
Jul 29, 2025
Browse files
Update cutlass_moe.py (#8535)
parent
7a4309cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
python/sglang/srt/layers/moe/cutlass_moe.py
python/sglang/srt/layers/moe/cutlass_moe.py
+2
-1
No files found.
python/sglang/srt/layers/moe/cutlass_moe.py
View file @
4d16c88b
...
@@ -209,7 +209,8 @@ def cutlass_fused_experts_fp8(
...
@@ -209,7 +209,8 @@ 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
)
return
apply_shuffle_mul_sum
(
c2
,
result
,
c_map
,
topk_weights
)
apply_shuffle_mul_sum
(
c2
,
result
,
c_map
,
topk_weights
)
return
result
FLOAT4_E2M1_MAX
=
6.0
FLOAT4_E2M1_MAX
=
6.0
...
...
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