-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[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
Conversation
mlir/lib/Dialect/SparseTensor/Transforms/SparseReinterpretMap.cpp
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/SparseTensor/Transforms/SparseReinterpretMap.cpp
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/SparseTensor/Transforms/SparseReinterpretMap.cpp
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/SparseTensor/Transforms/SparseReinterpretMap.cpp
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/SparseTensor/Transforms/SparsificationAndBufferizationPass.cpp
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/SparseTensor/Transforms/SparsificationAndBufferizationPass.cpp
Show resolved
Hide resolved
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/SparseTensor/Transforms/SparseReinterpretMap.cpp
Outdated
Show resolved
Hide resolved
// 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 |
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.
typo function
mlir/lib/Dialect/SparseTensor/Transforms/SparseReinterpretMap.cpp
Outdated
Show resolved
Hide resolved
mlir/lib/Dialect/SparseTensor/Transforms/SparseReinterpretMap.cpp
Outdated
Show resolved
Hide resolved
@PeimingLiu should this PR be reverted? I see multiple failures in |
Several buildbots are failing in |
Thanks for reporting! Seems all related to aarch64, let's disable the test for now #71818 |
It looks like the test has been flaky on mlir-nvidia-gcc7 too. |
I am not sure why it fails.. #71845 is my best guess |
No description provided.