[all-commits] [llvm/llvm-project] 85dbb3: [mlir][sparse] support sparse tensor element type ...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Thu Feb 23 09:50:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85dbb3fc4b418049c6c94424d3ef49bbd74b9f06
https://github.com/llvm/llvm-project/commit/85dbb3fc4b418049c6c94424d3ef49bbd74b9f06
Author: Peiming Liu <peiming at google.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorAttrDefs.td
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
M mlir/test/Dialect/SparseTensor/convert_sparse2sparse.mlir
A mlir/test/Dialect/SparseTensor/convert_sparse2sparse_element.mlir
A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_conversion_element.mlir
Log Message:
-----------
[mlir][sparse] support sparse tensor element type conversion in codegen path
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D144578
More information about the All-commits
mailing list