[all-commits] [llvm/llvm-project] 42102e: [mlir][sparse] partially support lowering sparse c...

Peiming Liu via All-commits all-commits at lists.llvm.org
Wed Aug 21 11:30:14 PDT 2024


  Branch: refs/heads/users/PeimingLiu/stack/1
  Home:   https://github.com/llvm/llvm-project
  Commit: 42102ed273d9f3ebac6163a792efd12e562e3dff
      https://github.com/llvm/llvm-project/commit/42102ed273d9f3ebac6163a792efd12e562e3dff
  Author: Peiming Liu <peiming at google.com>
  Date:   2024-08-21 (Wed, 21 Aug 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensor.h
    M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
    M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseIterationToScf.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/Utils/LoopEmitter.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/Utils/LoopEmitter.h
    M mlir/lib/Dialect/SparseTensor/Transforms/Utils/SparseTensorIterator.h
    M mlir/test/Dialect/SparseTensor/sparse_kernels_to_iterator.mlir
    A mlir/test/Integration/Dialect/SparseTensor/CPU/iterator-based-kernel.mlir
    R mlir/test/Integration/Dialect/SparseTensor/CPU/iterator-based-sqsum.mlir

  Log Message:
  -----------
  [mlir][sparse] partially support lowering sparse coiteration loops to scf.while/for.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list