[mlir][sparse] Added new SparseTensorEncodingAttr::withoutOrdering factory
authorwren romano <2998727+wrengr@users.noreply.github.com>
Thu, 15 Dec 2022 22:32:58 +0000 (14:32 -0800)
committerwren romano <2998727+wrengr@users.noreply.github.com>
Fri, 16 Dec 2022 02:14:54 +0000 (18:14 -0800)
commit96fef4dc3c9313d476fafe96d4c380988cf0ecda
tree8c0f16bd380fd0fa21f5105f6dc778d04bbb8c30
parent58c38e4536ebc536a1dd9edb3573f4d105a6720c
[mlir][sparse] Added new SparseTensorEncodingAttr::withoutOrdering factory

Reviewed By: aartbik, Peiming

Differential Revision: https://reviews.llvm.org/D140171
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorAttrDefs.td
mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp