[mlir][sparse] Updating sparse-compiler pipeline for python usage
authorwren romano <2998727+wrengr@users.noreply.github.com>
Tue, 1 Feb 2022 22:19:11 +0000 (14:19 -0800)
committerwren romano <2998727+wrengr@users.noreply.github.com>
Fri, 4 Feb 2022 19:39:48 +0000 (11:39 -0800)
commit4998b1a6cd98c64df7afa7555741b54b60a9d410
treef2654ecad3bc52165e09f411371d8ec8dfbf0058
parent35f7dd601d33219fafa2c0d308e187df3e36847a
[mlir][sparse] Updating sparse-compiler pipeline for python usage

Explicitly nests passes for FuncOp, adds more options to the sparse-compiler pipeline, and updates python integration tests.  This should be sufficient to close https://github.com/llvm/llvm-project/issues/51751

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D118658
mlir/include/mlir/Dialect/SparseTensor/Pipelines/Passes.h
mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp
mlir/test/Integration/Dialect/SparseTensor/python/test_SDDMM.py
mlir/test/Integration/Dialect/SparseTensor/python/test_SpMM.py
mlir/test/Integration/Dialect/SparseTensor/python/test_elementwise_add_sparse_output.py
mlir/test/Integration/Dialect/SparseTensor/python/test_output.py
mlir/test/Integration/Dialect/SparseTensor/python/test_stress.py
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel