-
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.46】sin_coo/sin_csr(sparse) #62663
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
Sorry to inform you that 4314d6b's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
Sorry to inform you that 34054fa's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
@luotao1 @zhiminzhang0830 @JiabinYang @phlrain |
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
对应的docstring也增加上支持了复数类型 |
|
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
@JiabinYang |
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
* 添加sparce 的复数 * 复数修改2 * empty for sparse * 添加了abs进行测试 * 修改为define * 修正了反向的bug * 删除了比较用的abs * 修改了单元测试 删除了测试单元测试 * 格式修改 * 格式修改 * change for switch * bug fix for sparse sin * add macro * 把abs添加到宏里面去 * bug fix * Remove extraneous code * python doc string
PR Category
Operator Mechanism
PR Types
New features
Description
add complex support for sin_coo/sin_csr in sparse
#61975