We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cc4b9 commit d9a8b0aCopy full SHA for d9a8b0a
minutes/2023-01-25.md
@@ -0,0 +1,33 @@
1
+
2
+Minutes, Jan 25, 2023
3
4
+ topics:
5
+ * add more algorithms
6
+ * document how algorithms are to be added
7
+ * Network X <---> LAGraph
8
+ * look at cuGraph
9
10
+ * better kernels in GraphBLAS (GxB):
11
+ - 'aggregator' monoids, (community detection needs mode)
12
13
+ c = A*x
14
+ monoid: "mode" (not a monoid)
15
+ mult: second(aij,x) = x
16
17
+ - GrB_Vector-based method for GxB_select of a matrix
18
+ (need by scc, and more)
19
20
+ select op:
21
+ depends on parent, dense vector
22
23
+ keep a(i,j) if parent(i) == parent(j)
24
25
+ - workvector format for GrB_Vector
26
27
+ - JIT
28
+ - CUDA, SYCL, ...
29
30
+ * add to SuiteSparse (cmake mods)
31
32
+ * Intel DevCloud -- benchmark GAP: Saphire Rapids
33
0 commit comments