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

[Sparse] Support SparseMatrix element-wise multiplication with different sparsities. #5368

Closed
czkkkkkk opened this issue Feb 23, 2023 · 0 comments · Fixed by #5543 · May be fixed by #5464
Closed

[Sparse] Support SparseMatrix element-wise multiplication with different sparsities. #5368

czkkkkkk opened this issue Feb 23, 2023 · 0 comments · Fixed by #5543 · May be fixed by #5464
Assignees
Labels
topic: Sparse API Work items to implement the new sparse matrix APIs

Comments

@czkkkkkk
Copy link
Collaborator

czkkkkkk commented Feb 23, 2023

🔨Work Item

IMPORTANT:

  • This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates.
  • DO NOT create a new work item if the purpose is to fix an existing issue or feature request. We will directly use the issue in the project tracker.

Project tracker: https://github.com/orgs/dmlc/projects/2

Description

Breakdown into two work items.
  1. Support on CPU ([DO NOT MERGE][Sparse] Support spsp_mul on CPU. #5519).

  2. Support on GPU.

Implemented by concatenation and unique on two COO matrices.

Depending work items or issues

@czkkkkkk czkkkkkk added the topic: Sparse API Work items to implement the new sparse matrix APIs label Feb 23, 2023
@czkkkkkk czkkkkkk added this to the 2023 Sparse API Improvement milestone Feb 23, 2023
@czkkkkkk czkkkkkk self-assigned this Feb 23, 2023
@czkkkkkk czkkkkkk mentioned this issue Apr 12, 2023
8 tasks
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: Sparse API Work items to implement the new sparse matrix APIs
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant