-
Notifications
You must be signed in to change notification settings - Fork 59
转换规则 No.228/229 #248
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
转换规则 No.228/229 #248
Conversation
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
@co63oc 这几个单测case运行失败了还需要看下 |
CPU环境不支持,已修改 |
对的,paddle目前只支持了sparse matmul GPU版本的kernel |
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.
这个本地GPU版本的paddle能运行通过吧,可以截一个运行通过的截图
PR Docs
#112
228 torch.sparse.addmm
229 torch.sparse.mm
文档参数不一致修改 PaddlePaddle/docs#6126
PR APIs