Overlap two kernels in DeepSeek with communication (#6711)

This commit is contained in:
fzyzcjy
2025-05-28 15:53:51 -07:00
committed by GitHub
parent 541a985f85
commit 4839999b76
+1 -1
View File
@@ -127,9 +127,9 @@ def _compute_moe_deepseek_blog_decode(layer):
layer.mlp.op_combine_a,
operations.YieldOperation(),
layer.mlp.op_combine_b,
operations.YieldOperation(),
layer.mlp.op_output,
layer.op_comm_postprocess_layer,
operations.YieldOperation(),
],
)