[all-commits] [llvm/llvm-project] 8b124c: [mlir][sparse] adjust output shape inference to ne...
Aart Bik via All-commits
all-commits at lists.llvm.org
Tue Jan 5 15:37:00 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8b124c19f52cb8ed0236b602df56787553e1e1b6
https://github.com/llvm/llvm-project/commit/8b124c19f52cb8ed0236b602df56787553e1e1b6
Author: Aart Bik <ajcbik at google.com>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Sparsification.cpp
M mlir/test/Dialect/Linalg/sparse_2d.mlir
Log Message:
-----------
[mlir][sparse] adjust output shape inference to new tensor abstraction
Nicolas changed the tensor abstraction so that every output has
its own shape definition. This simplifies the "inference" that
was used in the sparse compiler.
Reviewed By: penpornk
Differential Revision: https://reviews.llvm.org/D94119
More information about the All-commits
mailing list