[all-commits] [llvm/llvm-project] 758ccf: [mlir][sparse] add test for DimOp folding
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Aug 20 11:24:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 758ccf8506c387f03a2c42d303de1343f2c4022b
https://github.com/llvm/llvm-project/commit/758ccf8506c387f03a2c42d303de1343f2c4022b
Author: Aart Bik <ajcbik at google.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M mlir/test/Dialect/SparseTensor/conversion.mlir
Log Message:
-----------
[mlir][sparse] add test for DimOp folding
Folding in the MLIR uses the order of the type directly
but folding in the underlying implementation must take
the dim ordering into account. These tests clarify that
behavior and verify it is done right.
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D108474
More information about the All-commits
mailing list