Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
unsortedsegmentMin simt排序准入条件修改
Ascend950
现有模板准入条件会导致如下用例进入错的分支,导致性能劣化 [[1, 2, 8, 7, 94, 3, 9, 1], [1, 2, 8, 7, 94]] {'num_segments':519} [[16, 15, 19, 20, 1], [16, 15, 19]] {'num_segments':120}
[[1, 2, 8, 7, 94, 3, 9, 1], [1, 2, 8, 7, 94]] {'num_segments':519} [[16, 15, 19, 20, 1], [16, 15, 19]] {'num_segments':120}性能提升
/assign
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
unsortedsegmentMin simt排序准入条件修改
Environment / 环境信息 (Mandatory / 必填)
Ascend950
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
现有模板准入条件会导致如下用例进入错的分支,导致性能劣化
[[1, 2, 8, 7, 94, 3, 9, 1], [1, 2, 8, 7, 94]] {'num_segments':519}
[[16, 15, 19, 20, 1], [16, 15, 19]] {'num_segments':120}
Describe the expected behavior / 预期结果 (Mandatory / 必填)
[[1, 2, 8, 7, 94, 3, 9, 1], [1, 2, 8, 7, 94]] {'num_segments':519}
[[16, 15, 19, 20, 1], [16, 15, 19]] {'num_segments':120}性能提升
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
[[1, 2, 8, 7, 94, 3, 9, 1], [1, 2, 8, 7, 94]] {'num_segments':519}
[[16, 15, 19, 20, 1], [16, 15, 19]] {'num_segments':120}性能提升
Special notes for this issue/备注 (Optional / 选填)