Commit 766b17b3 authored by lijian's avatar lijian
Browse files

Support hidden size 2048.


Signed-off-by: default avatarlijian <34831075+lijian0711@users.noreply.github.com>
parent 51e696c6
......@@ -113,6 +113,8 @@ inline void LAUNCH_KERNEL_NON_COOPERATIVE(T &&config, Kern &&kernel, Args &&...a
#define SWITCH_HIDDEN(case_macro) \
switch (hidden) { \
case 2048: \
case_macro(2048); \
case 2560: \
case_macro(2560); \
case 5120: \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment