已关闭
[Bug-Report|缺陷反馈]: ExtendConvTranspose算子1c场景下部分用例精度失败问题修复 #4822
sunlesheng创建于  8月15日关闭于  8月17日
sunlesheng
sunlesheng
8月15日 创建

Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.

Describe the current behavior / 问题描述 (Mandatory / 必填)

CheckFullLoadEnable()通过修改 curEnableFullLoad_,但conv3d_bp_func.h 和 conv3d_bp_kernel_split_func.h 中有 3 处仍直接读 self->ctx.tiling_->enableFullLoad(从未被修改,恒为初始值 1)

Environment / 环境信息 (Mandatory / 必填)

A5

Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)

核数在1核下执行用例,
fmap:(4, 512, 1, 20, 16)
filter:(512, 1, 2, 2, 256)
bias:(256,)
{'strides': (1, 1, 1, 2, 2), 'pads': [0, 0, 0, 0, 0, 0], 'dilations': (1, 1, 1, 1, 1), 'groups': 1}

Describe the expected behavior / 预期结果 (Mandatory / 必填)

精度正常

部分case精度只有80%多

Special notes for this issue/备注 (Optional / 选填)

likedislike
sunlesheng
sunlesheng
8月15日 评论:

/assign

likedislike
CANN-robotCANN-robot成员
8月15日 将 sunlesheng 设为负责人
CANN-robotCANN-robot成员
8月17日 关闭了 issue
CANN-robotCANN-robot成员
8月17日 添加了label:resolved