[all-commits] [llvm/llvm-project] cad464: [mlir][sparse] Improve handling of NEW_SYNTAX
wren romano via All-commits
all-commits at lists.llvm.org
Fri Aug 4 17:53:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cad4646733092bb5909e2294da7d38da33c71c69
https://github.com/llvm/llvm-project/commit/cad4646733092bb5909e2294da7d38da33c71c69
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2023-08-04 (Fri, 04 Aug 2023)
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
Log Message:
-----------
[mlir][sparse] Improve handling of NEW_SYNTAX
Improves the conversion from `DimLvlMap` to STEA, in order to correct rank-mismatch issues in the roundtrip tests.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D157162
More information about the All-commits
mailing list