[all-commits] [llvm/llvm-project] 779dcd: [mlir][sparse] move sparse tensor rewriting into i...
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed Oct 5 14:53:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 779dcd2ecce84983fcec0a23dee66f85772cb17a
https://github.com/llvm/llvm-project/commit/779dcd2ecce84983fcec0a23dee66f85772cb17a
Author: Aart Bik <ajcbik at google.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.h
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
M mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
M mlir/test/Dialect/SparseTensor/rewriting.mlir
M mlir/test/Dialect/SparseTensor/sparse_concat_codegen.mlir
M mlir/test/Dialect/SparseTensor/sparse_fill_zero.mlir
M mlir/test/Dialect/SparseTensor/sparse_sddmm.mlir
Log Message:
-----------
[mlir][sparse] move sparse tensor rewriting into its own pass
Makes individual testing and debugging easier.
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D135319
More information about the All-commits
mailing list