[all-commits] [llvm/llvm-project] 849f01: [mlir][sparse] accept affine subscripts in outer d...
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Oct 11 11:45:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 849f016ce8322d492e7d85eaf0c2d322e8836a64
https://github.com/llvm/llvm-project/commit/849f016ce8322d492e7d85eaf0c2d322e8836a64
Author: Aart Bik <ajcbik at google.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/test/Dialect/SparseTensor/sparse_vector.mlir
Log Message:
-----------
[mlir][sparse] accept affine subscripts in outer dimensions of dense memrefs
This relaxes vectorization of dense memrefs a bit so that affine expressions
are allowed in more outer dimensions. Vectorization of non unit stride
references is disabled though, since this seems ineffective anyway.
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D111469
More information about the All-commits
mailing list