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
766b17b3
Commit
766b17b3
authored
Apr 13, 2026
by
lijian
Browse files
Support hidden size 2048.
Signed-off-by:
lijian
<
34831075+lijian0711@users.noreply.github.com
>
parent
51e696c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
csrc/kernels/launch.cuh
csrc/kernels/launch.cuh
+2
-0
No files found.
csrc/kernels/launch.cuh
View file @
766b17b3
...
@@ -113,6 +113,8 @@ inline void LAUNCH_KERNEL_NON_COOPERATIVE(T &&config, Kern &&kernel, Args &&...a
...
@@ -113,6 +113,8 @@ inline void LAUNCH_KERNEL_NON_COOPERATIVE(T &&config, Kern &&kernel, Args &&...a
#define SWITCH_HIDDEN(case_macro) \
#define SWITCH_HIDDEN(case_macro) \
switch (hidden) { \
switch (hidden) { \
case 2048: \
case_macro(2048); \
case 2560: \
case 2560: \
case_macro(2560); \
case_macro(2560); \
case 5120: \
case 5120: \
...
...
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