文件最后提交记录最后更新时间
fix:balanced moe supported for dualpipev Co-authored-by: liz<lizhi166@huawei.com> # message auto-generated for no-merge-commit merge: !3344 merge fix_bm into master fix:balanced moe supported for dualpipev Created-by: Liz_ Commit-by: liz Merged-by: ascend-robot Description: What this PR does / why we need it? Please describe the background and detailed changes of the PR. If it is a bugfix, please attach the related issue. Does this PR introduce any user-facing change? Please describe whether the PR will result in any user-facing usage changes. If there is related documentation, please specify its path. How was this patch tested? Please explain how to verify the correctness and effectiveness of this feature, as well as its usage constraints and limitations. 验证报告:https://wiki.huawei.com/domains/159101/wiki/324516/WIKI2026032710569328 See merge request: Ascend/MindSpeed!33442 个月前
feat: add custom pp layout Co-authored-by: wuweiqiang24<wuweiqiang11@huawei.com> # message auto-generated for no-merge-commit merge: !3496 merge add_pp_layout into master feat: add custom pp layout Created-by: wuweiqiang24 Commit-by: wuweiqiang24 Merged-by: ascend-robot Description: 新增pipeline-model-parallel-layout功能,支持自定义PP每个stage的层排布 验证链接:https://wiki.huawei.com/domains/137239/wiki/268925/WIKI2026052611233549 issue: https://gitcode.com/Ascend/MindSpeed/issues/166 See merge request: Ascend/MindSpeed!349612 小时前
add w8a16 quant Co-authored-by: wangjunhang<wangjunhang7@huawei.com> # message auto-generated for no-merge-commit merge: !3460 merge Dev_W8A16 into master add w8a16 quant Created-by: goodflower9 Commit-by: wangjunhang Merged-by: ascend-robot Description: What this PR does / why we need it? This PR adds W8A16 MXFP8 QAT support based on the existing QAT flow. Does this PR introduce any user-facing change? Yes. Users can enable W8A16 MXFP8 QAT with: ``` --qat-scheme w8a16-mxfp8 ``` Related doc: ``` docs/zh/features/qat_quant.md ``` How was this patch tested? Enable fake quantization by adding the parameter --qat-scheme w8a16-mxfp8 https://wiki.huawei.com/domains/76578/wiki/233229/WIKI2026051211063362 See merge request: Ascend/MindSpeed!34603 天前
【feat】adaptor for mc2 moe Co-authored-by: EX_mitsu<yangjie409@h-partners.com> Co-authored-by: libaokui<libaokui@huawei.com> # message auto-generated for no-merge-commit merge: !3123 merge master into master 【feat】adaptor for mc2 moe Created-by: EX_mitsuX Commit-by: EX_mitsuX;EX_mitsu;Co-authored-by:libaokui;Co-Author libaokui;libaokui Merged-by: ascend-robot Description: adaptor for mc2 moe 自验结果: https://wiki.huawei.com/domains/160198/wiki/327183/WIKI202601079697698 See merge request: Ascend/MindSpeed!31234 个月前
refactor(moe): decouple GMM context from autograd Function ctx with GmmContext Co-authored-by: Muu<koimuu@163.com> # message auto-generated for no-merge-commit merge: !3495 merge dev into master refactor(moe): decouple GMM context from autograd Function ctx with GmmContext Created-by: Muuyo Commit-by: Muu Merged-by: ascend-robot Description: 1. Tensorwise GMM x, grad 采用 pertensor 量化, weight 采用 pertoken(按n轴分组tensor量化)量化 2. fix mlp overlap 多参数采用同一个gmm ctx 3. GMM Function op_dw 添加ctx参数 [自验文档](https://wiki.huawei.com/domains/76578/wiki/233229/WIKI2026052611220020) See merge request: Ascend/MindSpeed!34957 天前
[bugfix!!!]alltoallseq update!!! Co-authored-by: 杨杰<yangjie409@h-partners.com> # message auto-generated for no-merge-commit merge: merge master into master [bugfix!!!]alltoallseq update!!! Created-by: EX_mitsu Commit-by: EX_mitsu;杨杰 Merged-by: ascend-robot Description: 修复0120tp_extend_ep相关特性性能下降问题。 See merge request: Ascend/MindSpeed!28468 个月前
【feat】adaptor for mc2 moe Co-authored-by: EX_mitsu<yangjie409@h-partners.com> Co-authored-by: libaokui<libaokui@huawei.com> # message auto-generated for no-merge-commit merge: !3123 merge master into master 【feat】adaptor for mc2 moe Created-by: EX_mitsuX Commit-by: EX_mitsuX;EX_mitsu;Co-authored-by:libaokui;Co-Author libaokui;libaokui Merged-by: ascend-robot Description: adaptor for mc2 moe 自验结果: https://wiki.huawei.com/domains/160198/wiki/327183/WIKI202601079697698 See merge request: Ascend/MindSpeed!31234 个月前
【feat】adaptor for mc2 moe Co-authored-by: EX_mitsu<yangjie409@h-partners.com> Co-authored-by: libaokui<libaokui@huawei.com> # message auto-generated for no-merge-commit merge: !3123 merge master into master 【feat】adaptor for mc2 moe Created-by: EX_mitsuX Commit-by: EX_mitsuX;EX_mitsu;Co-authored-by:libaokui;Co-Author libaokui;libaokui Merged-by: ascend-robot Description: adaptor for mc2 moe 自验结果: https://wiki.huawei.com/domains/160198/wiki/327183/WIKI202601079697698 See merge request: Ascend/MindSpeed!31234 个月前
【bugfix】GMM性能提高 Co-authored-by: EX_mitsu<yangjie409@h-partners.com> # message auto-generated for no-merge-commit merge: !2904 merge master into master 【bugfix】GMM性能提高 Created-by: EX_mitsuX Commit-by: EX_mitsuX;EX_mitsu Merged-by: ascend-robot Description: 去除GMM中不必要的tensor发送。 See merge request: Ascend/MindSpeed!29047 个月前