[all-commits] [llvm/llvm-project] 744146: [MLIR][Sparse] Refactor lattice code into its own ...
Gus Smith via All-commits
all-commits at lists.llvm.org
Thu Jun 24 16:04:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 744146f60bbf74872039871dee771d18f69bff89
https://github.com/llvm/llvm-project/commit/744146f60bbf74872039871dee771d18f69bff89
Author: Gus Smith <gusss at google.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
A mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h
M mlir/lib/Dialect/SparseTensor/CMakeLists.txt
M mlir/lib/Dialect/SparseTensor/Transforms/CMakeLists.txt
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
A mlir/lib/Dialect/SparseTensor/Utils/CMakeLists.txt
A mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
Log Message:
-----------
[MLIR][Sparse] Refactor lattice code into its own file
Moves iteration lattice/merger code into new SparseTensor/Utils directory. A follow-up CL will add lattice/merger unit tests.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D104757
More information about the All-commits
mailing list