[all-commits] [llvm/llvm-project] 4998b1: [mlir][sparse] Updating sparse-compiler pipeline f...
wren romano via All-commits
all-commits at lists.llvm.org
Fri Feb 4 11:40:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4998b1a6cd98c64df7afa7555741b54b60a9d410
https://github.com/llvm/llvm-project/commit/4998b1a6cd98c64df7afa7555741b54b60a9d410
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Pipelines/Passes.h
M mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp
M mlir/test/Integration/Dialect/SparseTensor/python/test_SDDMM.py
M mlir/test/Integration/Dialect/SparseTensor/python/test_SpMM.py
M mlir/test/Integration/Dialect/SparseTensor/python/test_elementwise_add_sparse_output.py
M mlir/test/Integration/Dialect/SparseTensor/python/test_output.py
M mlir/test/Integration/Dialect/SparseTensor/python/test_stress.py
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[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
More information about the All-commits
mailing list