已关闭
[Bug-Report|缺陷反馈]: hi < 2场景错误使用基本块模式&&减翻保护 #1348
demon_coffee创建于 3月6日关闭于 3月10日
3月6日 将 demon_coffee 设为负责人
3月10日 修改标题为 “[Bug-Report|缺陷反馈]: hi < 2场景错误使用基本块模式”,原标题为“[Bug-Report|缺陷反馈]: conv1d错误使用基本块模式”
3月10日 修改标题为 “[Bug-Report|缺陷反馈]: hi < 2场景错误使用基本块模式”,原标题为“[Bug-Report|缺陷反馈]: conv1d错误使用基本块模式”
3月10日 修改了issue 的描述
3月10日 修改了issue 的描述
3月10日 修改标题为 “[Bug-Report|缺陷反馈]: hi < 2场景错误使用基本块模式&&减翻保护”,原标题为“[Bug-Report|缺陷反馈]: hi < 2场景错误使用基本块模式”
3月10日 修改标题为 “[Bug-Report|缺陷反馈]: hi < 2场景错误使用基本块模式&&减翻保护”,原标题为“[Bug-Report|缺陷反馈]: hi < 2场景错误使用基本块模式”
3月10日 关闭了 issue
3月13日 关联了pull request:conv2dv2 ops hi <= 2 should not use baiscBlock && uint underflow protection
3月13日 关联了pull request:conv2dv2 ops hi <= 2 should not use baiscBlock && uint underflow protection
3月20日 添加了label:resolved
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
问题背景:泛化测试时,发现hi<=2场景走到了基本块决策模式,导致绑核逻辑无法生成,tiling错误;在weight较大的情况下,出现weightSize超出L1Size情况,innerbatch错误开启
Environment / 环境信息 (Mandatory / 必填)
Ascend950
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
1、使用hi < 2且orgWo小于128时,预期使用M模式切分来提升性能,但未限制不使用基本快模式,导致无法获取正确的分盒结果
2、减法未进行减翻保护
Describe the expected behavior / 预期结果 (Mandatory / 必填)
用例精度正确
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
提示SegmentFault
Special notes for this issue/备注 (Optional / 选填)