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

High dimensional Sparse Matrix Multiplication #361

Open
yonatansverdlov opened this issue Jan 30, 2024 · 1 comment
Open

High dimensional Sparse Matrix Multiplication #361

yonatansverdlov opened this issue Jan 30, 2024 · 1 comment

Comments

@yonatansverdlov
Copy link

Hi, there
I have a tensor ten1 of shape [b,n,dim,i] which is sparse, and ten2 tensor of shape [i,m] and I want to output ten1@ten2 of shape [b,n,dim,m], how can I use the library functions?
Thanks!

@rusty1s
Copy link
Owner

rusty1s commented Jan 31, 2024

See my answer in #248 (comment).

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

No branches or pull requests

2 participants