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

Analyze algorithms to identify necessary ops #252

Open paul-tqh-nguyen opened 2 years ago

paul-tqh-nguyen commented 2 years ago

A lot of our algorithms in algorithms.py have workarounds for ops that we don't have yet.

Some ops we might need include:

We should review all of our algorithms to see if there are any ops we need.

The minimum work that should be done for this ticket is: