已关闭
[Bug-Report|缺陷反馈]: msprobe 不支持两个不同step数据进行图比对 #131
menogrey创建于  2025年12月2日关闭于  2025年12月16日
menogrey
2025年12月2日 创建

Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.

Describe the current behavior / 问题描述 (Mandatory / 必填)

生成一次dump数据太花时间了,为什么要严格限制step长度一致,不合理

Environment / 环境信息 (Mandatory / 必填)

910C

Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)

dump两次数据,两次数据step不一致,并使用msprobe -f pytorch graph -i ./compare.json -o ./output 进行比对

Describe the expected behavior / 预期结果 (Mandatory / 必填)

根据两个dump数据,自动进行匹配step,step不一致时也能正常执行。

Special notes for this issue/备注 (Optional / 选填)

likedislike
louyujing成员
2025年12月3日 评论:

【问题根因】
目前限制了比对双方step和rank数量要一致
【解决方案】
目前可以手动调整dump的数据进行规避,后续代码优化支持不同数量的step和rank比对
【问题状态】
修复中

likedislike
Llouyujing成员
2025年12月5日 将 louyujing 设为负责人
louyujing成员
2025年12月5日 评论:

【问题根因】
当前不同切分合并比对不支持step批量比对,仅支持单个step数据之间的比对
【解决方案】
将支持不同切分合并批量step比对
【问题状态】
已修复,pr: https://gitcode.com/Ascend/mstt/pull/5734,请拉取master分支最新代码编包使用

likedislike
yangchenyangchen成员
2025年12月16日 issue状态由 TODO 改变为 DONE
yangchenyangchen成员
2025年12月16日 关闭了 issue