Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
ScatterNd算子simt模板在添加了负索引校验后性能劣化10%
Ascend950PR CANN-9.1.0
indices shape : (2,2,36,2,4) update shape : (2,2,36,2,752) shape : (5,5,8,2,752) 比较添加索引校验前后的性能
性能几乎无变化
添加负索引校验前性能:6.854us 添加负索引校验后性能:7.636us 劣化11%
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
ScatterNd算子simt模板在添加了负索引校验后性能劣化10%
Environment / 环境信息 (Mandatory / 必填)
Ascend950PR
CANN-9.1.0
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
indices shape : (2,2,36,2,4)
update shape : (2,2,36,2,752)
shape : (5,5,8,2,752)
比较添加索引校验前后的性能
Describe the expected behavior / 预期结果 (Mandatory / 必填)
性能几乎无变化
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
添加负索引校验前性能:6.854us
添加负索引校验后性能:7.636us
劣化11%
Special notes for this issue/备注 (Optional / 选填)