已关闭
[Bug-Report|缺陷反馈]: 修复ForeachAbs,ForeachAddcdivScalarList性能问题,修复ForeachPowList,ForeachTan精度问题,开启高精度计算 #5790
sgqt12创建于  6 天前关闭于  6 天前
sgqt12
sgqt12成员
6 天前 创建

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

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

ForeachAbs内部计算tensorlist时在kernel侧计算,导致性能差
ForeachPowList,ForeachTan未开启高精度计算,在subnormal场景有精度问题

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

950

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

执行ForeachAbs,ForeachAddcdivScalarList,ForeachPowList,ForeachTan的算子用例,发现前两个有性能问题,后两个有精度问题

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

执行ForeachAbs,ForeachAddcdivScalarList,ForeachPowList,ForeachTan的算子用例,性能,精度均达标

执行ForeachAbs,ForeachAddcdivScalarList,ForeachPowList,ForeachTan的算子用例,发现前两个有性能问题,后两个有精度问题

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

likedislike
sgqt12sgqt12成员
6 天前 添加了label:bug-report
sgqt12sgqt12成员
6 天前 将 u010470851 设为负责人
CANN-robotCANN-robot成员
6 天前 关闭了 issue
CANN-robotCANN-robot成员
6 天前 添加了label:resolved
sgqt12sgqt12成员
1 天前 关联了pull request:[反合9.2.0分支]修复ForeachAbs,ForeachAddcdivScalarList性能问题