You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
https://mlir.llvm.org/docs/Dialects/SparseTensorOps/
Key ops: indices, values, pointer; use forall quantifiers or uninterpreted functions to encode them.
The text was updated successfully, but these errors were encountered: