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

Run the JIT of SuiteSparse:GraphBLAS in CI #188

Closed szarnyasg closed 2 months ago

szarnyasg commented 1 year ago

LAGraph should be tested with the JIT coming out in SuiteSparse:GraphBLAS v8.0.0.

DrTimothyAldenDavis commented 2 months ago

The CI now downloads the latest GraphBLAS (currently 9.3.1), and compiles it from scratch in 'compact' mode. In that mode, there are no 'factory kernels', so the JIT kernels are mostly used instead.