[all-commits] [llvm/llvm-project] 5879da: [mlir][sparse] replace experimental flag with inpl...

Aart Bik via All-commits all-commits at lists.llvm.org
Mon May 17 11:44:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5879da496cdf44e50cbd8ea062aa36370e218fdb
      https://github.com/llvm/llvm-project/commit/5879da496cdf44e50cbd8ea062aa36370e218fdb
  Author: Aart Bik <ajcbik at google.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.h
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
    M mlir/test/Dialect/SparseTensor/sparse_lower.mlir
    A mlir/test/Dialect/SparseTensor/sparse_lower_inplace.mlir
    M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sampled_matmul.mlir

  Log Message:
  -----------
  [mlir][sparse] replace experimental flag with inplace attribute

The experimental flag for "inplace" bufferization in the sparse
compiler can be replaced with the new inplace attribute. This gives
a uniform way of expressing the more efficient way of bufferization.

Reviewed By: bixia

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




More information about the All-commits mailing list