-
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
[complex] No.31 add complex support for softplus #57540
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
12ad780
to
834a326
Compare
@ScottWong98 可以review一下 |
test/legacy_test/=1.6,
Outdated
@@ -0,0 +1 @@ | |||
Defaulting to user installation because normal site-packages is not writeable |
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.
这个文件的作用是?
self.dtype = np.complex128 | ||
|
||
def test_check_grad(self): | ||
self.check_grad(['X'], 'Out', max_relative_error=0.06) |
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.
complex64 和complex128的误差都是这样吗
1a4aacd
to
8bcc691
Compare
Sorry to inform you that 8bcc691's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
8bcc691
to
a9a80ba
Compare
@GGBond8488 @ScottWong98 上述意见已修改,麻烦再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
@xiaoyewww 请补充下对应的中文文档 |
@luotao1 请问一下中文文档是指哪部分?我看其他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.
LGTM for CI-OP-Benchmark
PR types
Others
PR changes
APIs
Description
add complex support for softplus
#56145