[all-commits] [llvm/llvm-project] 0e8523: [mlir][sparse] refine simply dynamic sparse tensor...
Aart Bik via All-commits
all-commits at lists.llvm.org
Tue Nov 30 13:46:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e85232fa39dbe54b13b40320460dd4f945b29fd
https://github.com/llvm/llvm-project/commit/0e85232fa39dbe54b13b40320460dd4f945b29fd
Author: Aart Bik <ajcbik at google.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
M mlir/test/Dialect/SparseTensor/sparse_out.mlir
Log Message:
-----------
[mlir][sparse] refine simply dynamic sparse tensor outputs
Proper test for sparse tensor outputs is a single condition throughout
the whole tensor index expression (not a general conjunction, since this
may include other conditions that cause cancellation).
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D114810
More information about the All-commits
mailing list