[all-commits] [llvm/llvm-project] 4f729d: [mlir][sparse] Add rewriting rules for sparse_tens...
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Mon Nov 14 08:49:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f729d5a7056bbb59621c1332598db924c2f1fd6
https://github.com/llvm/llvm-project/commit/4f729d5a7056bbb59621c1332598db924c2f1fd6
Author: bixia1 <bixia at google.com>
Date: 2022-11-14 (Mon, 14 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
M mlir/lib/Dialect/SparseTensor/Transforms/SparseBufferRewriting.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
M mlir/test/Dialect/SparseTensor/buffer_rewriting.mlir
A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_rewrite_sort_coo.mlir
Log Message:
-----------
[mlir][sparse] Add rewriting rules for sparse_tensor.sort_coo.
Refactor the rewriting of sparse_tensor.sort to support the implementation of
sparse_tensor.sort_coo.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D137522
More information about the All-commits
mailing list