[all-commits] [llvm/llvm-project] 156a4b: [mlir][sparse] deprecate the convert{To, From}MLIRS...

Aart Bik via All-commits all-commits at lists.llvm.org
Thu Sep 14 10:02:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 156a4ba9b40c8b2c03b761dd23c4c3ca2da69e1c
      https://github.com/llvm/llvm-project/commit/156a4ba9b40c8b2c03b761dd23c4c3ca2da69e1c
  Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
    M mlir/include/mlir/ExecutionEngine/SparseTensorRuntime.h
    M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp

  Log Message:
  -----------
  [mlir][sparse] deprecate the convert{To,From}MLIRSparseTensor methods (#66304)

Rationale:
These libraries provided COO input and output at external boundaries
which, since then, has been generalized to the much more powerful pack
and unpack operations of the sparse tensor dialect.




More information about the All-commits mailing list