mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-29 11:16:59 +00:00
mork to support 13w tokens
This commit is contained in:
@@ -1250,6 +1250,10 @@ CK_TILE_HOST index_t moe_sorting_mp_get_workspace_size(int tokens_, int num_expe
|
||||
CK_TILE_HOST index_t moe_sorting_get_workspace_size(int tokens_, int num_experts_)
|
||||
{
|
||||
#if 1
|
||||
if(tokens_ >= 65536 * 2)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
if(moe_sorting_is_oneshot(tokens_, num_experts_))
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user