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

[DAPHNE-#31] Kernel for diagMatrix-operation #362

Merged
merged 3 commits into from
May 12, 2022
Merged

Conversation

psomas
Copy link
Collaborator

@psomas psomas commented May 11, 2022

  • Add CSR specializations for the diagMatrix kernel.
  • Add sparsity inference for the diagMatrix() daphne op.

Closes #31

psomas and others added 3 commits March 31, 2022 08:48
Add CSR specialiations for the diagMatrix kernel.

Closes #31
- Turned assertions into exceptions, since assertions are not active in a normal build.
- Little bugfix: result of diagMatrix-kernel (CSRMatrix <- DenseMatrix) could store zeros.
- Some more minor things.
@pdamme
Copy link
Collaborator

pdamme commented May 12, 2022

Thanks, @psomas for reopening #333 in your own name.

@pdamme pdamme merged commit b9fbdf8 into main May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kernel for diagMatrix-operation
2 participants