[all-commits] [llvm/llvm-project] d114df: [mlir][sparse] Refactor the code that reshapes the...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Wed Jan 11 16:03:00 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d114dfba2dc4187bd9b98291963e64706acab6b5
      https://github.com/llvm/llvm-project/commit/d114dfba2dc4187bd9b98291963e64706acab6b5
  Author: bixia1 <bixia at google.com>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  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 code that reshapes the values buffer for annotated all dense tensors.

Move the functionality to codegen utils for sharing with the codegen path.

Reviewed By: Peiming

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




More information about the All-commits mailing list