已关闭
[Bug-Report|缺陷反馈]: FusedBiasLeakyReluGrad算子增加InferDataType,tiling校验 #4598
zhangyiyi创建于  8月5日关闭于  18 天前
zhangyiyi
zhangyiyi成员
8月5日 创建

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

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

  1. 算子缺少 InferDataType 注册(canndev runtime 只注册了 InferShape,开源仓未提供 InferDataType)
  2. Tiling 层缺少 dtype 一致性校验、rank 上限校验和广播兼容性校验,非法输入不会被 Tiling 拒绝

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

ascend950

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

geir通路

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

  • 读取两个输入的 dtype 并校验一致性(dtype0 != dtype1OP_LOGE + GRAPH_FAILED
  • 新增 rank > 8 拒绝校验
  • 新增广播兼容性逐维校验(d0 != d1 && d0 != 1 && d1 != 1 时拒绝)

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

likedislike
zhangyiyizhangyiyi成员
8月5日 添加了label:bug-report
zhangyiyizhangyiyi成员
8月5日 将 ugzhangyiyi 设为负责人
zhangyiyizhangyiyi成员
8月5日 关联了pull request:fix(fused_bias_leaky_relu_grad): add inferdatatype & tiling shape check
CANN-robotCANN-robot成员
18 天前 关闭了 issue
CANN-robotCANN-robot成员
18 天前 添加了label:resolved