[all-commits] [llvm/llvm-project] 550288: [mlir][sparse] Add new utility class to help gener...

PeimingLiu via All-commits all-commits at lists.llvm.org
Fri Sep 30 14:42:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 550288cbc3967333886f87677ac8df93b928d32b
      https://github.com/llvm/llvm-project/commit/550288cbc3967333886f87677ac8df93b928d32b
  Author: Peiming Liu <peiming at google.com>
  Date:   2022-09-30 (Fri, 30 Sep 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/SparseTensorRewriting.cpp
    A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_codegen_foreach.mlir

  Log Message:
  -----------
  [mlir][sparse] Add new utility class to help generates loop structures over sparse tensors; Implement foreach operator.

Reviewed By: aartbik

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




More information about the All-commits mailing list