已开启
[Bug-Report|缺陷反馈]: [工具检测]:商发分支算子缺失用例 #5053
流栎创建于  12 天前
流栎
流栎
12 天前 创建

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

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

ops-nn仓库730商发分支部分算子缺少相关用例,算子无法正常跑通
以下算子没有提供运行脚本用例,无法拉起运行
map_index
non_zero_with_value
scatter
scatter_add_with_sorted
scatter_nd_add
scatter_non_aliasing_add
scatter_sub
segment_sum
sorted_sparse_segment_mean_grad
sparse_slice
unique_dim

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

Ascend950

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

正常运行算子流程
编译:bash build.sh --pkg --soc=ascend950 --ops=map_index -j96 --mssanitizer
安装run包;
运行:bash build.sh --run_example map_index eager --soc=ascend950
但是当前这些算子没有提供相关用例无法正常运行

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

补充相关算子拉起用例,算子可以正常运行

以上已提供

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

likedislike
yuning_chenyuning_chen成员
11 天前 将 pingchuantang 设为负责人
yuning_chen
yuning_chen成员
11 天前 评论:

您好,感谢反馈,问题已收到,当前 @pingchuantang 正在跟踪处理。

likedislike
zhang-wenbo-beatzhang-wenbo-beat成员
10 天前 关联了pull request:feat(segment_sum): 新增算子README.md及geir调用样例