[all-commits] [llvm/llvm-project] d3f5f3: [mlir][scf] support 1:N type conversion for scf.for.

PeimingLiu via All-commits all-commits at lists.llvm.org
Fri Oct 21 14:12:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d3f5f330671e718a0e28598c412d09e9a3b54273
      https://github.com/llvm/llvm-project/commit/d3f5f330671e718a0e28598c412d09e9a3b54273
  Author: Peiming Liu <peiming at google.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
    M mlir/lib/Dialect/SCF/Transforms/StructuralTypeConversions.cpp
    A mlir/test/Dialect/SparseTensor/scf_1_N_conversion.mlir

  Log Message:
  -----------
  [mlir][scf] support 1:N type conversion for scf.for.

scf.for used to only support 1:1 type conversion, this patch add support for 1:N type conversion.

Reviewed By: aartbik

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




More information about the All-commits mailing list