|
| 1 | +LAGraph TODO: |
| 2 | + |
| 3 | +Aug 21, 2024: |
| 4 | + |
| 5 | + (1) LAGraph 1.1.4 release, with latest GraphBLAS compiled in CI, not |
| 6 | + from conda. But see comment in PR first. |
| 7 | + |
| 8 | + LAGraph v1.2: |
| 9 | + (3) doesn't compile for vanilla GraphBLAS; add vanilla case to CI |
| 10 | + (4) new algorithms, many ready for src, many need a little work. |
| 11 | + (5) FIXMEs in src: use GrB_get instead of GxB* |
| 12 | + (6) MaximalMatching and CoarsenMatching tests pass with the new |
| 13 | + random number generator, but they require LAGraph_Incidence_Matrix, |
| 14 | + which needs work to be ready for src |
| 15 | + |
| 16 | +May 29, 2024: |
| 17 | + |
| 18 | + since last meeting: added better random number generator, and argmin/argmax |
| 19 | + agenda: see May 15: |
| 20 | + (1) many FIXMEs |
| 21 | + (2) need latest GraphBLAS (at least 9.1.0) |
| 22 | + (3) test coverage |
| 23 | + (4) fix MaximalMatching and CoarsenMatching (change in random number |
| 24 | + generator broke their tests) |
| 25 | + |
| 26 | +May 15, 2024: |
| 27 | + |
| 28 | + agenda: |
| 29 | + need to start moving algorithms from experimental to src; |
| 30 | + see all the FIXMEs. |
| 31 | + need conda forge with GraphBLAS 9.1.x for github CI |
| 32 | + discussion: on random number generation |
| 33 | + |
| 34 | +May 1, 2024: |
| 35 | + |
| 36 | + discussed random number generation. |
| 37 | + See commit to v1.2 branch. We also need a more robust |
| 38 | + method (Tim Mattson is working on it). |
| 39 | + |
| 40 | +Apr 3, 2024: |
| 41 | + |
| 42 | + candidates for moving experimental into src: |
| 43 | + |
| 44 | + Need a good set of random # generators: |
| 45 | + both quick and "dirty", and slow and good. |
| 46 | + |
| 47 | + experimental/algorithm/LAGraph_AllKCore.c |
| 48 | + experimental/algorithm/LAGraph_AllKTruss.c |
| 49 | + experimental/algorithm/LAGraph_Coarsen_Matching.c |
| 50 | + experimental/algorithm/LAGraph_EstimateDiameter.c |
| 51 | + experimental/algorithm/LAGraph_ExactDiameter.c |
| 52 | + experimental/algorithm/LAGraph_FastGraphletTransform.c |
| 53 | + experimental/algorithm/LAGraph_HITS.c |
| 54 | + experimental/algorithm/LAGraph_Hdip_Fiedler.c |
| 55 | + experimental/algorithm/LAGraph_KCore.c |
| 56 | + experimental/algorithm/LAGraph_KCoreDecompose.c |
| 57 | + experimental/algorithm/LAGraph_KTruss.c |
| 58 | + experimental/algorithm/LAGraph_MaximalIndependentSet.c |
| 59 | + experimental/algorithm/LAGraph_MaximalMatching.c |
| 60 | + experimental/algorithm/LAGraph_MultiSourceBFS.c |
| 61 | + experimental/algorithm/LAGraph_SquareClustering.c |
| 62 | + experimental/algorithm/LAGraph_VertexCentrality_Triangle.c |
| 63 | + experimental/algorithm/LAGraph_lcc.c |
| 64 | + experimental/algorithm/LAGraph_scc.c |
| 65 | + experimental/utility/LAGraph_Incidence_Matrix.c |
| 66 | + |
| 67 | +Notes from LAGraph meeting, Mar 20, 2024: |
| 68 | + |
| 69 | + v1.2: |
| 70 | + * now using v2.1 C API, but requires a recent SS:GraphBLAS |
| 71 | + (add v8.3.x and latest v9.0.3 to CI)? |
| 72 | + * test coverage of new experimental methods |
| 73 | + * any polished algorithms to move from experimental -> src? |
| 74 | + |
| 75 | + Future: |
| 76 | + * add support for complex data types in LAGraph? GrB? |
| 77 | + see sparse BLAS effort; they need complex |
| 78 | + |
| 79 | +Notes from LAGraph meeting, June 14, 2023: |
| 80 | + |
| 81 | + For LAGraph 1.2: |
| 82 | + |
| 83 | + * move algorithms from experimental to src |
| 84 | + * use v2.1 C API spec |
| 85 | + |
| 86 | + * test coverage of new experimental methods |
| 87 | + * need faster MM reader/writer |
| 88 | + |
| 89 | + |
| 90 | + LDBC: updates, in src, and experimental <<<< |
| 91 | + polished experimental --> to src |
| 92 | + |
| 93 | + |
| 94 | +document promotion from experimental to src |
| 95 | + (checklist) |
| 96 | + |
| 97 | + (1) doxygen comments in LAGraphX.h -> LAGraph.h |
| 98 | + (2) match error codes, msg usage |
| 99 | + (3) unit test, experimental/test/test_HelloWorld |
| 100 | + kinds of tests |
| 101 | + (a) reimplement algo in C, compare w LAGraph |
| 102 | + (b) check validity after getting LAGraph result |
| 103 | + (c) bespoke sample results from other packages |
| 104 | + for specific graph test cases |
| 105 | + (d) smoke test ... need more than this |
| 106 | + (4) experimental/benchmark/hello_demo.c |
| 107 | + (5) performance OK? compared to what baseline? |
| 108 | + time and memory |
| 109 | + |
| 110 | + (6) How GraphBLASy is it? |
| 111 | + (7) GxB or vanilla? |
| 112 | + |
| 113 | + |
0 commit comments