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
229 stars 61 forks source link

Impact of the SuiteSparse:GraphBLAS JIT on LAGraph #176

Closed DrTimothyAldenDavis closed 2 months ago

DrTimothyAldenDavis commented 1 year ago

The upcoming JIT in SuiteSparse:GraphBLAS v8.0.0 will have a big impact on LAGraph, in terms of its performance, particularly for user-defined types and operators. It will be important to benchmark this effect, and to consider the use of more user-defined types and operators in the LAGraph algorithms.

DrTimothyAldenDavis commented 2 months ago

The JIT is now in place and some LAGraph algorithms are using it.