[all-commits] [llvm/llvm-project] 555e78: [mlir][sparse] Fix rewriting for convert op and co...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Tue Nov 15 14:45:36 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 555e7835f40c13c2bdcd8efef3bdf906e080cfb2
      https://github.com/llvm/llvm-project/commit/555e7835f40c13c2bdcd8efef3bdf906e080cfb2
  Author: bixia1 <bixia at google.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
    M mlir/test/Integration/Dialect/SparseTensor/CPU/concatenate.mlir

  Log Message:
  -----------
  [mlir][sparse] Fix rewriting for convert op and concatenate op.

Fix a problem in convert op rewriting where it used the original index for
ToIndicesOp.

Extend the concatenate op rewriting to handle dense destination and dynamic
shape destination.

Make the concatenate op integration test run on the codegen path.

Reviewed By: Peiming

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




More information about the All-commits mailing list