[mlir][sparse] Add codegen rule for the push_back operator.
authorbixia1 <bixia@google.com>
Wed, 21 Sep 2022 16:26:09 +0000 (09:26 -0700)
committerbixia1 <bixia@google.com>
Thu, 22 Sep 2022 16:09:49 +0000 (09:09 -0700)
commit4132bce9e56b00cdce8928e4ea67b136c93f46a2
tree3b0f21a76d8f828ca7c8be2ab10e43165bd855fe
parent47afaf2eb02b1424a9aba241ccd02393a0cbc648
[mlir][sparse] Add codegen rule for the push_back operator.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D134372
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
mlir/test/Dialect/SparseTensor/codegen.mlir
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_codegen_push_back.mlir [new file with mode: 0644]