-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
Conversation
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`. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine.
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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine.
No description provided.