[all-commits] [llvm/llvm-project] 4329ca: [mlir][sparse] Add sparse_tensor.sort operator.
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Tue Sep 27 12:00:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4329ca61e821bb594ffaa280481b7f92d8ad31b1
https://github.com/llvm/llvm-project/commit/4329ca61e821bb594ffaa280481b7f92d8ad31b1
Author: bixia1 <bixia at google.com>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
M mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/test/Dialect/SparseTensor/invalid.mlir
M mlir/test/Dialect/SparseTensor/roundtrip.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][sparse] Add sparse_tensor.sort operator.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D134482
More information about the All-commits
mailing list