已合并
update DSL README #1132
init__zhb__创建于 19 天前
update DSL README #1132
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 init__zhb__ 的贡献)19 天前 创建了 pull request,commit f447d329
atomgit-bot
19 天前 评论:
19 天前 评论:
变更摘要
本 PR 为文档更新(类型标签:文档更新),目的是更新 DSL 下样例的 README 文档。本次改动将 7 个矩阵乘(matmul)示例脚本重命名并归入统一的 python/tla_dsl/examples/end_to_end/basic_mmad_epilogue/ 目录,所有文件均为纯重命名(+0 -0),代码内容未改动,属于示例工程的组织与文档整理,不涉及业务逻辑变更。
主要改动
- 新增
basic_mmad_epilogue示例目录: 将matmul_add.py、matmul_add_ub.py、matmul_bias.py、matmul_leaky_relu.py、matmul_sigmoid.py、matmul_silu.py、matmul_tanh.py共 7 个端到端示例脚本统一归入python/tla_dsl/examples/end_to_end/basic_mmad_epilogue/目录,便于集中管理 MMA(矩阵乘累加)及其后处理(epilogue)示例。 - 覆盖多种 epilogue 算子的示例: 迁移后的示例以文件名区分不同后处理算子,包括
add、add_ub、bias、leaky_relu、sigmoid、silu、tanh等,用于展示matmul计算后的多种输出变换场景。 - 纯重命名、内容零改动: 7 个文件均为重命名(+0 -0),脚本内容保持不变,配合 PR 对 DSL 样例 README 的更新,提升示例的可发现性与目录组织清晰度。


不准确?
atomgit-bot
19 天前 评论:
19 天前 评论:
19 天前 添加了label:cann-cla/yes
CANN-robot
19 天前 评论:
19 天前 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here.
You can get sig-info at here.
For more, you also can visit HICANN.
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/catlass | ✅ sunhao_hw, longjihui (2/2) | ✅ sunhao_hw (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
init__zhb__, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了82条消息 查看更多
19 天前 添加了label:approved
longjihui
18 天前 评论:
18 天前 评论:
/lgtm


18 天前 添加了label:lgtm
18 天前 合入了pull request
描述
更新DSL下样例README文档。
关联的Issue
原因
测试
文档更新
类型标签