[all-commits] [llvm/llvm-project] bc5a02: [mlir][sparse] cleanup of pass code
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed Aug 16 13:24:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc5a023b81ec6ce7213f779e49cfc177a0efd8e9
https://github.com/llvm/llvm-project/commit/bc5a023b81ec6ce7213f779e49cfc177a0efd8e9
Author: Aart Bik <ajcbik at google.com>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.h
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
Log Message:
-----------
[mlir][sparse] cleanup of pass code
This reorders the pass declarations and definitions in a
consistent order and makes the layout a bit more clear.
Also makes the "minipipeline" sparsification-and-bufferization
available through the command line for individual testing.
Reviewed By: Peiming
Differential Revision: https://reviews.llvm.org/D158105
More information about the All-commits
mailing list