Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
在NPU 3510架构的GM到L1数据复制功能中,当处理1D张量时存在维度判断不完整的问题。原先的实现只检查行维度为1的情况(srcShapeRows == 1),忽略了列维度为1的场景(srcShapeColumns == 1),导致某些1D张量复制操作无法正确执行。
Ascend 950
处理1D张量时存在维度判断不完整的问题,忽略了列维度为1的场景
同时处理行和列一维场景
无
/assign
This issue is already assigned to wuyang_hw. Please do not assign repeatedly.
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 / 必填)
同时处理行和列一维场景
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
无
Special notes for this issue/备注 (Optional / 选填)