metagraph-dev / mlir-graphblas

MLIR tools and dialect for GraphBLAS
https://mlir-graphblas.readthedocs.io/en/latest/
Apache License 2.0
15 stars 6 forks source link

Initial implementation of convenience pass. #237

Closed paul-tqh-nguyen closed 2 years ago

paul-tqh-nguyen commented 2 years ago

This is intended to help with https://github.com/metagraph-dev/mlir-graphblas/issues/152.

This PR is intended to partially implement the convenience pass as described in https://github.com/metagraph-dev/mlir-graphblas/issues/152#issuecomment-963253778. This simply adds the graphblas.convert_layout adding functionality to the --graphblas-structuralize pass.

The long-term plan is to:

I believe the plan above will completely address https://github.com/metagraph-dev/mlir-graphblas/issues/152.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1447669674


Totals Coverage Status
Change from base Build 1446240513: 0.0%
Covered Lines: 3678
Relevant Lines: 4389

💛 - Coveralls