Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
对于conv2dv2算子的optgroup场景,目前会产生流水阻塞问题,导致算子产生问题,本次修改重点修复该问题。问题点如下: 1)tiling侧进行n轴分块nl0 != nbl1时,使能preload模板会产生流水阻塞; 2)hasscale的extendconv2d场景若未适配preload场景的加载量会产生精度问题;
ascend950
ascend950下运行tiling切分满足nl0 != nbl1且使能preload模板的用例时复现问题
无功能问题,精度pass
RDV通过
/assign
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
对于conv2dv2算子的optgroup场景,目前会产生流水阻塞问题,导致算子产生问题,本次修改重点修复该问题。问题点如下:
1)tiling侧进行n轴分块nl0 != nbl1时,使能preload模板会产生流水阻塞;
2)hasscale的extendconv2d场景若未适配preload场景的加载量会产生精度问题;
Environment / 环境信息 (Mandatory / 必填)
ascend950
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
ascend950下运行tiling切分满足nl0 != nbl1且使能preload模板的用例时复现问题
Describe the expected behavior / 预期结果 (Mandatory / 必填)
无功能问题,精度pass
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
RDV通过
Special notes for this issue/备注 (Optional / 选填)