[Operator Mechanism] Remove debug output from ReduceMeanCheckIfOneDNNSupport#79332
[Operator Mechanism] Remove debug output from ReduceMeanCheckIfOneDNNSupport#79332raoyutian wants to merge 5 commits into
Conversation
Updated the latest PaddlePaddle release version from 3.2 to 3.3 in the README.
Update the version of PaddlePaddle from 3.2 to 3.3 in the README.
Update the latest release version from 3.0-rc to 3.3 in the README.
PaddlePaddle-bot
left a comment
There was a problem hiding this comment.
🤖 Paddle-CI-Agent | pr_review |
2026-06-18 09:04:53
📋 Review 摘要
PR 概述:删除 ReduceMeanCheckIfOneDNNSupport 中的调试 stdout 输出。
变更范围:paddle/phi/kernels/reduce_kernel_impl.cc 中 OneDNN reduce mean 支持性检查。
影响面 Tag:Operator Mechanism
问题
未发现阻塞性问题。PR 规范问题在下面章节报,不要在这里重复。
📝 PR 规范检查
标题缺少 Paddle 模板要求的 [Tag];PR 描述四个必填 section 和“是否引起精度变化=否”已填写。
标题建议(可直接复制):
[Operator Mechanism] Remove debug output from ReduceMeanCheckIfOneDNNSupport
总体评价
本次代码改动只移除支持性检查函数中的调试输出,不改变 OneDNN fallback 判断、kernel 注册或公开 API。建议合入前补齐标题 Tag,以满足 PR 模板规范。
CI报告基于以下代码生成(30分钟更新一次): 1 Required任务 : 45/49 通过
2 失败详情🔴 Coverage build — PR问题(置信度: 高)错误类型: PR问题 | 置信度: 高
关键日志:
修复建议:
关联变更: PR 仅修改 🔴 Check approval — 需要 Approval(置信度: 高)该 Job 需要人工 Approval,完成审批后 CI 才会继续执行。
修复建议:
🟠 Slice / Slice test — 不稳定问题(置信度: 中)错误类型: 不稳定问题 | 置信度: 中
关键日志:
修复建议:
关联变更: |
PR Category
Inference
PR Types
Others
Description
Remove the test output string “ReduceMeanCheckIfOneDNNSupport”
是否引起精度变化
否