[all-commits] [llvm/llvm-project] 1ce77b: [mlir][sparse] refine lexicographic insertion to a...

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Nov 17 18:08:59 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ce77b562de4d9a6fc703d39c9242f9786082ef1
      https://github.com/llvm/llvm-project/commit/1ce77b562de4d9a6fc703d39c9242f9786082ef1
  Author: Aart Bik <ajcbik at google.com>
  Date:   2021-11-17 (Wed, 17 Nov 2021)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
    M mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
    M mlir/test/Dialect/SparseTensor/sparse_out.mlir
    A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matrix_ops.mlir
    A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_tensor_ops.mlir

  Log Message:
  -----------
  [mlir][sparse] refine lexicographic insertion to any tensor

First version was vectors only. With some clever "path" insertion,
we now support any d-dimensional tensor. Up next: reductions too

Reviewed By: bixia, wrengr

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




More information about the All-commits mailing list