Docs/kepler vs modeling计算图ir对比分析 - #16
Closed
laksjdf wants to merge 25 commits into
Hidden character warning
The head ref may contain hidden characters: "docs/kepler-vs-modeling\u8ba1\u7b97\u56feIR\u5bf9\u6bd4\u5206\u6790"
Closed
Conversation
寻优脚本优化,在format_result的时候增加缓存
支持pp开低精度、开overlap
支持pp开低精度、开overlap
Fix/ep comm fix
pp e2e用例
2.add xlsx test
Fix DualPipeV VPP scheduling accounting
1.fix dsv4 PARAM_SCOPE miss 2.add xlsx test
寻优允许pp=1情况,增加hidden限制
Fix HC and RMSNorm sharding
…ry 的问题;expert_agg 现在保持 MoE activation dtype,只在真正的 residual2 边界插入 FP8->BF16 cast。 修复 YAML/model config 中 attn_weight_dtype, shared_expert_weight_dtype, attn_grad_dtype, shared_expert_grad_dtype 未传入 ModelSpec 的问题。 修复 memory_breakdown() 中 shared expert weight/grad dtype 被并入全局 dtype 统计的问题;routed/shared expert 现在分别按各自 dtype 计入权重和梯度显存。
…ry 的问题;expert_agg 现在保持 MoE activation dtype,只在真正的 residual2 边界插入 FP8->BF16 cast。 修复 YAML/model config 中 attn_weight_dtype, shared_expert_weight_dtype, attn_grad_dtype, shared_expert_grad_dtype 未传入 ModelSpec 的问题。 修复 memory_breakdown() 中 shared expert weight/grad dtype 被并入全局 dtype 统计的问题;routed/shared expert 现在分别按各自 dtype 计入权重和梯度显存。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs/kepler vs modeling计算图ir对比分析