[all-commits] [llvm/llvm-project] 1b2748: [mlir][sparse] further implement singleton dimensi...

wren romano via All-commits all-commits at lists.llvm.org
Wed Oct 5 16:15:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b27484a49ac12a5dad632e633c1c77b4281545d
      https://github.com/llvm/llvm-project/commit/1b27484a49ac12a5dad632e633c1c77b4281545d
  Author: wren romano <2998727+wrengr at users.noreply.github.com>
  Date:   2022-10-05 (Wed, 05 Oct 2022)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
    M mlir/lib/ExecutionEngine/SparseTensor/NNZ.cpp
    M mlir/test/Dialect/SparseTensor/conversion_sparse2sparse.mlir
    M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conversion_sparse2sparse.mlir
    M mlir/test/Integration/Dialect/SparseTensor/python/test_stress.py

  Log Message:
  -----------
  [mlir][sparse] further implement singleton dimension level type

Handle more cases of singleton DLT including direct sparse2sparse conversion.  (Followup to D134096)

Depends On D134926

Reviewed By: aartbik

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




More information about the All-commits mailing list