-
The C parser differes from the c++ parser because it uses runtime polymorphism and does not use templates. Since C is a static language, the format needs to be encoded dynamically.
Once we have a …
-
A few days ago a user posted an issue describing calculation's from NetworkX not matching against Graphblas's implementation on SO. Thought i'd pass on the details along as another kind gent has descr…
-
How/where should we list presentations given about GraphBLAS?
- "Building a Faster NetworkX-like Library Using GraphBLAS" | PyOhio 2022
- https://www.youtube.com/watch?v=lVkkBj6m9K0
- "GraphBLA…
-
Does the current scope of graphblas cover the dynamic connectivity problem? Normally when solving the dynamic connectivity problem, we construct a spanning tree (with non-tree edges) and check if two …
-
Hello!
When I trying to compilate RedisGraph in Linux Manjaro (kernel 5.15.61) appear the next error:
Siriys@$ /home/grigoriy/RedisGraph >make …
ghost updated
2 years ago
-
@mmuetzel : I tried to enable cuda in SuiteSparse/GraphBLAS by setting ENABLE_CUDA to ON in SuiteSparse/GraphBLAS/CMakeLists.txt, but the cmake reports an error about not finding rmm_wrap. I realize …
-
It will be an ongoing effort to make it easier to contribute to `graphblas-algorithms`, so lets gather ideas and prioritize in this thread. Heh, right now, I encourage potential contributors to be v…
-
### Premise
- GraphBLAS implementations need to provide a choice for multiple data-structures of sparse and hyper sparse matrices and vectors to address performance concerns. CSR, CSC, COO, doubly i…
-
Each library should define a macro that declares itself to the user, such as `GrB_XXX_GRAPHBLAS`, where `XXX` is the name of implementation. So the user can write this, if needed:
```
#if defined …
-
Running the docker image on a Mac as `docker run -it -p 8888:8888 graphblas/pygraphblas-notebook` on `notebooks/Intro-Prez.ipynb` I see:
and in `notebooks/Introduction-to-GraphBLAS-with-Python.…