-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Good first issue for phi kernel output definition #51292
Comments
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~ Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day! |
atan2 |
认领10、11、12 |
认领2、3、5 |
认领1、8、4 |
认领22、23 |
histogram |
认领 31.is_empty |
认领63.unique |
68 |
@Little-chick 看下amp_kernel.cc/.cu |
|
认领22,23 |
认领 case56 #51595 |
认领 63 64 65 |
|
PHI 算子注册信息修复已全部完成,感谢参与的小伙伴们!
欢迎继续参与快乐开源的其他任务! |
问题描述 Please describe your issue
大家好,近期我们在Paddle框架中发现一些phi算子库中的算子,在kernel注册时未注册输出参数的数据类型(DataType)信息,导致静态图模式下执行器全静态选kernel出错。我们一共收集了68个存在问题的算子,欢迎大家提交PR来一起修复这些问题。
为了修复这些问题,你需要做的是:
注:
top_k
算子的一个具体示例,你可以参照PR描述完成对其它算子的修复。这些case修复难度不大,还能借此了解飞桨的算子开发和注册机制。待修复算子列表(整体进度 68/68)
The text was updated successfully, but these errors were encountered: