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

Feature: Sparse Matrix Multiplications #170

Open
2 of 3 tasks
ogencoglu opened this issue Sep 9, 2024 · 1 comment
Open
2 of 3 tasks

Feature: Sparse Matrix Multiplications #170

ogencoglu opened this issue Sep 9, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ogencoglu
Copy link
Contributor

Describe what you are looking for

In numpy/scipy, A @ B is much faster if A is sparse and turned into scipy sparse matrix. If both are sparse or only matrix A is sparse and B is dense. Both works.

Can SimSIMD improve such matrix multiplications.

Can you contribute to the implementation?

  • I can contribute

Is your feature request specific to a certain interface?

It applies to everything

Contact Details

No response

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@ogencoglu ogencoglu added the enhancement New feature or request label Sep 9, 2024
@ashvardanian
Copy link
Owner

@ogencoglu, I'm sorry for the wait. This is a big feature request, and I didn't want to rush the decision.

Now, I am ready. Matrix Multiplications are coming in more flavors than one 😉

@ashvardanian ashvardanian self-assigned this Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants