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

Functional tests for secondi, firsti, and overlapi #225

Open paul-tqh-nguyen opened 2 years ago

paul-tqh-nguyen commented 2 years ago

The secondi, firsti, and overlapi choices for the multiplication part of a semiring were added while working on https://github.com/metagraph-dev/mlir-graphblas/pull/224/. This happened while we were in the middle of converting our FileCheck tests from syntax/translation-checking tests into functional tests. Thus, the task of creating functional tests for secondi, firsti, and overlapi was put on hold.

At some point, we should add functional tests for secondi, firsti, and overlapi.

These tests should:

Additionally, it'll be nice to: