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
DeepEP
Commits
3c55c79a
Commit
3c55c79a
authored
Apr 21, 2026
by
lijian
Browse files
Support hidden-dim 3072 and hidden_size 6144.
Signed-off-by:
lijian
<
lijian6@sugon.com
>
parent
1a24c8b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
csrc/kernels/launch.cuh
csrc/kernels/launch.cuh
+6
-2
No files found.
csrc/kernels/launch.cuh
View file @
3c55c79a
...
...
@@ -117,10 +117,14 @@ inline void LAUNCH_KERNEL_NON_COOPERATIVE(T &&config, Kern &&kernel, Args &&...a
case_macro(2048); \
case 2560: \
case_macro(2560); \
case
5120
: \
case_macro(
5120);
\
case
3072
: \
case_macro(
3072);
/* for gpt-oss */
\
case 4096: \
case_macro(4096); \
case 5120: \
case_macro(5120); \
case 6144: \
case_macro(6144);
/* For qwen3 coder */
\
case 7168: \
case_macro(7168); \
case 8192: \
...
...
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