[all-commits] [llvm/llvm-project] cf7906: [mlir][sparse] Fix getUnorderedCOOFromType for ran...
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Thu Oct 20 16:33:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf7906cbbdd50cc414c1df40f149c3aaf7a56cba
https://github.com/llvm/llvm-project/commit/cf7906cbbdd50cc414c1df40f149c3aaf7a56cba
Author: bixia1 <bixia at google.com>
Date: 2022-10-20 (Thu, 20 Oct 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
Log Message:
-----------
[mlir][sparse] Fix getUnorderedCOOFromType for rank 1 tensor.
Previously, it used DimLevelType::SingletonNo to represent an unorder COO
tensor of rank 1 while it should use DimLevelType::CompressedNuNo.
Reviewed By: Peiming, wrengr
Differential Revision: https://reviews.llvm.org/D136387
More information about the All-commits
mailing list