[all-commits] [llvm/llvm-project] 98f93e: [mlir][sparse] factorized merger/emitter/codegen i...

Aart Bik via All-commits all-commits at lists.llvm.org
Tue Dec 20 11:34:29 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98f93e3b726ac061153ff381b0119d6f2711abe4
      https://github.com/llvm/llvm-project/commit/98f93e3b726ac061153ff381b0119d6f2711abe4
  Author: Aart Bik <ajcbik at google.com>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp

  Log Message:
  -----------
  [mlir][sparse] factorized merger/emitter/codegen into single environment

This cleans up a lot of parameter passing. It also prepares adding
proper "delegate" functions to the new environment and moving this
out into its own class with a better OO design.

Reviewed By: Peiming

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




More information about the All-commits mailing list