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

Should be able to add CSR and CSC to make dense #52

Open
drhagen opened this issue Feb 7, 2024 · 0 comments
Open

Should be able to add CSR and CSC to make dense #52

drhagen opened this issue Feb 7, 2024 · 0 comments

Comments

@drhagen
Copy link
Owner

drhagen commented Feb 7, 2024

Tensora cannot find a solution for the following problem, when there is really no reason it shouldn't be able to:

tensora 'A(i,j) = B(i,j) + C(i,j)' -f A:dd -f B:ds -f C:d1s0

We may need to change the compiler to generate scratch space, which is then fused with the output.

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

1 participant