[all-commits] [llvm/llvm-project] 8550ae: [mlir][sparse] Extend sorting function generator t...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Tue Jan 31 10:22:41 PST 2023


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

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

  Log Message:
  -----------
  [mlir][sparse] Extend sorting function generator to support operand beyond (lo, hi, xs, ys).

This is to prepare for implementing a hybrid quick sort, which switches to heap
sort when the recursive depth exceeds certain limits.

Reviewed By: aartbik

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




More information about the All-commits mailing list