已合并
修复sk单核切k尾块计算问题 #7393
pzyy00创建于 7月10日
修复sk单核切k尾块计算问题 #7393
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 pzyy00 的贡献)此处折叠了46条消息 查看更多
CANN-robot
27 天前 评论:
27 天前 评论:
The following users do not have permission to comment /lgtm or /approve on any module in this PR:
商晓波


27 天前 添加了label:lgtm
27 天前 关闭了关联的issue
27 天前 合入了pull request
CANN-robot
27 天前 评论:
27 天前 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


描述
sk单核切k的basicapi模板存在尾核越界问题,只有在尾核的skSingleCore小于1024且其余核的skSingleCoreK大于或等于1024才会触发。针对sk模板切出的skSingleCoreK的非固定问题,将切k的标识位从block schedule层的初始化赋值改为针对realSingleCoreK_的比较进行设置
关联的Issue
https://gitcode.com/cann/ops-nn/issues/4064
测试
本地验证精度通过
文档更新
类型标签