已关闭
[Bug-Report|缺陷反馈]: image下面大部分用例编译失败 #764
duandingshan创建于 2 天前关闭于 10 小时前
2 天前 将 nunnons2 设为负责人
2 天前 移除了负责人 nunnons2
2 天前 将 sunhao_hw 设为负责人
liu-wei
2 天前 评论:
2 天前 评论:
您好,能提供详细的报错日志吗,算子团队会尽快确认下。


2 天前 关联了pull request:修复IMGWarpResize geir example
10 小时前 关闭了 issue
9 小时前 添加了label:resolved
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
extract_glimpse_v2、img_warp_resize、resize_bicubic_v2、resize_bicubic_v2_grad、resize_linear、resize_linear_grad、rgb2_yuv422、upsample_nearest_exact3d_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=extract_glimpse_v2(传入各个算子名) --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 extract_glimpse_v2 graph
Describe the expected behavior / 预期结果 (Mandatory / 必填)
编译成功
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
extract_glimpse_v2:
编译期 include 不存在的 graph/error_codes.h
img_warp_resize:
编译期 include 不存在的 ../op_graph/img_warp_resize_proto.h
resize_bicubic_v2:
编译期 example 调 aclnnUpsampleBicubic2d(属 upsample_bicubic2d_aa_grad,挂错算子)
resize_bicubic_v2_grad:
编译期 example 调 aclnnUpsampleBicubic2dBackward(属 upsample_bicubic2d_aa_grad,挂错算子)
resize_linear:
编译期 example 调 aclnnUpsampleLinear1d(本仓无此算子,挂错算子)
resize_linear_grad:
编译期 example 调 aclnnUpsampleLinear1dBackward(本仓无此算子,挂错算子)
rgb2_yuv422:
编译期 example 调 update_input_desc_rgb,proto 无此输入
upsample_nearest_exact3d_grad:
编译期 example 链接缺失 aclnnUpsampleNearestExact3dBackward(kernel include 路径写错,--pkg 编不出 op_api)
Special notes for this issue/备注 (Optional / 选填)