已关闭
[Bug-Report|缺陷反馈]: Tensor API GM2L1 ND2ND 1D场景同时支持一行或一列 #353
吴洋创建于  3月27日关闭于  3月27日
吴洋成员
3月27日 创建

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

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

在NPU 3510架构的GM到L1数据复制功能中,当处理1D张量时存在维度判断不完整的问题。原先的实现只检查行维度为1的情况(srcShapeRows == 1),忽略了列维度为1的场景(srcShapeColumns == 1),导致某些1D张量复制操作无法正确执行。

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

Ascend 950

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

处理1D张量时存在维度判断不完整的问题,忽略了列维度为1的场景

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

同时处理行和列一维场景

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

likedislike
吴洋成员
3月27日 添加了label:bug-report
吴洋成员
3月27日 评论:

/assign

likedislike
吴洋成员
3月27日 评论:

/assign

likedislike
CANN-robotCANN-robot成员
3月27日 将 wuyang_hw 设为负责人
CANN-robot
CANN-robot成员
3月27日 评论:

Notice

This issue is already assigned to wuyang_hw. Please do not assign repeatedly.

likedislike
CANN-robotCANN-robot成员
3月27日 关闭了 issue
CANN-robotCANN-robot成员
3月27日 添加了label:resolved