-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 Sparsifier sorts unordered COO in a wrong order. #66664
Labels
mlir:sparse
Sparse compiler in MLIR
Comments
@llvm/issue-subscribers-mlir-sparse
To reproduce, simply apply the attached patch and run test `sparse_rewrite_sort_coo.mlir`.
The patch to apply:
|
PeimingLiu
added a commit
that referenced
this issue
Sep 18, 2023
ZijunZhaoCCK
pushed a commit
to ZijunZhaoCCK/llvm-project
that referenced
this issue
Sep 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce, simply apply the attached patch and run test
sparse_rewrite_sort_coo.mlir
.The patch to apply:
The text was updated successfully, but these errors were encountered: