已开启
Optimize Aigcode MoE combine send unroll #4
Leosfly创建于 4月9日
Optimize Aigcode MoE combine send unroll #4
已开启
Leosfly创建于 4月9日
Leosfly成员
4月9日

PR 应该避免没有描述信息, 描述信息的最重要的作用是描述修改意图,应该清晰明了. 例如: 标题中包含了 fix 标签, 如果没有描述信息,就需要Review人员猜测PR具体修复了哪些内容,或者怀疑修改的必要性. 如果PR和特定的Issue相关,可以单独包含一行 Related Issue: 放到描述信息最后.

下面是一个典型的PR描述信息:

The origin issue template brings too many noise, it's not suitable for git message. eg: comments
are not removed, labels are redundant as the PR tile already contains the tag.

The guide gives a clear suggestion on how to write the PR body.

Related Issue: #1234,#5678

更多描述信息见:Commit Message 规范

likedislike
合并受阻
LLeosfly成员
4月10日 强制推送  7 个提交:9908d11d-Optimize Aigcode MoE combine send unroll,6e9f50a1-Support Qwen3 Next Aigcode MoE dispatch combine shape,986a82e3-Optimize aigcode moe dispatch/combine hot path,c2783bfd-Add aigcode moe dispatch/combine backward path,6a9fd2a3-Optimize moe dispatch backward signal path,cbcd045a-Add aigcode moe dispatch/combine forward-backward kernels,12f46026-Update flash attention training path and docs