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

[mlir][sparse] Fix errors in doc and tests #68641

Merged
merged 3 commits into from
Oct 10, 2023

Conversation

yinying-lisa-li
Copy link
Contributor

No description provided.

automatically. Within the sparse storage format, we refer to indices that are
stored explicitly as **coordinates** and offsets into the storage format as
**positions**.
automatically. Each dimension could also have an optional `SparseTensorDimSliceAttr`.
Copy link
Contributor Author

@yinying-lisa-li yinying-lisa-li Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since slice is not an optional array anymore, I feel like we should talk about it with dimension before going into levels. Please let me know if you have better ideas of where to put it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine.

@yinying-lisa-li yinying-lisa-li marked this pull request as ready for review October 9, 2023 22:19
@llvmbot llvmbot added mlir:sparse Sparse compiler in MLIR mlir labels Oct 9, 2023
automatically. Within the sparse storage format, we refer to indices that are
stored explicitly as **coordinates** and offsets into the storage format as
**positions**.
automatically. Each dimension could also have an optional `SparseTensorDimSliceAttr`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine.

@yinying-lisa-li yinying-lisa-li merged commit 14d0cd6 into llvm:main Oct 10, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mlir:sparse Sparse compiler in MLIR mlir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants