[all-commits] [llvm/llvm-project] ec8f29: [mlir][sparse] fix bug in workspace dimension comp...
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Sep 8 08:25:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec8f2905a33ba970543c8edb4141c47f30d325f7
https://github.com/llvm/llvm-project/commit/ec8f2905a33ba970543c8edb4141c47f30d325f7
Author: Aart Bik <ajcbik at google.com>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
M mlir/test/Dialect/SparseTensor/conversion.mlir
M mlir/test/Dialect/SparseTensor/sparse_expand.mlir
A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_expand.mlir
Log Message:
-----------
[mlir][sparse] fix bug in workspace dimension computation
Access pattern expansion is always done along the innermost stored
dimension, but this was incorrectly reordered due to using a
general utility typically used by original dimensions only.
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D133472
More information about the All-commits
mailing list