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
bb393e77
Unverified
Commit
bb393e77
authored
May 12, 2025
by
Chenggang Zhao
Committed by
GitHub
May 12, 2025
Browse files
Merge pull request #154 from sleepcoo/support-more-hidden
Support hidden size 4096
parents
05104029
a107266a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
csrc/kernels/launch.cuh
csrc/kernels/launch.cuh
+1
-0
No files found.
csrc/kernels/launch.cuh
View file @
bb393e77
...
...
@@ -54,6 +54,7 @@
#define SWITCH_HIDDEN(case_macro) \
switch (hidden) { \
case 2560: case_macro(2560); \
case 4096: case_macro(4096); \
case 5120: case_macro(5120); \
case 7168: case_macro(7168); \
default: EP_HOST_ASSERT(false && "Unsupported hidden"); \
...
...
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