[all-commits] [llvm/llvm-project] 0d6000: [mlir][sparse] Reorganize tests for the sparse_ten...
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Fri Oct 14 14:38:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d6000025788ebc3947cf6d4001fdd582c6c2a99
https://github.com/llvm/llvm-project/commit/0d6000025788ebc3947cf6d4001fdd582c6c2a99
Author: bixia1 <bixia at google.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M mlir/test/Dialect/SparseTensor/conversion.mlir
R mlir/test/Dialect/SparseTensor/conversion_sparse2dense.mlir
R mlir/test/Dialect/SparseTensor/conversion_sparse2sparse.mlir
A mlir/test/Dialect/SparseTensor/convert_dense2sparse.mlir
A mlir/test/Dialect/SparseTensor/convert_sparse2dense.mlir
A mlir/test/Dialect/SparseTensor/convert_sparse2sparse.mlir
Log Message:
-----------
[mlir][sparse] Reorganize tests for the sparse_tensor.convert operator.
Rename conversion_sparse2dense.mlir and conversion_sparse2sparse.mlir to
convert_sparse2dense.mlir/sparse2sparse.mlir.
Add convert_dense2sparse.mlir. Move the sparse_tensor.convert operator tests
out of conversion.mlir.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D135922
More information about the All-commits
mailing list