[all-commits] [llvm/llvm-project] 70508b: [mlir][sparse] fix sparse tensor rewriting pattern...

PeimingLiu via All-commits all-commits at lists.llvm.org
Fri Nov 4 16:44:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70508b614e6478ba2c3fc79e935e2c68e2d79b71
      https://github.com/llvm/llvm-project/commit/70508b614e6478ba2c3fc79e935e2c68e2d79b71
  Author: Peiming Liu <peiming at google.com>
  Date:   2022-11-04 (Fri, 04 Nov 2022)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
    M mlir/test/Dialect/SparseTensor/convert_dense2sparse.mlir
    M mlir/test/Dialect/SparseTensor/convert_sparse2sparse.mlir
    M mlir/test/Dialect/SparseTensor/rewriting_for_codegen.mlir
    M mlir/test/Dialect/SparseTensor/sparse_concat_codegen.mlir
    M mlir/test/Dialect/SparseTensor/sparse_reshape.mlir

  Log Message:
  -----------
  [mlir][sparse] fix sparse tensor rewriting patterns that do not propagate sparse tensor SSA properly.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D137468




More information about the All-commits mailing list