[all-commits] [llvm/llvm-project] 266a74: [mlir][sparse] move tensor expression builder into...
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Jul 1 09:27:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 266a7414d8f2643be2b1dad86693b12a9f1246fa
https://github.com/llvm/llvm-project/commit/266a7414d8f2643be2b1dad86693b12a9f1246fa
Author: Aart Bik <ajcbik at google.com>
Date: 2021-07-01 (Thu, 01 Jul 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/CMakeLists.txt
M mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
Log Message:
-----------
[mlir][sparse] move tensor expression builder into Merger utility
Rationale:
Follow-up on migrating lattice and tensor expression related methods into the new utility.
This also prepares the next step of generalizing the op kinds that are handled.
Reviewed By: gussmith23
Differential Revision: https://reviews.llvm.org/D105219
More information about the All-commits
mailing list