[all-commits] [llvm/llvm-project] 619bfe: [mlir][sparse] support new kind of scalar in spars...
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed Jun 16 11:01:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 619bfe8bd23f76b22f0a53fedafbfc8c97a15f12
https://github.com/llvm/llvm-project/commit/619bfe8bd23f76b22f0a53fedafbfc8c97a15f12
Author: Aart Bik <ajcbik at google.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
A mlir/test/Dialect/SparseTensor/sparse_scalars.mlir
Log Message:
-----------
[mlir][sparse] support new kind of scalar in sparse linalg generic op
We have several ways of introducing a scalar invariant value into
linalg generic ops (should we limit this somewhat?). This revision
makes sure we handle all of them correctly in the sparse compiler.
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D104335
More information about the All-commits
mailing list