[all-commits] [llvm/llvm-project] bf9ef3: [mlir][sparse] skip sparsification for unannotated...
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed May 19 13:49:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf9ef3efaa99c02e7bfc4c57207301b8de39a278
https://github.com/llvm/llvm-project/commit/bf9ef3efaa99c02e7bfc4c57207301b8de39a278
Author: Aart Bik <ajcbik at google.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/test/Dialect/SparseTensor/sparse_3d.mlir
M mlir/test/Dialect/SparseTensor/sparse_parallel.mlir
Log Message:
-----------
[mlir][sparse] skip sparsification for unannotated (or unhandled) cases
Skip the sparsification pass for Linalg ops without annotated tensors
(or cases that are not properly handled yet).
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D102787
More information about the All-commits
mailing list