[all-commits] [llvm/llvm-project] 13c417: [mlir][sparse] Only insert non-zero values to the ...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Tue Nov 15 11:53:05 PST 2022


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

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

  Log Message:
  -----------
  [mlir][sparse] Only insert non-zero values to the result of the concatenate operation.

Modify the integration test to check number_of_entries and use it to limit for
outputing sparse tensor values.

Reviewed By: aartbik, Peiming

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




More information about the All-commits mailing list