[all-commits] [llvm/llvm-project] e3d64c: [mlir][sparse] more concise sparse tensor type pri...
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed Aug 17 17:36:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3d64ccf9f559731896ae8ce1ac44f7caa824bb6
https://github.com/llvm/llvm-project/commit/e3d64ccf9f559731896ae8ce1ac44f7caa824bb6
Author: Aart Bik <ajcbik at google.com>
Date: 2022-08-17 (Wed, 17 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorAttrDefs.td
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/test/Dialect/SparseTensor/roundtrip_encoding.mlir
M mlir/test/Dialect/SparseTensor/sparse_1d.mlir
M mlir/test/Dialect/SparseTensor/sparse_2d.mlir
M mlir/test/Dialect/SparseTensor/sparse_3d.mlir
M mlir/test/Dialect/SparseTensor/sparse_lower_col.mlir
M mlir/test/Dialect/SparseTensor/sparse_nd.mlir
M mlir/test/Dialect/SparseTensor/sparse_out.mlir
M mlir/test/Dialect/SparseTensor/sparse_transpose.mlir
Log Message:
-----------
[mlir][sparse] more concise sparse tensor type printing
This change omits default values from the sparse tensor type,
saving considerable text real estate for the common cases.
Reviewed By: Peiming
Differential Revision: https://reviews.llvm.org/D132083
More information about the All-commits
mailing list