已关闭
[Bug-Report|缺陷反馈]: A5环境执行max_pool3d_with_argmax_v2算子example用例失败 #5208
lixiawei创建于 13 天前关闭于 6 天前
13 天前 将 ztj0209 设为负责人
yuning_chen
13 天前 评论:
13 天前 评论:
您好,感谢反馈,问题已收到,当前 @ztj0209 正在跟踪处理。


10 天前 关联了pull request:隔离不支持A5(ascend950)环境的算子example用例到arch22目录
10 天前 关联了pull request:隔离max_pool3d_with_argmax_v2不支持A5(ascend950)的example用例到arch22目录
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
A5环境执行max_pool3d_with_argmax_v2算子example用例失败,资料显示aclnnMaxPool2dWithMask不支持A5,请隔离对应example用例
Environment / 环境信息 (Mandatory / 必填)
A5环境
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
bash build.sh --run_example max_pool3d_with_argmax_v2 eager --soc=ascend950
Describe the expected behavior / 预期结果 (Mandatory / 必填)
执行成功
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
[2026-08-26 16:22:39] COMPUTE_UNIT: ascend950
[2026-08-26 16:22:39] CMAKE_ARGS: -DBUILD_PATH=/home/lwx1073972/ops-nn/lxw_test/ops-nn/build -DENABLE_VALGRIND=FALSE -DCMAKE_BUILD_TYPE=Release -DENABLE_MSSANITIZER=FALSE -DENABLE_OOM=FALSE -DENABLE_DUMP_CCE=FALSE -DENABLE_COVERAGE=FALSE -DENABLE_TEST=FALSE -DENABLE_UT_EXEC=TRUE -DENABLE_CUSTOM=FALSE -DENABLE_STATIC=FALSE -DMODULE_EXT= -UASCEND_OP_NAME -UVENDOR_NAME -DENABLE_BINARY=FALSE -DENABLE_PACKAGE=FALSE -DENABLE_EXPERIMENTAL=FALSE -DNO_FORCE=FALSE -DBUILD_MODE= -DENABLE_CCACHE=TRUE -DOP_HOST_UT=FALSE -DOP_GRAPH_UT=FALSE -DOP_API_UT=FALSE -DOP_KERNEL_UT=FALSE -DOP_KERNEL_AICPU_UT=FALSE -DUT_TEST_ALL=FALSE -DENABLE_UT_SYMBOLIZE=TRUE -DUT_CASE_TIMEOUT=120 -DUT_DEBUG_FLAG=-g -DASCEND_COMPUTE_UNIT=ascend950 -DCANN_3RD_LIB_PATH=/home/lwx1073972/ops-nn/lxw_test/ops-nn/third_party
[2026-08-26 16:22:39] ----------------------------------------------------------------
[2026-08-26 16:22:40] Start to run example,op_name:max_pool3d_with_argmax_v2 example_name:max_pool2d_with_mask mode:eager.
[2026-08-26 16:22:44] aclnnMaxPool2dWithMaskGetWorkspaceSize failed. ERROR: 161002
[2026-08-26 16:22:44]
[2026-08-26 16:22:44] ----------------------------------------------------------------
[2026-08-26 16:22:44] Run test_aclnn_max_pool2d_with_mask failed.
[2026-08-26 16:22:44] ----------------------------------------------------------------
[2026-08-26 16:22:44]
[2026-08-26 16:22:44] Start to run example,op_name:max_pool3d_with_argmax_v2 example_name:max_pool3d_with_argmax mode:eager.
[2026-08-26 16:22:53] output[0] is: 8.000000
[2026-08-26 16:22:53] indices[0] is: 3
[2026-08-26 16:22:53]
[2026-08-26 16:22:53] ----------------------------------------------------------------
[2026-08-26 16:22:53] Run test_aclnn_max_pool3d_with_argmax success.
[2026-08-26 16:22:53] ----------------------------------------------------------------
[2026-08-26 16:22:53]
[2026-08-26 16:22:53] Start to run example,op_name:max_pool3d_with_argmax_v2 example_name:max_pool2d_with_indices mode:eager.
[2026-08-26 16:23:02] result[0] is: 0.085000
[2026-08-26 16:23:02] result[1] is: 1.751000
[2026-08-26 16:23:02] result[0] is: 0
[2026-08-26 16:23:02] result[1] is: 6
[2026-08-26 16:23:02]
[2026-08-26 16:23:02] ----------------------------------------------------------------
[2026-08-26 16:23:02] Run test_aclnn_max_pool2d_with_indices success.
[2026-08-26 16:23:02] ----------------------------------------------------------------
[2026-08-26 16:23:02]
Special notes for this issue/备注 (Optional / 选填)