-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[xdoctest][task 355] reformat example code with google style in pir.cc
#58177
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
✅ This PR's description meets the template requirements! |
Sorry to inform you that 4367bf0's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
第 3 批最后一个任务? 🤣🤣🤣
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
变量名里的 new_ir
改成 pir
吧,有些不能改的地方不用改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…cc` (PaddlePaddle#58177) * 1/3 * 2/3 * new_ir => pir
…cc` (PaddlePaddle#58177) * 1/3 * 2/3 * new_ir => pir
PR types
Others
PR changes
Others
Description
修改如下文件的示例代码,使其通过 xdoctest 检查:
paddle/fluid/pybind/pir.cc
Related links
由于目前需要等待 #56550 合入(我这俩天尽快搞定😭)(已合入)后 2/3 的doc才可以修改,先把pr放上来目前发现依旧存在该问题Input [x] of op [elementwise_add] not found in param map可能是 op_translator.cc 映射的问题,待排查