Skip to content
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.110】 为 Paddle 增强 sparse.matmul API #60040

Closed
wants to merge 8 commits into from

Conversation

yangguohao
Copy link
Contributor

@yangguohao yangguohao commented Dec 15, 2023

PR types

New features

PR changes

OPs

Description

  1. 该 api 只支持 CUSPARSE_INDEX_32I
  2. 该 api 不支持计算时转置,即CUSPARSE_OPERATION_NON_TRANSPOSE
  3. 该 api 只支持 CSR 格式,对于 COO 要采用 COO->CSR->COO 的方案进行。

#57262

Copy link

paddle-bot bot commented Dec 15, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@yangguohao yangguohao force-pushed the cusparse branch 5 times, most recently from 8e5d681 to 8ec9352 Compare December 19, 2023 19:24
@yangguohao yangguohao closed this Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants