[all-commits] [llvm/llvm-project] e7d3ba: [mlir][sparse] accept sparse reshape (expand/colla...

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Jun 22 09:40:53 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7d3ba1066c825c07b71deae512a40731769a963
      https://github.com/llvm/llvm-project/commit/e7d3ba1066c825c07b71deae512a40731769a963
  Author: Aart Bik <ajcbik at google.com>
  Date:   2022-06-22 (Wed, 22 Jun 2022)

  Changed paths:
    M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
    A mlir/test/Dialect/SparseTensor/sparse_reshape.mlir

  Log Message:
  -----------
  [mlir][sparse] accept sparse reshape (expand/collapse)

This revision makes sure we accept sparse tensors as arguments
of the expand/collapse reshaping operations in the tensor dialect.
Note that the actual lowering to runnable IR is still TBD.

Reviewed By: springerm

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




More information about the All-commits mailing list