GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
225 stars 59 forks source link

Added basic push/pull optimization code to LAGraph_MaximalMatching #226

Closed VidithM closed 1 year ago

VidithM commented 1 year ago

Changes to LAGraph_MaximalMatching:

Results for $N = 10^6$, $k = 10$, sparsity_thresh = 0.06 Threads Speedup Old Speedup (no push/pull)
8 15.6 10.38
12 20.29 13.85
24 28.67 15.54

The old results are from my undergrad thesis. All results were collected on backslash.

Changes to test_CoarsenMatching: