-
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
【PaddlePaddle Hackathon 第四期】No1:为 Paddle 新增 finfo API #50987
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@luotao1 请问怎么才能通过cla?一直没有通过 |
很抱歉,经过我们的反复讨论,你的PR暂未达到合入标准,请阅读飞桨原生算子开发规范,你可以重新提交新的PR,我们先将此PR关闭,感谢你的贡献。 |
@cxxly @luotao1 @cloud2009 @jzhang533 辛苦review,#50987 (comment) |
@cxxly @luotao1 @cloud2009 @jzhang533 已经修改,辛苦review,#50987 (comment) |
1 similar comment
@cxxly @luotao1 @cloud2009 @jzhang533 已经修改,辛苦review,#50987 (comment) |
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.
LGTM
code is fine, but rfc is inconsistent with code, especially in chapter 5, API implementation(API实现方案) is described repeatedly and both are different from the code. |
rfc 已更新,麻烦review @jeff41404 @cxxly @luotao1 @cloud2009 如果没有别的问题,麻烦帮忙 merge,辛苦。 |
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.
LGTM
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.
规范参数描述的格式
@sunzhongkai588 文档已修复辛苦review |
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.
还有一个小typo修复即可~
python/paddle/framework/dtype.py
Outdated
|
||
- min(double): The smallest representable number (typically `-max`). | ||
- max(double): The largest representable number. | ||
- eps(double): The smallest representable number such that `1.0 + eps != 1.0`. |
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.
请直接使用不等号 ≠
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.
@sunzhongkai588 已经修改,辛苦review合入
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.
LGTM
@jeff41404 @cxxly @sunzhongkai588 @luotao1 已经修改,辛苦review合入 |
请对应修改下中文文档 PR |
hi, @lisamhy
|
PR types
New features
PR changes
APIs
Describe
为 Paddle 新增 finfo API
PaddlePaddle/community#388
PaddlePaddle/community#406
PaddlePaddle/docs#5660