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

ApplyGeneric using linalg_apply #274

Closed jim22k closed 2 years ago

jim22k commented 2 years ago

This was painful to get working correctly, but it no longer segfaults and passes the same tests as the non-linalg lowering pass.

This is just a first step. All the other operations need to be converted to use linalg.generic as well. But this shows the pattern and that work should go much faster.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1947116782


Totals Coverage Status
Change from base Build 1890935545: 0.09%
Covered Lines: 4568
Relevant Lines: 5314

💛 - Coveralls