Commit 043aa8f7 authored by lishen's avatar lishen
Browse files

支持hidden size等于8192

parent cf4514dc
...@@ -121,6 +121,8 @@ inline void LAUNCH_KERNEL_NON_COOPERATIVE(T &&config, Kern &&kernel, Args &&...a ...@@ -121,6 +121,8 @@ inline void LAUNCH_KERNEL_NON_COOPERATIVE(T &&config, Kern &&kernel, Args &&...a
case_macro(4096); \ case_macro(4096); \
case 7168: \ case 7168: \
case_macro(7168); \ case_macro(7168); \
case 8192: \
case_macro(8192); \
default: \ default: \
EP_HOST_ASSERT(false and "Unsupported hidden"); \ EP_HOST_ASSERT(false and "Unsupported hidden"); \
} \ } \
......
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