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

Support dense, CSR, CSC, and CV tensors in graphblas.print #227

Closed paul-tqh-nguyen closed 2 years ago

paul-tqh-nguyen commented 2 years ago

The changes to print.mlir demonstrate the new behavior implemented in this PR.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1399797943


Files with Coverage Reduction New Missed Lines %
mlir_graphblas/engine.py 1 75.84%
mlir_graphblas/src/build.py 4 83.78%
mlir_graphblas/tests/test_profile.py 4 51.95%
<!-- Total: 9 -->
Totals Coverage Status
Change from base Build 1396064828: -0.05%
Covered Lines: 3416
Relevant Lines: 4130

💛 - Coveralls