[all-commits] [llvm/llvm-project] f6424d: [mlir][sparse] Improve quick sort by using a loop ...
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Fri Mar 10 20:43:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6424d11cb3f6d1ece0e3a4633abfd8427d463ff
https://github.com/llvm/llvm-project/commit/f6424d11cb3f6d1ece0e3a4633abfd8427d463ff
Author: bixia1 <bixia at google.com>
Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseBufferRewriting.cpp
M mlir/test/Dialect/SparseTensor/buffer_rewriting.mlir
Log Message:
-----------
[mlir][sparse] Improve quick sort by using a loop to sort the bigger partition.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D145440
More information about the All-commits
mailing list