已关闭
[Bug-Report|缺陷反馈]:【工具检测】【mssanitizer】 image和objdetect下面执行算子报错 #765
duandingshan创建于  22 天前关闭于  16 天前
duandingshan
22 天前 创建

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

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

blend_face_bg_part_two、crop、three_interpolate、three_interpolate_backward、roi_align_grad算子编译成功后,执行期间报错

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

昇腾950ARM
cann包:9.1.0版本
https://www.hiascend.com/developer/download/community/result?module=cann&cann=9.1.0

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

1、 source cann包
2、 bash build.sh --pkg --soc=ascend950 --ops=blend_face_bg_part_two(传入各个算子名) --mssanitizer -j16
3、bash ./build_out/cann-ops-cv-custom-linux.aarch64.run --force
4、export LD_LIBRARY_PATH=/home/*/Ascend/cann-9.1.0/opp/vendors/custom_cv/op_api/lib/😒{LD_LIBRARY_PATH}
5、bash build.sh --run_example blend_face_bg_part_two graph
6、./build/test_算子名

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

算子执行成功

blend_face_bg_part_two:
运行期 Run graph failed
crop:
运行期 rtDeviceSetLimitOrigin call failed
three_interpolate:
运行期 TBE Subprocess main process disappeared
three_interpolate_backward:
运行期 aclnnThreeInterpolateBackwardGetWorkspaceSize 返回 561103(空指针)
roi_align_grad:
运行期 aclnnRoiAlignV2BackwardGetWorkspaceSize 返回 561103(空指针)

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

likedislike
liu-weiliu-wei成员
22 天前 将 sunhao_hw 设为负责人
liu-wei
liu-wei成员
22 天前 评论:

您好,能提供详细的报错日志吗,算子团队会尽快确认下。

likedislike
SimonZzz
21 天前 评论:

ROIAlignGrad的aclnn代码在近期有过一次修改,对aclnn中的910B的私有格式做了芯片区分image.png,使用最新的代码运行,无问题出现

likedislike
Ssunhao_hw成员
21 天前 将 SimonZzz 设为负责人
Ssunhao_hw成员
16 天前 关联了pull request:fix: 修复crop和crop_and_resize examples内存泄漏及安全问题
吴成文
吴成文
16 天前 评论:

image.png 已删除Crop算子example的内存越界访问

likedislike
Dduandingshan
16 天前 修改标题为 “[Bug-Report|缺陷反馈]:【工具检测】【mssanitizer】 image和objdetect下面执行算子报错”,原标题为“[Bug-Report|缺陷反馈]: image和objdetect下面执行算子报错”
SSimonZzz
16 天前 关联了pull request:fix geir examples
CANN-robotCANN-robot成员
16 天前 关闭了 issue
CANN-robotCANN-robot成员
16 天前 添加了label:resolved
zhangyiyi
zhangyiyi
16 天前 评论:

@duandingshan blend_face_bg_part_two的问题,尝试清除build目录下的kernel_meta再试一下?

likedislike