"...composable_kernel_rocm.git" did not exist on "80120f0a0c524d1efc0249926a73d5020f0efd67"
Commit 1d1a51ed authored by coderfeli's avatar coderfeli
Browse files

Revert "add return logic when no input"

This reverts commit e674fb74.
parent e674fb74
...@@ -313,9 +313,6 @@ struct FusedMoeGemmPipeline_FlatmmUk ...@@ -313,9 +313,6 @@ struct FusedMoeGemmPipeline_FlatmmUk
auto w_scale = GetWeightScale( auto w_scale = GetWeightScale(
row_coords_o, reinterpret_cast<const TopkWeightDataType*>(kargs.sorted_weight_ptr)); 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 uk_0_g = Policy::template GetUK_0<Problem>();
auto acc_0 = uk_0_g(a_res, auto acc_0 = uk_0_g(a_res,
a_coords, 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