mork to support 13w tokens

This commit is contained in:
coderfeli
2025-03-17 01:19:00 +00:00
parent ef8c1333b9
commit 5eaa36be18

View File

@@ -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;