[all-commits] [llvm/llvm-project] eb8770: [mlir][sparse] Add rewriting rule for the convert ...
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Tue Nov 1 15:57:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb877006a61733a87257c1c999f5a0b880ccf3cd
https://github.com/llvm/llvm-project/commit/eb877006a61733a87257c1c999f5a0b880ccf3cd
Author: bixia1 <bixia at google.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensor.h
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
M mlir/test/Dialect/SparseTensor/convert_dense2sparse.mlir
M mlir/test/Dialect/SparseTensor/convert_sparse2dense.mlir
M mlir/test/Dialect/SparseTensor/convert_sparse2sparse.mlir
M mlir/test/Dialect/SparseTensor/rewriting_for_codegen.mlir
M mlir/test/Dialect/SparseTensor/sparse_concat_codegen.mlir
M mlir/test/Dialect/SparseTensor/sparse_reshape.mlir
Log Message:
-----------
[mlir][sparse] Add rewriting rule for the convert operator.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D136301
More information about the All-commits
mailing list