[all-commits] [llvm/llvm-project] ccd1a5: [mlir][sparse] Fix a bug in rewriting for the conv...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Thu Nov 10 14:31:04 PST 2022


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

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
    M mlir/test/Dialect/SparseTensor/convert_dense2sparse.mlir
    M mlir/test/Dialect/SparseTensor/convert_sparse2sparse.mlir

  Log Message:
  -----------
  [mlir][sparse] Fix a bug in rewriting for the convert op.

The code to retrieve the number of entries isn't correct.

Reviewed By: Peiming

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




More information about the All-commits mailing list