Commit 075a4a43 authored by coderfeli's avatar coderfeli
Browse files

Merge branch 'huaiguxu/dev/moe2' into ck_tile/moe_256

parents 08e44540 e674fb74
......@@ -315,6 +315,9 @@ struct FusedMoeGemmPipeline_FlatmmUk
auto w_scale = GetWeightScale(
row_coords_o, reinterpret_cast<const TopkWeightDataType*>(kargs.sorted_weight_ptr));
if (row_ids_a[0] >= kargs.num_tokens)
return;
auto uk_0_g = Policy::template GetUK_0<Problem>();
auto acc_0 = uk_0_g(a_res,
a_coords,
......
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