[all-commits] [llvm/llvm-project] 81e307: [mlir][sparse] Replace sparse_tensor.sort with spa...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Thu Jan 5 15:43:10 PST 2023


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

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h
    M mlir/test/Dialect/SparseTensor/codegen.mlir
    M mlir/test/Dialect/SparseTensor/convert_dense2sparse.mlir

  Log Message:
  -----------
  [mlir][sparse] Replace sparse_tensor.sort with sparse_tensor.sort_coo for sorting COO tensors.

Add codegen pattern for sparse_tensor.indices_buffer.

Reviewed By: aartbik

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




More information about the All-commits mailing list