已关闭
[Bug-Report|缺陷反馈]: 消除MaxPool3DGradWithArgmax的ophost告警问题以及tiling中拦截条件放错的问题 #745
小王!创建于 2月2日关闭于 2月5日
小王!
2月2日 评论:
2月2日 评论:
/assign


2月2日 将 qq_52056150 设为负责人
2月5日 issue状态由 进行中 改变为 已完成
2月5日 关闭了 issue
2月5日 添加了label:Accepted
3月20日 添加了label:resolved
/assign


Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
1.编译告警整改
消除MaxPool3DGradWithArgmax的ophost编译告警,将告警位置处统一数据类型为int64_t,告警已消除
2.修复MaxPool3DGradWithArgmax中tiling中拦截条件放错的问题
Environment / 环境信息 (Mandatory / 必填)
硬件:Ascend950
软件:cann-9.0.0 2.2日代码
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
输入simd用例,进入到simt模板中
Describe the expected behavior / 预期结果 (Mandatory / 必填)
输入simd用例,进入到正确的simd模板中
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
未走原tiling模板,直接进入到simt模板中,导致性能稍微劣化
Special notes for this issue/备注 (Optional / 选填)