-
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 OP】No.28 LogSigmoid #56852
【Complex OP】No.28 LogSigmoid #56852
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@ScottWong98 @GGBond8488 @luotao1 我新开了个 PR 修改了之前的问题,麻烦再 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, 另 rerun 一下 Coverage 的 CI
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.
是的,排队中,应该和你的PR没关系,因为我在另一个PR的coverage流水线中也是一样的错误。 |
Coverage 还是挂了,好像是 dot 的复数的精度检测没过,还要再 rerun 一下 |
@yangguohao 再重新 run 一下 Coverage CI 吧 :) |
无权操作流水线,要请其他人 rerun 下 |
@luotao1 麻烦 coverage 再 rerun 下 |
我看失败的任务都是超时取消,编译时会卡住,是否有问题? |
之前 CI 都已经过了,我 merge 了 develop 分支导致重跑 CI,不知道是不是有一些 commits 存在问题 |
@luotao1 @ScottWong98 @GGBond8488 CI 都过了 |
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
@yangguohao 请对应修改下中文文档 |
好的 |
* complex op logsigmoid * fix 2023-08-31
PR types
Others
PR changes
OPs
Description
为 LogSigmoid 添加对 complex64 complex 128 的支持