-
### What kind of feature would you like to request?
Additional function parameters / changed functionality / changed defaults?
### Please describe your wishes
@Intron7, found a use case 😆
…
-
One consideration, is carrying along property flags that can effect how algorithms are carried out:
GrB_Matrix + property flags --> LAGr_Matrix
-
From , C-API can use `GrB_assign (A, A, NULL, A, GrB_ALL, nrows, GrB_ALL, ncols, Replace) ;` to drop zeros for A. But `A[:A.nrows, :A.ncols] = A[:A.nrows, :A.ncols]` does not work.
I need to count …
-
How should signatures be named and structured.
-
The `plus_first` and `plus_second` semirings are very useful for writing algorithms that only care about the nonzero structure of the matrix because they can work on any user matrix without copy or mo…
-
General user types: Look at the HPEC'18 futures paper. For a generalized user type, we need to add methods to copy, create, and delete edges. Our user defined types today require that the type work wi…
-
Instead, it ignores any error codes coming from collective calls, while on benchmark failures due to interrupted calls to `sleep` it calls `abort` instead of returning `FAILED`. This issue was, in par…
-
Neo4j is mature and has a lot algorithms. But Neo4j is slow.
https://github.com/neo4j-contrib/neo4j-graph-algorithms
I want to integrate RedisGraph with Neo4j. How to do?
-
If you have a DAG of binary operations, you can traverse it in some topological order and generate proper bitcodes for your GPU kernel. OmniSci does it on parsed SQL queries, and more specifically dif…
-
I've recently read the HPEC 2017 paper on [triangle counting without matrix multiplication](https://users.ece.cmu.edu/~franzf/papers/hpec_2017_low.pdf) co-authored by @mcmillan03 and skimmed through t…