Skip to content

[mlir][sparse] end-to-end matmul between Dense and BSR tensors #71448

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

Merged
merged 6 commits into from
Nov 8, 2023

Conversation

PeimingLiu
Copy link
Member

No description provided.

@llvmbot llvmbot added mlir:sparse Sparse compiler in MLIR mlir labels Nov 6, 2023
// Translates a the index map in the linalg::GenericOp from idx->dim map to
// idx->lvl map. Returns failure if the index map can not be translated to an
// admissible form.
// The funciton also update the GenericOp's index map and iterator type array
Copy link
Contributor

Choose a reason for hiding this comment

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

typo function

@aartbik aartbik self-requested a review November 7, 2023 21:19
@PeimingLiu PeimingLiu merged commit c99951d into llvm:main Nov 8, 2023
@PeimingLiu PeimingLiu deleted the demap-constant branch November 8, 2023 19:28
@rikhuijzer
Copy link
Member

@PeimingLiu should this PR be reverted? I see multiple failures in sparse_block_matmul.mlir on main; especially on the clang-aarch64-sve-vla-2stage runner.

@PeimingLiu
Copy link
Member Author

PeimingLiu commented Nov 9, 2023

Thanks for reporting!

Seems all related to aarch64, let's disable the test for now #71818

@andykaylor
Copy link
Contributor

It looks like the test has been flaky on mlir-nvidia-gcc7 too.

https://lab.llvm.org/buildbot/#/builders/264/builds/4004

@PeimingLiu
Copy link
Member Author

I am not sure why it fails.. #71845 is my best guess

zahiraam pushed a commit to zahiraam/llvm-project that referenced this pull request Nov 20, 2023
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.

7 participants