Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
库上当前Convtranspose带bias场景filterhw=1,stride=2场景性能较差
Ascend950
Convtranspose带bias场景filterhw=1,stride=2,例如 [[24, 1990, 13, 8, 52], [1990, 178, 1, 1, 1], [178]] ['fp32', 'fp32', 'fp32'] ['NCDHW', 'NCDHW', 'ND'] [[-10, -2], [-0.01, 0], [-1, 0]] {'stride': [1, 2, 2], 'padding': [0, 0, 0], 'dilation': [1, 1, 1], 'transposed': True, 'output_padding': [0, 1, 0], 'groups': 1, 'cube_math_type': 0, 'npu_mode': 'npu'} [[24, 178, 13, 16, 103]]
性能回升至无bias的case性能
性能数据较差
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
库上当前Convtranspose带bias场景filterhw=1,stride=2场景性能较差
Environment / 环境信息 (Mandatory / 必填)
Ascend950
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
Convtranspose带bias场景filterhw=1,stride=2,例如
[[24, 1990, 13, 8, 52], [1990, 178, 1, 1, 1], [178]] ['fp32', 'fp32', 'fp32'] ['NCDHW', 'NCDHW', 'ND'] [[-10, -2], [-0.01, 0], [-1, 0]] {'stride': [1, 2, 2], 'padding': [0, 0, 0], 'dilation': [1, 1, 1], 'transposed': True, 'output_padding': [0, 1, 0], 'groups': 1, 'cube_math_type': 0, 'npu_mode': 'npu'} [[24, 178, 13, 16, 103]]
Describe the expected behavior / 预期结果 (Mandatory / 必填)
性能回升至无bias的case性能
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
性能数据较差
Special notes for this issue/备注 (Optional / 选填)