-
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.56 57 58 59】sparse elementwise add sub mul div #41857
Conversation
reset author
# Conflicts: # python/paddle/sparse/__init__.py
你的PR提交成功,感谢你对开源项目的贡献! |
529bf91
to
c0a1715
Compare
好的,已参考该设计修改 |
你好,经过内部讨论,目前形成以下一些sparse开发规范要求: 1.【yaml规则】:写到同一个yaml api,不要写多个 辛苦对kenrel注册名、与文件名进行修改 |
加减乘除要写成四个文件么 |
就写到sparse/elementwise_kernel.h/cc/cu吧,文件不用sparse前缀,使用目录区分 |
指的是dense的这个文件么 |
就写到sparse/elementwise_kernel.h/cc/cu里吧,文件不用sparse前缀,使用目录区分 |
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
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
@gsq7474741 你好,这个kernel在 |
PR types
New features
PR changes
OPs
Describe
add paddle.incubate.sparse.add subtract multiply divide and c++ kernels
This PR is an entry point of Hackathon task No.56 57 58 59
Tasks:
Related work: