[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
Loading
Please sign in to comment