已关闭
[Bug-Report|缺陷反馈]: test_max_pool_3d.cpp example文件命名错误,无法运行 #3850
harrynospot创建于 7月5日关闭于 7月18日
yuning_chen
7月5日 评论:
7月5日 评论:
您好,感谢反馈,问题已收到,当前 @sunchun 正在跟踪处理。


7月5日 将 sunchun 设为负责人
chenxingyu18
7月10日 评论:
7月10日 评论:
/assign @Apricityh


CANN-robot
7月10日 评论:
7月10日 评论:
Wang Xu
7月10日 评论:
7月10日 评论:
/assign


7月10日 将 Apricityh 设为负责人,移除负责人 chenxingyu18
7月10日 关联了pull request:fix: rename max_pool3d example and remove unused include
Wang Xu
7月10日 评论:
7月10日 评论:
/assign @chenxingyu18


7月10日 将 chenxingyu18 设为负责人,移除负责人 Apricityh
此处折叠了10条事件消息 查看更多
7月18日 添加了label:Accepted
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
pooling/max_pool3_d/examples/test_max_pool_3d.cpp 此文件是example文件,example可以是alcnn(eager),或 geir (graph), 如果是aclnn,则命名是test_aclnn_开头,如果是geir,则是已test_geir_开头。
目前这个文件名 test_max_pool_3d.cpp 不对。
应修改为:test_geir_max_pool_3d.cpp
Environment / 环境信息 (Mandatory / 必填)
910B4, CANN8.5
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
bash build.sh --run_example max_pool3_d graph --experimental --soc=ascend910b
Describe the expected behavior / 预期结果 (Mandatory / 必填)
运行example成功
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
找不到example文件
Special notes for this issue/备注 (Optional / 选填)