[all-commits] [llvm/llvm-project] 349bce: [mlir][sparse] Refactor the conversion of the tens...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Mon Oct 3 11:07:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 349bceba65adb224ddeebdd9e10dea9bc1f33a25
      https://github.com/llvm/llvm-project/commit/349bceba65adb224ddeebdd9e10dea9bc1f33a25
  Author: bixia1 <bixia at google.com>
  Date:   2022-10-03 (Mon, 03 Oct 2022)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp

  Log Message:
  -----------
  [mlir][sparse] Refactor the conversion of the tensor reshape operators.

Move genReshapeDstShape to codegen utils to support the rewriting of the tensor
reshape operators for the codegen path.

Reviewed By: aartbik

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




More information about the All-commits mailing list