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

Support SparseTensor #95

Open
aqjune opened this issue Aug 14, 2021 · 2 comments
Open

Support SparseTensor #95

aqjune opened this issue Aug 14, 2021 · 2 comments

Comments

@aqjune
Copy link
Owner

aqjune commented Aug 14, 2021

https://mlir.llvm.org/docs/Dialects/SparseTensorOps/

Key ops: indices, values, pointer; use forall quantifiers or uninterpreted functions to encode them.

@aqjune
Copy link
Owner Author

aqjune commented Aug 14, 2021

NOTE: Many linalg operations work "out of the box" by annotating tensor types as sparse; even without adding support for the key ops, things will work in practice

@aqjune
Copy link
Owner Author

aqjune commented Aug 25, 2021

46d0290

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