已关闭
[Bug-Report|缺陷反馈]:【工具检测】【mssanitizer】 image和objdetect下面执行算子报错 #765
duandingshan创建于 23 天前关闭于 17 天前
23 天前 将 sunhao_hw 设为负责人
liu-wei
23 天前 评论:
23 天前 评论:
您好,能提供详细的报错日志吗,算子团队会尽快确认下。


吴成文
17 天前 评论:
17 天前 评论:
已删除Crop算子example的内存越界访问


Dduandingshan
17 天前 修改标题为 “[Bug-Report|缺陷反馈]:【工具检测】【mssanitizer】 image和objdetect下面执行算子报错”,原标题为“[Bug-Report|缺陷反馈]: image和objdetect下面执行算子报错”
17 天前 修改标题为 “[Bug-Report|缺陷反馈]:【工具检测】【mssanitizer】 image和objdetect下面执行算子报错”,原标题为“[Bug-Report|缺陷反馈]: image和objdetect下面执行算子报错”
17 天前 关闭了 issue
17 天前 添加了label:resolved
zhangyiyi
17 天前 评论:
17 天前 评论:
@duandingshan blend_face_bg_part_two的问题,尝试清除build目录下的kernel_meta再试一下?


,使用最新的代码运行,无问题出现
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 / 必填)
算子执行成功
Related log / screenshot / 日志 / 截图 (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 / 选填)