-
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
【Hackathon No.8】add api hypot & hypot_ #57295
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
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.
please fix RuntimeError of test_backward_error in test_inplace.py(TestDygraphInplaceHypot)
please run pre-commit for codestyle check |
@lxd-cumt 可以帮忙重新跑一下gpups这个吗,我看报错是Timeout,应该不是我这个pr引发的 |
done |
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.
@llyyxx0413 please resolve conflicts in python/paddle/__init__.py
, someone modified the above file and merged
@llyyxx0413 请补充下中文文档 |
Sorry to inform you that ff8085e's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
return out | ||
|
||
|
||
def hypot_(x, y, name=None): |
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.
inplace API should be with decorator of @inplace_apis_in_dygraph_only
@llyyxx0413 请解决下冲突 |
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.
LGTM for docs. 请补充对应的中文文档
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
@llyyxx0413 请尽快提交下中文文档 |
已加,更新在Description |
hi, @llyyxx0413
|
Sorry to inform you that 7434f2e's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
hi, @llyyxx0413
|
PR types
Others
PR changes
APIs
Description
ADD API hypot & hypot_
RFC:PaddlePaddle/community#626
docs: PaddlePaddle/docs#6230